body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: "noto_sansmedium", sans-serif !important;
	background: #FBFBFD;
}

p {
	font-size: 15px;
	font-family: "noto_sansmedium", sans-serif !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
	color: #344B6C;
}

/*Extra Font add*/
h1 {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
}

h3 {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
}

p {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
	color: #807A79 !important;
}

blockquote {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}

pre {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

a {
	font-family: "noto_sansmedium", sans-serif !important;
}


.mega-menu-link a,
.mega-sub-menu li a {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 16px;
}

ul li {
	font-family: "noto_sansmedium", sans-serif !important;
}

/**/
a,
a:hover {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	cursor: pointer;
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
checkbox,
checkbox:focus,
checkbox:hover,
input,
input:focus,
input:hover,
select,
select:focus,
select:hover {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "noto_sansmedium", sans-serif !important;
	font-weight: 600;
}

h2.bfont,
h3.bfont,
h4.bfont,
h5.bfont,
h6.bfont {
	font-size: 1.40rem !important;
}

.MDow-1theme--light {
	display: none !important;
}
.ngen {
    font-weight: 500;
    font-size: 29px;
    color: #030202;
    line-height: 10px;
    margin-bottom: 30px;
} 
ul {
	margin: 0;
}

li {
	list-style: none;
}

.footer-rights a {
	color: #807A79 !important;
}

.fo-label-trans {
	color: transparent;
}

.privacylist li {
	line-height: 2;
	color: #807A79 !important;
	list-style: disc !important;
}
.dmodels {
    font-size: 26px;
}
.privacylist {
	/ padding: 15px;/ margin: 0px 0px 0px 25px !important;
}

article#post-3978 .entry-title {
	display: none;
}

ul.privacylist li {
	margin-left: 40px;
}

.pad-left {
	padding-left: 12% !important;
}
h2.trustex {
    font-size: 29px;
    color: #fff;
    line-height: 40px;
    font-weight: 400!important;
}
h4.deltex {
    font-size: 26px!important; 
}
/****************fonts starts*****************/
@font-face {
	font-family: "noto_sansmedium";
	src: url("../fonts/notosans-medium-webfont.woff2") format("woff2"), url("../fonts/notosans-medium-webfont.woff") format("woff"), url("../fonts/notosans-medium-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*************fonts end***************/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
	background: transparent;
}

/***********common radio and checkbox css start******************/
input[type=radio],
input[type=checkbox] {
	/*display: none;*/
}

input[type="radio"]+label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 8px;
	background-color: transparent;
	border: 1px solid #fff;
	/* box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3); */
	border-radius: 15px;
}

input[type="checkbox"]+label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	background-color: transparent;
	border: 1px solid #fff;
	/* box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3); */
	border-radius: 1px;
}

input[type="radio"]:checked+label::before {
	content: "\2022";
	color: white;
	background-color: #20204F;
	font-size: 31px;
	text-align: center;
	line-height: 18px;
	text-shadow: 0px 0px 3px #eee;
}

input[type="checkbox"]:checked+label::before {
	content: "\2714";
	color: white;
	background-color: #F36A10;
	text-align: center;
	line-height: 18px;
	text-shadow: 0px 0px 3px #eee;
}

/* Chrome, Safari, Edge, Opera */
.cs-number input::-webkit-outer-spin-button,
.cs-number input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox, Chrome */
.cs-number input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

/***********common radio and checkbox css end******************/

.site-header {
	height: auto;
	transition: height 0.5s ease-in;
	z-index: 99;
	position: relative;
	background: #FBFBFD;
	/*box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.10);*/
}

.site-header.fixed {
    width: 100%;
    position: fixed;
    /* top: 0; */
    /* height: auto; */
    z-index: 99;
    box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.10);
    padding: 5px 0px !important;
}

.site-header.fixed .m-logo .custom-logo {
	opacity: 1;
	width: 150px;
}

.header-section p {
	margin: 0;
}

.cc-left {
	display: flex;
	align-items: center;
	justify-content: left;
}

.cc-right {
	display: flex;
	align-items: center;
	justify-content: end;
}

.cc-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-start {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
ul.list a {
    color: #0d6efd!important;
}
.m-logo .custom-logo {
	opacity: 1;
	width: 200px;
	transition: width 0.5s ease-in;
}

.m-btn a {
	background-color: #0c214f;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.m-btn a:hover {
	background-color: #F6871E;
}

.m-menu .main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #333;
	font-size: 15px;
}

.header-section {
	padding: 5px 0;
}

#home-banner {
	background: #fbfbfd;
	position: relative;
}

#home-banner::before {
	background: white;
	position: absolute;
	left: 0;
	width: 70%;
	height: 100%;
	content: '';
	border-radius: 0 0 350px 0;
	box-shadow: 1px 1px 5px #eee;
}

.home-banner-section {
	/* background: url(../images/home-banner-bg.png) no-repeat; */
	min-height: 600px;
	background-position: right center;
	/* display: flex; */
	z-index: 9;
	position: relative;
	display: flex !important;
	align-items: center;
}

.banner-caption {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
}

/*********auto type text*********/
.dynamic-txts {
	margin-left: 0;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	padding: 0;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;

}

.dynamic-txts li {
	list-style: none;
	color: #000;
	font-size: 60px;
	font-weight: 500;
	position: relative;
	top: 0;
	animation: slide 12s steps(4) infinite;
}

@keyframes slide {
	100% {
		top: -360px;
	}
}

.dynamic-txts li span {
	position: relative;
	margin: 5px 0;
	line-height: 90px;
}
.page-id-632 .entry-header {
    display: none;
}
.dynamic-txts li span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 80px;
	width: 100%;
	background: #fff;
	border-left: 3px solid #333;
	animation: typing 3s steps(10) infinite;
}

@keyframes typing {

	40%,
	60% {
		left: calc(100% + 30px);
	}

	100% {
		left: 0;
	}
}

/*********auto type text*********/
.owl-item.active {
	padding: 0px ! important;
	margin-right: 0px ! important;
	margin-left: 0px ! important;
	z-index: 9999;
}

.banner-btn .bbtn {
	width: 215px;
	float: left;
	background: #F5851F;
	margin-right: 10px;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	cursor: pointer;
}

.banner-btn .bbtn:hover {
	background: #333;
}

.bbtn a {
	color: #fff;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: 600;
}

.bbtn span {
	position: absolute;
	right: 0;
	display: inline-grid;
}

.collab-btn:hover .collab-img2 {
	opacity: 0;
}

.collab-btn.bbtn {
	text-indent: -75px;
}

.collab-btn img {
	width: 83px;
	position: relative;
	top: 3px;
}

.process img {
	width: 125px;
	margin-bottom: 15px;
}

.heart {
	width: 50px;
}
.page-id-632 .accordion br {
    display: none;
}
.bulb {
	width: 31px;
	position: relative;
	top: -5px;
}

.nhead {
	margin-bottom: 15px;
	color: #000;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-size: 30px;
}

.main-navigation ul ul a {
	color: #fff !important;
}

.process h4 {
	font-size: 18px;
	font-weight: 500;
}

#lable-section {
	background: url(../images/socialbg.png) repeat-x;
	background-position: right center;
	display: flex;
	z-index: 9;
	position: relative;
	animation: marquee 30s infinite linear;
	background-size: auto 95%;
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

.wlable {
	padding: 15px;
	background: #fff;
	border-radius: 35px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 3px #ccc;
}

.wlable p {
	font-size: 18px;
	line-height: 30px;
}

.see a {
	color: #F6871E;
	font-weight: 600;
	font-size: 15px;
}

.vision p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

#vision-section {
	/*background: url(../images/vision-bg.png) no-repeat;*/
	background-position: bottom center;
	position: relative;
	background-size: 50%;
	padding: 50px 0 0px;
}

.vision {
	margin-bottom: 50px;
}

.enter-img {
	position: relative;
	z-index: 9;
}

.t-support {
	background: #00A388;
	border-radius: 25px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	list-style: none;
	line-height: 35px;
	color: #fff;
	width: 98%;
	margin: 0;
}

.initial {
	position: initial;
}

.relative {
	position: relative;
}

.t-support li {
	background: url(../images/double-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 35px;
	background-size: 25px;
}

.vision.enterprise {
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: left;
	padding-top: 50px;
}

#service-section .card-wrapper {
	display: flex;
	max-width: 100vw;
	margin: auto;
	padding: 0;
	height: 450px;
}

#service-section .card {
	position: relative;
	border-radius: 0.25rem;
	margin: 0.125rem;
	width: 150px;
	height: 100%;
	transition: all 0.5s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	background-color: #0c214f;
}

#service-section .text-value {
	visibility: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-90deg);
	font-size: 3rem;
	z-index: 9;
	font-size: 25px;
	position: absolute;
	left: -10px;
}

#service-section .card.expanded {
	flex: auto;
	background: #fff;
}

#service-section .card.expanded .text-value {
	visibility: hidden;
}

#service-section .card1 {
	background-color: #0c214f;
	border-bottom: 10px solid #00a388;
}

#service-section .card2 {
	background-color: #0c214f;
	border-bottom: 10px solid #f6871e;
}

#service-section .card3 {
	background-color: #0c214f;
	border-bottom: 10px solid #ef454c;
}

#service-section .card4 {
	background-color: #0c214f;
	border-bottom: 10px solid #00afd9;
}

#service-section .card5 {
	background-color: #0c214f;
	border-bottom: 10px solid #a361a8;
}

#turn-around {
	-ms-writing-mode: initial;
	/* old syntax, IE */
	-webkit-writing-mode: initial;
	writing-mode: initial;
	-ms-transform: rotate(0deg);
	max-height: auto;
	padding: 0.5em;
	text-align: right;
}

#turn-around h2 {
	font-size: 18px;
	margin: 0;
	color: #fff;
	line-height: 30px;
	background: url(../images/sarrow.jpg) no-repeat;
	background-position: bottom center;
	padding-bottom: 35px;
	background-size: 30px;
	width: 100%;
	text-align: center;
}

@supports (writing-mode: vertical-rl) or (-webkit-writing-mode: vertical-rl) {
	#turn-around {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.card.expanded {
	display: block !important;
	padding: 15px;
}

.card.expanded #turn-around {
	display: none;
}

.horzontal-text {
	display: none;
}

.card.expanded .horzontal-text {
	display: block;
	overflow-x: hidden;
	height: 100%;
	overflow-y: hidden;
}

.horzontal-text h6 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #666 !important;
}

.horzontal-text span img {
	width: 100px;
	padding: 5px;
}

.horzontal-text h4 {
	color: #0c214f;
	font-weight: 600;
	border-bottom: 2px solid #eee;
	padding: 10px;
	margin-bottom: 15px;
	background: #f5f5f5;
	font-size: 20px;
}

.blue-bg {
	background: #030202;
}

.team-banner {
	background: #0c214f url(../images/teambg.png) no-repeat !important;
	background-size: cover;
	background-position: center center;
	padding: 50px 15px;
}

.site-footer #touch-section .blue-bg {
	background: #0c214f url(../images/WAVE.gif) no-repeat !important;
	background-size: 100% 100% !important;
	width: 100%;
}

.content-section-bg {
	background: #fff;
}

.side-head {
	color: #fff;
	font-size: 30px;
	border-left: 5px solid #f6871e;
	padding-left: 20px;
	line-height: 40px;
}

.side-head-black {
	color: #000;
	font-size: 30px;
	border-left: 5px solid #f6871e;
	padding-left: 20px;
	line-height: 40px;
}

.side-head-white {
	color: #fff;
	font-size: 30px;
	border-left: 5px solid #f6871e;
	padding-left: 20px;
	line-height: 40px;
}

h1.side-head-black {
	color: #1E1E1E;
	font-size: 30px;
	border-left: 5px solid #f6871e;
	padding-left: 20px;
	line-height: 40px;
	display: inline-flex;
	height: auto;
	align-items: center;
	margin-bottom: 15px;
}

/*****************************/
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: inline-block;
	padding: 1rem;
	margin: 0 0 10px 0;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	color: #898FA3;
	padding: 5px 20px 7px;
	font-size: 16px;
}

.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

/*.tabs input[type="radio"]:checked + label {
	background: transparent;
	color: #f6871e;
	border-bottom: 2px solid #f6871e;
	border-radius: 0;
}*/
.tabs input[type="radio"]:checked+label {
	background: #f6871e;
	color: #fff;
	border-radius: 25px;
}

.tabs input[type="radio"]:checked+label+.tab {
	display: block;
}

.tabs input[type="radio"]+label::before {
	content: "";
	display: none;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 8px;
	background-color: #fff;
	border: 1px solid #999;
	/* box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3); */
	border-radius: 15px;
}

@media (max-width: 45em) {

	.tabs .tab,
	.tabs label {
		-webkit-box-ordinal-group: NaN;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}

	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
}

.tab .table-bordered> :not(caption)>*>* {
	border-width: 0;
}

.tab th {
	background: #F9F9FB;
	color: #20204F;
	padding: 0 5px;
	text-align: left;
	font-size: 14px;
}

.tab td {
	color: #52575D;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

.tab tr:hover {
	background: #EEF6FF;
}

.tab tr:hover td {
	color: #006CFF;
}

.tab .dropdown .btn {
	padding: 0;
}

.tab .dropdown .btn {
	padding: 0;
}

.tab .dropdown-toggle::after {
	opacity: 0;
	display: none;
}

.tech {

	display: flex;
	/* background: #fff; */
	width: 100%;
	margin: 0 5px 0px;
	border-radius: 10px;
	/* padding: 15px; */
	/* min-height: 175px; */
	text-align: center;
	justify-content: center;

}

/*.tech img {
	width: 50px;
	margin-right: 10px;
}*/
.tech img {
	width: 70px;
	margin: 2px 0px 0px 15px;
	padding-right: 5px;
	text-align: center;
	justify-content: center;
}

.tech h6 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: left;
	color: #333 !important;
}

#tech-sec {

	justify-content: center;
}

.tech-img img {
	width: 262px;
}

.table-section h2 {
	color: #fff;
}

.carousel-img {
	width: 100%;
	margin: 0px auto;
	overflow-x: hidden;
}

.carousel-img .slick-slide {
	margin: 0px;
}

.slick-slide img {
	width: 100%;
	/*padding:5px;*/
	/*border: 2px solid #fff;*/
}

.carousel-img .slick-slide img {
	width: 60px;
	border: 0px solid #fff;
	margin: 0 auto;
}

.cicon {
	height: 200px;
	background: #eee;
	display: flex !important;
	align-items: center;
	position: relative;
	justify-content: center;
}

.content-carousel .cicon {
	height: 350px;
	display: inherit !important;
	align-items: center;
	position: relative;
	justify-content: center;
	padding: 15px;
}

.content-carousel .cicon>div {
	padding: 15px;
	text-align: center;
}

.content-carousel .cicon>div p {
	color: #fff;
}

.c1 {
	background: #0c214f;
}

.c2 {
	background: #003366;
}

.c3 {
	background: #fd7702;
}

.c4 {
	background: #003f7d;
}

.c5 {
	background: #ff5003;
}

.c6 {
	background: #ffab03;
}

.leading-btn {
	position: absolute;
	right: 10px;
}

#leading-us {
	display: none;
}

.leading-btn a {
	font-size: 20px;
	color: #fff;
	padding-left: 20px;
}

/*.blue-bg p {
	color: #FFFFFF! important;
}*/
.blue-bg .shape p {
	color: #333 ! important;
}

.join {
	margin-bottom: 10px;
	margin-top: 25px;
}

.join a {
	border: 2px solid #f6871e;
	color: #fff;
	padding: 15px 30px;
	border-radius: 35px;
	font-size: 18px;
}

.join a:hover {
	border: 2px solid #fff;
	color: #fff;
	padding: 15px 30px;
	border-radius: 35px;
	font-size: 18px;
}

#my-video {
	width: 100%;
	height: 100%;
}

#reward-section h5 {
	color: #fff;
	margin: 5px 0;
}

.cimg img {
	width: 100%;
	margin-bottom: 15px;
}

.vision-img {
	position: relative;
}

.vision_left {
	width: 300px;
	background: #fff;
	box-shadow: 1px 1px 1px #ccc;
	padding: 15px;
	position: absolute;
	bottom: 80px;
	border-radius: 15px;
}

.vision_left p {
	margin: 0;
}

.vision_left img {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.vision_right {
	width: 300px;
	background: #fff;
	box-shadow: 1px 1px 1px #ccc;
	padding: 15px;
	position: absolute;
	top: 80px;
	border-radius: 15px;
	right: 95px;
}

.vision_right p {
	margin: 0;
}

.vision_right img {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.testi img {
	width: 100%;
}

.test-logo img {
	width: auto;
}

#testimonial-section .slick-dotted.slick-slider {
	margin-bottom: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#testimonial-section .slick-current>div>div {
	text-align: center !important;
}

#testimonial-section #my-video {
	width: 95% !important;
	height: 100%;
	margin: 0 auto !important;
}

.mproject {
	background: #f9f1e2;
	padding: 15px;
	text-align: center;
}

.m1 {
	background: #f9f1e2 url(../images/Path1.png) no-repeat;
	background-position: center center;
	background-size: 100%;
}

.m2 {
	background: #f9f1e2 url(../images/Path2.png) no-repeat;
	background-position: center center;
	background-size: 100%;
}

.m3 {
	background: #f9f1e2 url(../images/Path3.png) no-repeat;
	background-position: center center;
	background-size: 100%;
}

.m4 {
	background: #f9f1e2 url(../images/Path4.png) no-repeat;
	background-position: center center;
	background-size: 100%;
}

.video-section .item {
	/*opacity: 0.4;*/
	transition: 0.4s ease all;
	margin: 0 0px;
	transform: scale(0.9);
	position: relative;
	top: 0px;
}

@media (max-width: 1000px) {
	.video-section .item {
		margin: 0;
		transform: scale(0.9);
	}
}

.video-section .active .item {
	opacity: 1;
	/*transform: scale(1);*/
}

.video-section .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.video-section video {
	max-width: 100%;
	height: auto;
}

.video-icons span {
	margin: 0 10px;
	display: inline-block;
}

.video-icons span a {
	border-top: 5px solid transparent;
	padding: 5px 0px 0;
	display: inline-block;
}

.video-icons span a:hover {
	border-top: 5px solid #F5851F;
	padding: 5px 0px 0;
}

.video-icons span a.active {
	border-top: 5px solid #F5851F;
	padding: 5px 0px 0;
}

.video-icons p {
	margin: 0;
}

/*****animate*******/

.reveal {
	position: relative;
	opacity: 0;
}

.reveal.active {
	opacity: 1;
}

.active.fade-top {
	animation: fade-top 1s ease-in;
}

.active.fade-bottom {
	animation: fade-bottom 1s ease-in;
}

.active.fade-left {
	animation: fade-left 1s ease-in;
}

.active.fade-right {
	animation: fade-right 1s ease-in;
}

@keyframes fade-top {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

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

@keyframes fade-bottom {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

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

@keyframes fade-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}

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

@keyframes fade-right {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}

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

/*****animate*******/


#touch-text p {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}

#touch-text h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.foot-social {
	margin: 30px 0;
}

.foot-social a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 2px 25px;
}

.foot-social a:hover {
	color: #f6871e;
}

.foot-menu ul {
	padding: 0;
	line-height: 30px;
	margin-bottom: 15px;
}

.foot-menu li a {
	color: #333;
	font-size: 15px;
}

.foot-menu li a:hover {
	color: #f6871e;
}

.foot-menu p {
	color: #333;
	margin: 0 0 5px;
}

.foot-menu p a {
	color: #807A79;
}

.foot-menu h4 {
	position: relative;
	margin-bottom: 15px;
	font-size: 20px;
}

.foot-menu h4::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 100px;
	height: 4px;
	/*background-color: orange;*/
}

.india-address {
	background: url(../images/india.png);
	padding-left: 100px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.usa-address {
	background: url(../images/usa.png);
	padding-left: 100px;
	background-repeat: no-repeat;
	padding-bottom: 62px;
}

.ftext {
	display: flex;
	align-items: center;
}

.ftext p {
	margin: 0;
}

.fimg {
	display: flex;
	align-items: center;
}

.fimg img {
	padding: 0 5px;
}

.copyright p {
	margin: 10px 0;
}

.copy-text {
	border-top: 0px solid #fff;
	text-align: center;
	justify-content: center;
}

.ctext-right {
	text-align: right;
}

.finfo {
	background: url(../images/location.png) no-repeat;
	background-size: 17px;
	padding-left: 20px;
	background-position: 0 5px;
}

.fphone {
	background: url(../images/phone.png) no-repeat;
	background-size: 18px;
	padding-left: 20px;
	background-position: center left;
}

.femail {
	background: url(../images/email.png) no-repeat;
	background-size: 15px;
	padding-left: 20px;
	background-position: 0 5px;
}

#backtotop {
	display: inline-block;
	background-color: #F36A10;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 3px;
	right: 15px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: visible;
	z-index: 1000;
}

#backtotop::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	background: url(../images/white-arrow.png) no-repeat;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: 20px;
	display: inline-block;
	background-position: 0 5px;
}

#backtotop:hover {
	cursor: pointer;
	background-color: #333;
}

#backtotop:active {
	background-color: #555;
}

#backtotop.show {
	opacity: 1;
	visibility: visible;
}

.htext h2 {
	color: #fff;
}

.hform h6 {
	color: #fff;
}

.hform label {
	display: block;
	color: #fff;
	margin-bottom: 40px;
	/*margin-bottom: 5px;*/
	font-weight: 500;
}

.hlable label {
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}

.hform input {
	background: none !important;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 0px 5px;
	border-radius: 0;
	width: 100%;
}

.hform input[type="email"] {
	color: #fff !important;
}

.hform select {
	background: none !important;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 0px 5px;
	border-radius: 0;
	width: 100%;
}

.hform input[type="submit"] {
	border: 2px solid orange;
	border-radius: 35px;
	width: auto;
	padding: 15px 25px;
}

#homeform {
	display: none;
	position: relative;
	z-index: 99;
	height: 100vh;
}

#cbtn {
	position: absolute;
	right: 17px;
	top: 9px;
	color: #fff;
}

.ctext-left p {
	text-align: left;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #a6a5b8 #d3d2dc;
}

*::-moz-scrollbar {
	width: 5px;
}

*::-moz-scrollbar-track {
	background: #d3d2dc;
}

*::-moz-scrollbar-thumb {
	background-color: #20204F;
	border-radius: 10px;
	border: 3px solid #a6a5b8;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #d3d2dc;
}

*::-webkit-scrollbar-thumb {
	background-color: #20204F;
	border-radius: 10px;
	border: 3px solid #a6a5b8;
}

/* ===== Scrollbar CSS ===== */

.outer-wrapper {
	max-width: 100vw;
	overflow-x: scroll;
	position: relative;
	scrollbar-color: #a6a5b8 #d3d2dc !important;
	scrollbar-color: #20204F !important;
	scrollbar-width: thin;
	-ms-overflow-style: none;
}

.outer-wrapper::-webkit-scrollbar {
	height: 3px;
	scrollbar-color: #a6a5b8 #d3d2dc !important;
	scrollbar-width: thin;
}

.outer-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	scrollbar-color: #a6a5b8 #d3d2dc !important;
	scrollbar-width: thin;
}

.outer-wrapper::-webkit-scrollbar-thumb {
	height: 3px;
	background-color: #a6a5b8;
	scrollbar-color: #a6a5b8 #d3d2dc !important;
	scrollbar-width: thin;
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #d3d2dc;
	scrollbar-color: #a6a5b8 #d3d2dc !important;
	scrollbar-width: thin;
}

/* ===== Scrollbar CSS ===== */

.banner-image {
	position: relative;
	padding: 20px 0 0;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.banner-image img {
	width: 100%;
}

.cicon h6 {
	font-size: 16px;
	color: #fff;
	margin: 10px;
}

.video-content {
	position: relative;
	z-index: 1;
	top: 0;
	padding: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0px 0px !important;
	max-width: 100%;
	display: none;
}

.video-content h2 {
	color: #fff;
	width: 50%;
	text-shadow: 1px 3px 1px #999;
	font-size: 20px;
}

.vbottom {
	position: absolute;
	bottom: 100px;
	color: #fff;
	right: 50px;
}

.video-content img {
	width: auto !important;
	position: absolute;
	top: -25px;
	z-index: 99;
}

#testimonial-section .owl-carousel .owl-stage-outer {
	padding-top: 10px;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.bounce {
	animation: bounce 8s ease infinite;
	animation-name: bounce;
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.title-line-marmalade {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	border-left: solid 7px #F6871E;
	/*text-indent: 20px;*/
	padding-left: 15px;
	text-align: left;
	margin-bottom: 15px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.cbox {
	height: 200px;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 35px 25px;
	color: #fff;
	text-align: center;
}

.arrow_box1 {
	position: relative;
	background: #00a388;
}

.arrow_box1:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 163, 136, 0);
	border-left-color: #00a388;
	border-width: 25px;
	margin-top: -25px;
	z-index: 9;
}

.arrow_box2 {
	position: relative;
	background: #f6871e;
}

.arrow_box2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 163, 136, 0);
	border-left-color: #f6871e;
	border-width: 25px;
	margin-top: -25px;
	z-index: 9;
}

.arrow_box3 {
	position: relative;
	background: #a361a8;
}

.arrow_box3:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 163, 136, 0);
	border-left-color: #a361a8;
	border-width: 25px;
	margin-top: -25px;
	z-index: 9;
}

.arrow_box4 {
	position: relative;
	background: #00afd9;
}

.arrow_box4:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 163, 136, 0);
	border-left-color: #00afd9;
	border-width: 25px;
	margin-top: -25px;
	z-index: 9;
	display: none;
}


.cbox img {
	margin-bottom: 10px;
}

.owl-nav {
	text-align: center;
	display: none;
}

.owl-nav span {
	font-size: 25px;
}

.accordion-body {
	padding: 1rem 1.25rem;
	border-left: 2px solid #F6871E;
	text-align: left;
}

.accordion-body h4 {
	font-size: 18px;
	color: #F6871E;
}

.accordion-body ul {
	padding: 0;
}

.accordion-body li {
	line-height: 30px;
	background: url(../images/sdot.jpg) no-repeat;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 8px;
	padding-left: 20px;
}

.dev-img {
	background: url(../images/devbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
}

.dev-img img {
	width: 100%;
	border-radius: 10px;
}

.voice-img {
	background: url(../images/voicebg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
}

.voice-img img {
	width: 100%;
	border-radius: 10px;
}

.black-img {
	background: url(../images/blackbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
}

.black-img img {
	width: 100%;
	border-radius: 10px;
}

.devops img {
	width: 60px;
}

.devops h4 {
	color: #fff;
	font-size: 18px;
	margin: 10px 0;
}

.hex-layer-5 {
	display: grid;
	margin: -18px 0px;
	justify-content: center;
	align-content: center;
	grid-template-columns: repeat(5, 0fr);
}

.hex-layer-4 {
	display: grid;
	margin: -18px 0px;
	justify-content: center;
	align-content: center;
	grid-template-columns: repeat(4, 0fr);
}

.hex-layer-3 {
	display: grid;
	margin: -18px 0px;
	justify-content: center;
	align-content: center;
	grid-template-columns: repeat(3, 0fr);
}

.hexogan {
	height: 180px;
	width: 180px;
	align-self: center;
	background: #0C214F;
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	transition: background 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
}

.hexogan:hover {
	background: #f6871e;
}

.hexogan h6 {
	color: #fff;
	margin: 15px 0;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

.small,
small {
	font-size: 14px;
}


.shape {
	padding: 25px;
	border-radius: 35px 0px 35px 0px;
	margin-bottom: 15px;
	position: relative;
}

.shape p {
	color: #fff;
	margin: 0;
}

.redbg {
	background: #ef454c;
	color: #fff;
}

.ornagebg {
	background: #f6871e;
	color: #fff;
}

.greenbg {
	background: #00a388;
	color: #fff;
}

.bluebg {
	background: #3388c9;
	color: #fff;
}

.purplebg {
	background: #a361a8;
	color: #fff;
}

.whitebg {
	background: #fff;
	color: #333;
}

.whitebg p {
	color: #333;
}

.blue-head {
	color: #0078BE;
	font-weight: 500;
	font-size: 30px;
	line-height: 45px;
}

h4.blue-head {
	color: #0078BE;
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
}

.shape img {
	margin-bottom: 10px;
}

.gallery-view {
	position: relative;
	margin: 0px;
}

.gallery-view img {
	width: 100%;
	margin: 0 0 20px;
	object-fit: cover;
	border-radius: 20px;
}

.gallery-view h4 {
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-size: 20px;
	left: 15px;
}


.gimg-1 img {
	height: 500px;
}

.gimg-2 img,
.gimg-3 img {
	height: 240px;
}

.gimg-4 img {
	height: 500px;
}

.gimg-5 img,
.gimg-6 img,
.gimg-7 img {
	height: 500px;
}


.white-text {
	color: #fff;
}

.c-icon {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 200px;
	text-align: center;
	padding: 15px;
}

.carousel-icon {
	overflow-x: hidden;
}

.carousel-icon .slick-slide {
	margin: 0 12px;
}

.c-icon.c-1 {
	background: #3388c9;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-2 {
	background: #a361a8;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-3 {
	background: #ef454c;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-4 {
	background: #00a388;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-5 {
	background: #f6871e;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-6 {
	background: #3388c9;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-7 {
	background: #a361a8;
	margin-bottom: 25px;
	color: #fff;
}

.c-icon.c-8 {
	background: #00a388;
	margin-bottom: 25px;
	color: #fff;
}

.orange-btn {
	display: inline-block;
	margin: 25px 0 0;
}

.orange-btn a {
	background: #f6871e;
	color: #fff;
	padding: 15px 25px;
	border-radius: 35px;
}

.blue-btn {
	display: inline-block;
	margin: 25px 0 0;
}

.blue-btn a {
	background: #0c214f;
	color: #fff;
	padding: 15px 25px;
	border-radius: 35px;
}

.mobile-bg-img {
	background: #f6871e;
	border-radius: 50px 0 50px 0;
	text-align: right;
}

.ornage-text {
	color: #f6871e !important;
}

.c-icon img {
	border: none;
	width: auto;
	margin: 0 auto 10px;
}


/**********testimonial start***************/
.testimonial {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #3d5a80;
}

.testimonial-slide {
	padding: 0px 0px;
}

.testimonial_box-top {
	background-color: #e0fbfc;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
	padding: 0;
	color: orange;
	font-size: 60px;
}

.testimonial_box-icon i {
	font-size: 25px;
	color: #14213d;
}

.testimonial_box-text {
	padding: 10px 0;
}

.testimonial_box-text p {
	color: #293241;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0;
}

.testimonial_box-img {
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
}

.testimonial_box-img img {
	width: 80%;
	height: 100%;
	border-radius: 10px;
	border: 0px solid #e5e5e5;
}

.testimonial_box-name {
	padding-top: 10px;
}

.testimonial_box-name h4 {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin: 5px 0;
}

.testimonial_box-job p {
	color: #293241;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

.testimonial_box-name {
	background: green;
	padding: 25px;
	color: #fff;
	border-radius: 35px 0px 35px 0px;
	width: auto;
	position: absolute;
	bottom: 0;
}

.testimonial_box-name p {
	margin: 0;
	color: #fff;
}

.testimonial-section .slick-next {
	font-size: 0px !important;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: initial;
	background-color: #F5851F;
	border-radius: 10px;
	bottom: -5%;
	z-index: 1;
}

button.slick-next.slick-arrow:after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/right_arrow.png)no-repeat;
	background-size: 20px;
	width: 35px;
	height: 35px;
	position: absolute;
	display: block;
	top: 17px;
	float: left;
	left: 15px;

}

.testimonial-section .slick-prev {
	font-size: 0px !important;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: initial;
	background-color: #D8D8D8;
	border-radius: 10px;
	bottom: -5%;
	z-index: 1;
}

.testimonial_box-text .bbtn-pro a:after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/noun-arrow-3544853.png)no-repeat;
	width: 35px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 0px;
	left: 5px;
	background-size: 15px;
}

.testimonial-section .slick-prev::after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/noun-arrow-3544853-1.png)no-repeat;
	background-size: 20px;
	width: 35px;
	height: 35px;
	position: absolute;
	display: block;
	top: 17px;
	float: left;
	left: 15px;
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {

	/*	font-size: 0;
	line-height: 0;
	position: absolute;
	top: initial;
	bottom: 0%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: #fff;
	z-index: 9;
	margin: 0px;
	border: 7px solid #F5851F;
	border-radius: 5px;*/
}

/*.testimonial-section .slick-prev::before, .testimonial-section .slick-next::before {
	font-family: 'slick';
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: green;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
.testimonial-section .slick-prev {
	left: 0;
	position: absolute;
}

.testimonial-section .slick-next {
	right: 80%;
}

/*************testimonial end************************/


/*************************************************************/
#hexGrid {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	/*font-family: sans-serif;*/
	list-style-type: none;
}

.hex {
	position: relative;
	visibility: hidden;
	outline: 1px solid transparent;
	/* fix for jagged edges in FF on hover transition */
	transition: all 0.5s;
	backface-visibility: hidden;
	will-change: transform;
	transition: all 0.5s;
}

.hex::after {
	content: "";
	display: block;
	padding-bottom: 86.602%;
	/* =  100 / tan(60) * 1.5 */
}

.hexIn {
	position: absolute;
	width: 96%;
	padding-bottom: 110.851%;
	/* =  width / sin(60) */
	margin: 2%;
	overflow: hidden;
	visibility: hidden;
	outline: 1px solid transparent;
	/* fix for jagged edges in FF on hover transition */
	-webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	-ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transition: all 0.5s;
}

.hexIn * {
	position: absolute;
	visibility: visible;
	outline: 1px solid transparent;
	/* fix for jagged edges in FF on hover transition */
}

.hexLink {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	-ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.hex h1,
.hex p {
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	font-weight: 300;
	opacity: 0;
}

#demo1 {
	color: #f5ce95;
	text-transform: capitalize;
	text-align: center;
	bottom: 50%;
	padding-top: 50%;
	font-size: 1.5em;
	z-index: 1;
}

.hex h1:before,
.hex h1:after {
	display: inline-block;
	margin: 0 0.5em;
	width: 0.25em;
	height: 0.03em;
	background: #ffffff;
	content: "";
	vertical-align: middle;
	transition: all 0.3s;
	text-align: center;
}

#demo2 {
	top: 50%;
	text-align: center;
	text-transform: uppercase;
}

.img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-webkit-clip-path: polygon(50% 0%,
			100% 25%,
			100% 75%,
			50% 100%,
			0% 75%,
			0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img:before,
.img:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	transition: opacity 0.5s;
}

.img:before {
	background: rgba(22, 103, 137, 0.3);
}

.img:after {
	background: linear-gradient(to top,
			transparent,
			rgba(0, 0, 0, 0.5),
			transparent);
}

/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p {
	opacity: 1;
	transition: 0.8s;
}

.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
	opacity: 1;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION **********************************/
/* XV SCSS Variables */
/* Outer Hexagon */
.hexagon-grid-container {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.hexagon {
	position: relative;
	width: 140px;
	height: 80.83px;
	background-color: #0C214F;
	margin: 44px 2px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
}

.hexagon:before {
	bottom: 100%;
	border-bottom: 40.41px solid #0C214F;
}

.hexagon:after {
	top: 100%;
	width: 0;
	border-top: 40.41px solid #0C214F;
}

/* Inner Hexagon */
.hexagon-inner {
	position: relative;
	width: 136px;
	height: 78.52px;
	background-color: #c9c9c9;
	margin: 39.26px 0;
	display: flex;
	justify-content: center;
}

.hexagon-inner:before,
.hexagon-inner:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 68px solid transparent;
	border-right: 68px solid transparent;
	z-index: 1;
}

.hexagon-inner:before {
	bottom: 100%;
	border-bottom: 39.26px solid #c9c9c9;
}
.blog-btn span.br {
    margin: 3px;
}
.hexagon-inner:after {
	top: 100%;
	width: 0;
	border-top: 39.26px solid #c9c9c9;
}

/* Media queries */
@media (min-width: 1920px) {
	.hexagon-grid-container {
		width: 1600px;
	}

	.hexagon:nth-child(21n+12) {
		margin-left: 74px;
	}
}

@media (max-width: 1919px) and (min-width: 1280px) {
	.hexagon-grid-container {
		width: 1100px;
	}

	.hexagon:nth-child(14n+8) {
		margin-left: 74px;
	}
}

@media (max-width: 1279px) and (min-width: 1024px) {
	.hexagon-grid-container {
		width: 960px;
	}

	.hexagon:nth-child(12n+7) {
		margin-left: 74px;
	}
}

@media (max-width: 1023px) and (min-width: 781px) {
	.hexagon-grid-container {
		width: 780px;
	}

	.hexagon:nth-child(9n+6) {
		margin-left: 74px;
	}
}

@media (max-width: 780px) and (min-width: 640px) {
	.hexagon-grid-container {
		width: 640px;
	}

	.hexagon:nth-child(7n+5) {
		margin-left: 74px;
	}
}

@media (max-width: 639px) {
	.hexagon-grid-container {
		width: 320px;
	}

	.hexagon:nth-child(3n+3) {
		margin-left: 74px;
	}
}

.hexagon-grid-container {
	width: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

/* Avatar */
.hexagon-avatar-img {
	position: absolute;
	width: 42px;
	border-radius: 42px;
	border: 2px solid #fff;
	top: -24px;
	z-index: 1;
}

/* Name */
.hexagon-name {
	position: absolute;
	width: 130px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	top: 25px;
	z-index: 1;
	color: #fff;
}

/* Metric */
.hexagon-metric-label {
	position: absolute;
	width: 130px;
	text-align: center;
	font-weight: 100;
	font-size: 12px;
	top: 48px;
	z-index: 1;
}

/* Score */
.hexagon-featured-score {
	position: absolute;
	z-index: 2;
	bottom: -24px;
	width: 32px;
	height: 32px;
	border-radius: 36px;
	border: 1px solid;
	text-align: center;
	padding-top: 9px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: #b4b5b6;
	border-color: #9fa0a2;
}

/* Right / Left Icons */
.hexagon-icon-left,
.hexagon-icon-right {
	position: absolute;
	z-index: 2;
	top: 58px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #9fa0a2;
	background: #b4b5b6;
	color: #9fa0a2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

.hexagon-icon-left {
	left: 3px;
}

.hexagon-icon-right {
	right: 3px;
}

/* Hexagon Color Coding */
.hexagon.hexagon-green {
	background-color: #85b13a;
}

.hexagon.hexagon-green:before {
	border-bottom: 40.41px solid #85b13a;
}

.hexagon.hexagon-green:after {
	border-top: 40.41px solid #85b13a;
}

.hexagon.hexagon-green .hexagon-inner {
	background-color: #A9C875;
}

.hexagon.hexagon-green .hexagon-inner:before {
	border-bottom: 39.26px solid #A9C875;
}

.hexagon.hexagon-green .hexagon-inner:after {
	border-top: 39.26px solid #A9C875;
}

.hexagon.hexagon-green .hexagon-featured-score {
	background: #93c143;
	border-color: #85b13a;
}

.hexagon.hexagon-blue {
	background-color: #2f9ba7;
}

.hexagon.hexagon-blue:before {
	border-bottom: 40.41px solid #2f9ba7;
}

.hexagon.hexagon-blue:after {
	border-top: 40.41px solid #2f9ba7;
}

.hexagon.hexagon-blue .hexagon-inner {
	background-color: #0c214f;
}

.hexagon.hexagon-blue .hexagon-inner:before {
	border-bottom: 39.26px solid #0c214f;
}

.hexagon.hexagon-blue .hexagon-inner:after {
	border-top: 39.26px solid #0c214f;
}

.hexagon.hexagon-blue .hexagon-featured-score {
	background: #35adbb;
	border-color: #fff;
}

.hexagon.hexagon-yellow {
	background-color: #e3a928;
}

.hexagon.hexagon-yellow:before {
	border-bottom: 40.41px solid #e3a928;
}

.hexagon.hexagon-yellow:after {
	border-top: 40.41px solid #e3a928;
}

.hexagon.hexagon-yellow .hexagon-inner {
	background-color: #EBC268;
}

.hexagon.hexagon-yellow .hexagon-inner:before {
	border-bottom: 39.26px solid #EBC268;
}

.hexagon.hexagon-yellow .hexagon-inner:after {
	border-top: 39.26px solid #EBC268;
}

.hexagon.hexagon-yellow .hexagon-featured-score {
	background: #e6b23f;
	border-color: #e3a928;
}

.hexagon.hexagon-red {
	background-color: #cc374d;
}

.hexagon.hexagon-red:before {
	border-bottom: 40.41px solid #cc374d;
}

.hexagon.hexagon-red:after {
	border-top: 40.41px solid #cc374d;
}

.hexagon.hexagon-red .hexagon-inner {
	background-color: #DB7382;
}

.hexagon.hexagon-red .hexagon-inner:before {
	border-bottom: 39.26px solid #DB7382;
}

.hexagon.hexagon-red .hexagon-inner:after {
	border-top: 39.26px solid #DB7382;
}

.hexagon.hexagon-red .hexagon-featured-score {
	background: #d14b5f;
	border-color: #cc374d;
}

/* Icon Color Coding */
.hexagon-icon-green {
	background: #93c143;
	border-color: #85b13a;
}

.hexagon-icon-blue {
	background: #35adbb;
	border-color: #2f9ba7;
	color: #257c85;
}

.hexagon-icon-yellow {
	background: #e6b23f;
	border-color: #e3a928;
	color: #b58720;
}

.hexagon-icon-red {
	background: #d14b5f;
	border-color: #cc374d;
	color: #a32c3d;
}

/************** HEXAGON SIZING AND EVEN ROW INDENTATION ***************/
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #fff !important;
	box-shadow: 0px 1px 16px #0000001c;
	border-radius: 5px;
	background: #FFF;
}

.main-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #000 !important;
}

#footer-timeline .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #333 !important;
}

.wpcf7-response-output {
    color: #fff;
    color: #FF0000 !important;
    font-weight: 500 ! important;
    box-shadow: 0px 1px 16px #0000001c;
    border-radius: 5px;
    background: #FFF;
    border: none ! important;
    display: inline-block;
    padding: 10px !important;
    margin: 40px 0px 0px 0px !important;
}

.main-form .blank-head-black {
	margin-bottom: 15px;
}

.shape.dbluebg {
	padding: 25px 10px;
	min-height: 170px;
}

.shape.dbluebg:hover {
	background: #F6871E;
}

.dbluebg {
	background: #030202;
}

.dbluebg h6 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.orangebg {
	background: #F6871E;
}

.nshape {
	padding: 20px;
}

.hire-text {
	border: 2px solid #0c214f;
	padding: 50px 15px 15px;
	border-radius: 15px;
	margin-bottom: 20px;
	position: relative;
	margin-top: 50px;
	min-height: 255px;
}

.hire-text:hover {
	background: #030202;
	color: #fff;
	min-height: 255px;
}

.hire-text:hover .simg {
	border: 5px solid #fff;
}

.hire-text h4 {
	color: #000;
}

.hire-text:hover h4,
.hire-text:hover p {
	color: #fff ! important;
}

.simg {
	background: #030202;
	border: 2px solid #030202;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nshape h6 {
	color: #fff;
	margin: 15px 0;
}

.ncolor-sec .nshape {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-text h4 {
	color: #000;
	font-size: 16px;
}

.step-text img {
	height: 50px;
	object-fit: contain;
	object-position: left;
}

.p-con h4 {
	color: #000;
}

.p-con img {
	height: 50px;
	object-fit: contain;
	object-position: left;
}

.ele-bg {
	background: url(../images/elephantbg.png) no-repeat;
	background-position: bottom center;
	background-size: 100% 90%;
	padding: 25px 0 170px !important;
}

.py-bg {
	background: url(../images/py-snake.jpg) no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	padding: 25px 0 100px !important;
}

.nod-bg {
	background: url(../images/node-js-bg.png) no-repeat;
	background-position: bottom center;
	background-size: 100% 90%;
	padding: 25px 0 100px !important;
}

.ani-bg {
	background: url(../images/ani-bg.png) no-repeat;
	background-position: bottom center;
	background-size: 100% 90%;
	padding: 25px 0 100px !important;
}


.br-5 {
	border-radius: 10px;
}

.stesti {
	display: flex;
	height: 100%;
	align-items: center;
}

.stesti>div {
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 0px 2px #ccc;
	position: relative;
	left: -25px;
	padding: 15px;
}

.scarouselimg {
	text-align: center;
	background: #fff;
	height: 100%;
	padding: 15px 0;
}

.scarouselimg p {
	background: #999;
	width: 70px;
	margin: 0 auto 15px;
	border-radius: 50%;
	height: 70px;
	padding: 5px;
}

.stimg {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	border-radius: 50%;
	padding: 15px;
}

.stxt {
	float: right;
	text-align: left;
	width: 75%;
	color: #000;
}

.stxt h4 {
	color: #F6871E;
}

.stxt p {
	color: #333;
}

.stesti p {
	color: #999 !important;
	clear: both;
}

.banner-btn h1 {
	/*font-size: 45px;*/
	letter-spacing: -1px;
}

.s-testimonial {
	background: url(../images/codebg.png) no-repeat;
	background-size: 100% 100%;
}


.arrow-one {
	background: url(../images/Group56601.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 15px;
}

.arrow-two {
	background: url(../images/Group56602.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 15px;
}

.arrow-three {
	background: url(../images/Group56603.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 15px;
}

.arrow-four {
	background: url(../images/Group56604.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 15px;
}

.arrow-five {
	background: url(../images/Group56605.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 15px;
}


.zsiq_flt_rel {
	background-color: #F5851F !important;
}

.zsiq_theme1 .zsiq_user.siqicon {
	background-color: #F5851F ! important;
	border: 1px solid #F5851F;
}

.zsiq_flt_rel {
	background-color: #F5851F !important;
	padding: 0px ! important;
}

#scroll {
	position: fixed;
	right: 10px;
	bottom: 70px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #3498db;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}

#scroll:hover {
	background-color: #e74c3c;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

/************shine effect start*************/
.shine {
	position: relative;
	overflow: hidden;
}

.shine::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -78%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
	-webkit-animation: shine 0.85s;
	animation: shine 0.85s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/************shine effect end*************/

.frame {
	background: #0C214F;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	color: #fff;
}

.frame:hover {
	background: #f6871e;
	color: #fff;
}

.frame:hover h4 {
	border-bottom: 3px solid #333;
}

.frame h4 {
	border-bottom: 3px solid #f6871e;
	padding: 0 0 10px 0;
}

.frame p {
	color: #fff !important;
}

.frame img {
	margin-bottom: 20px;
}

.py-list ul {
	padding: 0 0 0 20px;
	line-height: 30px;
}

.py-list ul li {
	list-style-type: disc;
}

.enter-prise {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 1px 1px 3px #eee;
	min-height: 215px;
}

.enter-prise.ep {
	min-height: 190px;
}

.ep-img {
	width: 10%;
	float: left;
}

.ep-text {
	padding: 0 15px;
	display: inline-block;
	width: 90%;
}

.exper-tise-left {
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	min-height: 120px;
}

.exper-tise-left h4 {
	background: #0C214F url(../images/double_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: ;
	text-align: right;
	padding-right: 35px;
}

.exper-tise-left p {
	padding: 10px;
}

.exper-tise-right {
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	min-height: 120px;
}

.exper-tise-right h4 {
	background: #0C214F url(../images/double_arrown.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: ;
	text-align: left;
	padding-left: 35px;
}

.exper-tise-right p {
	padding: 10px;
}

.lang-con {
	background: #fff;
	box-shadow: 1px 1px 1px 1px #ddd;
	padding: 15px;
	border-radius: 15px;
	min-height: 255px;
	margin-bottom: 10px;
}

/**********rotating effect start************/
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1.0);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1.0);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg) scale(1.0);
	}

	100% {
		-moz-transform: rotate(360deg) scale(1.0);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg) scale(1.0);
	}

	100% {
		-o-transform: rotate(360deg) scale(1.0);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(0deg) scale(1.0);
	}

	100% {
		-ms-transform: rotate(360deg) scale(1.0);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg) scale(1.0);
	}

	100% {
		transform: rotate(360deg) scale(1.0);
	}
}

@-webkit-keyframes rori {
	0% {
		-webkit-transform: rotate(360deg) scale(1.1);
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1.0);
	}
}

@-moz-keyframes rori {
	0% {
		-moz-transform: rotate(360deg) scale(1.1);
	}

	100% {
		-moz-transform: rotate(0deg) scale(1.0);
	}
}

@-o-keyframes rori {
	0% {
		-o-transform: rotate(360deg) scale(1.1);
	}

	100% {
		-o-transform: rotate(0deg) scale(1.0);
	}
}

@-ms-keyframes rori {
	0% {
		-ms-transform: rotate(360deg) scale(1.1);
	}

	100% {
		-ms-transform: rotate(0deg) scale(1.0);
	}
}

@keyframes rori {
	0% {
		transform: rotate(360deg) scale(1.1);
	}

	100% {
		transform: rotate(0deg) scale(1.0);
	}
}

div.tag img:hover {
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	cursor: url('https://ia801504.us.archive.org/31/items/abcde_201612/aero_link2.cur'), auto !important;
}

.rotate {
	animation: rotation 8s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.hire-text:hover .simg img {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

.rotating {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin: -60px 0 0 -60px;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**********rotating effect end**********/

.about-sec .slick-slide div {
	height: 350px;
	padding: 0;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.about-com {
	display: flex;
	align-items: center;
}

.about-com h6 {
	position: absolute;
	left: 15px;
	top: 30px;
	display: block;
	text-align: left;
}

.about-com img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	margin: 0 !important;
}

.abt-img {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: auto !important;
}

img.abt-img {
	width: auto !important;
	height: auto;
}


.q1 h4 {
	background: url(../images/Rectangle437.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	display: inline-block;
	padding: 0 20px;
	font-size: 35px;
	text-align: left;
}

.q2 h4 {
	background: url(../images/Rectangle438.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	display: inline-block;
	padding: 0 20px;
	font-size: 35px;
	text-align: left;
}

.q3 h4 {
	background: url(../images/Rectangle439.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	display: inline-block;
	padding: 0 20px;
	font-size: 35px;
	text-align: left;
}

.q4 h4 {
	background: url(../images/Rectangle440.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	display: inline-block;
	padding: 0 20px;
	font-size: 35px;
	text-align: left;
}

.ceo {
	height: 100%;
}

.ceo .plyr--video,
.ceo .plyr__video-wrapper {
	height: 100%;
	background: #0c214f;
}

.ceo .plyr--video video {
	height: 100%;
}

.ceo .plyr video {
	height: 100%;
	background: #0c214f;
}

.about-animation img {
	width: 100%;
}

.c-icon {
	height: 100%;
}

.value-con {
	position: relative;
	text-align: left;
	color: #fff;
	background: url(../images/ab-bg.png) no-repeat;
	background-size: auto auto;
	background-position: bottom left;
	padding: 15px;
}

.value-con img.abt-img {
	width: auto !important;
	position: relative;
	left: 0;
	margin: 15px 0 0px 0 !important;
	float: left;
}

.value-con p {
	color: #fff !important;
	clear: both;
	min-height: 150px;
	overflow-y: auto;
	margin: 0;
}

img.full-img {
	width: 100%;
}

.head-part {
	position: relative;
	padding-top: 70px 0;
}

.head-part img {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.head-show {
	opacity: 1;
}

.head-hide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.head-part:hover .head-hide {
	opacity: 1;
}

.head-part:hover .head-show {
	opacity: 0;
}

.head-part h4 {
	margin: 0;
	color: #fff;
}

.insight-img {
	position: relative;
}

.insight-img img {
	width: 100%;
}

.in-img {
	position: absolute;
	bottom: 0;
	padding: 15px;
	display: block;
	width: 100%;
	height: auto;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 100%);
}

#zaigo-family-section {
	background: url(../images/zaigofamily.jpg) repeat-x;
	background-position: right center;
	display: flex;
	z-index: 9;
	position: relative;
	animation: marquee 30s infinite linear;
	background-size: auto 95%;
}

.team-member img {
	width: 100%;
	margin-bottom: 10px;
}

.value-con h6 {
	min-height: auto;
}

.career-banner-sec {
	background: url(../images/Career_Overview.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 30px 0 450px 0;
}

.career-banner-sec .join a {
	border: 2px solid #f6871e;
	color: #000;
	padding: 15px 30px;
	border-radius: 35px;
	font-size: 18px;
}

.career-banner-sec .join a:hover {
	border: 2px solid #000;
	color: #f6871e;
}

.orange-text {
	color: #f6871e;
	font-size: 18px;
	margin: 0 0 5px;
}

.career-box {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	min-height: 175px;
	margin-bottom: 20px;
}

.career-box p {
	margin: 0;
}

.career-box h4 {
	margin: 15px 0;
}

.wshape {
	padding: 25px;
	border-radius: 35px 0 35px 0px;
	margin-bottom: 15px;
	background: #fff;
	color: #000;
	box-shadow: 1px 1px 4px 1px #eee;
}

.num {
	background: #fccc;
	padding: 15px 25px;
	float: left;
	clear: both;
	border-radius: 10px 0px 10px 1px;
	font-size: 25px;
	margin-bottom: 15px;
}

.ctab .table-section h2 {
	color: #000;
}

#mega-menu-wrap-menu-1 {
	clear: both;
	position: initial;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	position: initial !important;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 9;
}

.career-box h4 a {
	color: #344B6C;
	font-size: 18px;
}

.insight-img h4 {
	color: #fff;
}

#enquiryform label {
	width: 100%;
	display: block;
}

#enquiryform input {
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	color: #333;
	background: #f5f5f5;
}

#enquiryform textarea {
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	max-height: 100px;
	color: #333;
	background: #f5f5f5;
}

#enquiryform button[type="submit"] {
	background: #0c214f;
	border: none;
	padding: 10px 20px;
	border-radius: ;
	display: block;
	margin: 0 auto !important;
}

#enquiryform input[type="submit"] {
	padding: 15px 35px;
	width: auto;
	margin: 0 auto;
	background: #0c214f;
	color: #fff;
	border: none;
	border-radius: 5px;
	display: block;
}

#enquiryform input[type="submit"]:hover {
	background: #F6871E;
	color: #fff;
}


/*************mega-menu**********/
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: -webkit-linear-gradient(-45deg, #ffffff 46%, #f7f4e8 56%, #e6edf2 83%, #ededf4 100%);
	background: linear-gradient(165deg, #ffffff 46%, #f7f4e8 56%, #e6edf2 83%, #ededf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededf4', GradientType=1);
	box-shadow: 0 2px 15px rgb(0 0 0 / 3%);
	border: 0;
	padding: 20px 100px 20px 100px;
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	visibility: visible;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: #FBFBFD !important;
	color: #666 ! important;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	line-height: 35px;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	line-height: 40px;
	height: 40px;
	padding: 0px 8px 0px 8px;
	vertical-align: baseline;
	width: auto;
	display: block;
	color: #666;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	outline: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
	content: '\f140';
	font-family: dashicons;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 3px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(0);
	color: inherit;
	position: relative;
	background: transparent;
	height: auto;
	width: auto;
	right: auto;
	line-height: inherit;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 100%;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #fff;
	border-radius: 0;
	width: 150px;
}

.mega-menu-item-has-children.mega-menu-megamenu>.mega-sub-menu {
	position: absolute;
	top: 75px !important;
}

.site-header.fixed .mega-menu-item-has-children.mega-menu-megamenu>.mega-sub-menu {
	position: absolute;
	top: 60px !important;
}

.mega-sub-menu>.mega-menu-item-has-children>.mega-menu-link {
	margin-bottom: 15px !important;
}

ul.mega-sub-menu>li>a.mega-menu-link {
	color: #000 !important;
	line-height: 25px !important;
	height: auto !important;
	text-shadow: none;
}

ul.mega-sub-menu>li>ul.mega-sub-menu li a {
	color: #666 !important;
	line-height: 22px !important;
	margin-bottom: 10px !important;
	height: auto !important;
	text-shadow: none;
	font-size: 15px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

ul.mega-sub-menu>li>ul.mega-sub-menu li a:hover {
	color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #ddd;
	font-weight: normal;
	text-decoration: none;
	color: #000 !important;
}

.smodel a.mega-menu-link {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-transform: uppercase !important;
}

.mega-menu-flyout .mega-sub-menu {
	width: 225px !important;
}

/*************mega-menu**********/


.subscribe input {
	padding: 10px;
	border-radius: 5px;
}

.subscribe input[type="submit"] {
	padding: 15px 30px;
	border-radius: 5px;
	background: #f6871e;
	color: #fff;
	border: none;
	text-transform: uppercase;
}

.subscribe input[type="submit"]:hover {
	background: #333;
}

.blog-banner {
	background: url(../images/background-blogs.png) no-repeat;
	background-position: right center;
	background-size: 100% 100%;
}

.blog-cate {
	margin-bottom: 20px;
}

.blog-cate img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 1px 3px #ddd;
	object-position: top center;
}

.blog-btn a {
	display: inline-block;
	margin-bottom: 5px;
}

.br a {
	color: #EF454C;
	background: #EF454C1A;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 5px;
}

.bd a {
	color: #37BBA1;
	background: #37BBA11A;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 5px;
}

.bp a {
	color: #A361A8;
	background: #A361A81A;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 5px;
}

.blog-btn a:hover {
	background: #333;
	color: #fff;
}

.bdate {
	margin: 0;
	font-weight: 600;
}

.blog-cate h4 {
	font-size: 20px;
	line-height: 25px;
}

.leading-btn .active a {
	color: orange;
}

.offshore-banner img {
	width: 100%;
}

#inner-banner {
	position: relative;
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/11/Mask-Group-57.png)no-repeat;
	background-size: 100% 100%;
}

.inner-caption {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.inner-caption .bbtn {
	margin: 0 auto;
	float: none;
}

.inner-caption h2 {
	color: #fff;
}

.inner-caption h2 span {
	color: #F6871E;
	display: block;
}

.inner-caption p {
	color: #fff;
	font-size: 18px;
}

.inner-caption .bbtn {
	width: 215px;
	background: orange;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	cursor: pointer;
}

.slick-slide .c-icon {
	width: 100%;
	height: 175px;
}

.values-sec .slick-slide .c-icon {
	width: 100%;
	height: auto;
	padding: 0;
}

.outsource img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 15px;
}

.outsource {
	background: #fff;
	box-shadow: 0px 2px 2px 2px #eee;
	padding: 0 0 1px;
	border-radius: 15px;
	position: relative;
	min-height: auto;
}

.outsource img {
	border-radius: 15px;
}

.outsource h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 0 15px;
	margin: 0 0 10px;
}

.outsource p {
	padding: 0 15px 5px;
	margin: 0;
	line-height: 22px;
}

.outsource.out1::after {
	content: '';
	position: absolute;
	bottom: -70px;
	background: url(../images/Rectangle-green.png) no-repeat;
	background-position: center bottom;
	height: 70px;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	left: 0;
	right: 0;
}

.outsource.out2::after {
	content: '';
	position: absolute;
	bottom: -70px;
	background: url(../images/Rectangle-red.png) no-repeat;
	background-position: center bottom;
	height: 70px;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	left: 0;
	right: 0;
}

.outsource.out3::after {
	content: '';
	position: absolute;
	bottom: -70px;
	background: url(../images/Rectangle-blue.png) no-repeat;
	background-position: center bottom;
	height: 70px;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	left: 0;
	right: 0;
}

.wline {
	border: 1px solid #fff;
	position: relative;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.wline img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 30px;
	background: #030202;
	padding: 5px;
}

.wline h4 {
	color: #fff;
	font-size: 18px;
	margin: 15px 0;
}

.ztext h4 {
	margin-bottom: 25px;
}

.orangetext {
	color: #F6871E;
}

.wline.w1::before {
	content: '';
	position: absolute;
	right: -28px;
	background: url(../images/arrow-10200.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}

.wline.w2::before {
	content: '';
	position: absolute;
	right: 0;
	background: url(../images/arrow-10201.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	left: 50%;
	bottom: -42px;
}

.wline.w3::before {
	content: '';
	position: absolute;
	right: -28px;
	background: url(../images/arrow-10203.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	top: -40px;
	left: 50%;
}

.wline.w4::before {
	content: '';
	position: absolute;
	right: 0;
	background: url(../images/arrow-10202.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	left: -28px;
	top: 50%;
}

.ztext img {
	width: 100%;
}


.offshore-staffs {
	background: url(../images/keyboard.png) no-repeat;
	background-size: 100% 150px;
	background-position: bottom center;
	position: relative;
	padding-bottom: 150px;
}

.staff-rule {
	min-height: 200px;
}

.staff-rule h4 {
	font-size: 16px;
}

.wimg {
	margin-bottom: 20px;
}

.wimg img {
	width: 100%;
	height: 275px;
	object-fit: cover;
}

.wimg h4 {
	background: #0C214F;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 15px;
}

.accordion-button:not(.collapsed) {
	color: #f6871e;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.search_bar div {
	width: 300px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	height: 45px;
}

.search_bar .fa-search {
	position: absolute;
	left: 8px;
	top: 13px;
}

.search_bar input {
	width: 100%;
	padding: 5px 5px 5px 35px;
	border: none;
	border-radius: 15px;
	line-height: 30px;
}

.post-ques {
	background: #0C214F;
	margin-top: 20px;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
}

.post-ques h4 {
	font-size: 18px;
}

.post-ques p a {
	font-size: 14px;
	color: #F6871E;
}

.dollar {
	position: absolute;
	top: -70px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
}

.facebook-icon a {
	background: url(../images/facebook.png) no-repeat;
	background-size: 25px;
	padding-left: 30px;
	background-position: center left;
}

.twitter-icon a {
	background: url(../images/twitter.png) no-repeat;
	background-size: 25px;
	padding-left: 30px;
	background-position: center left;
}

.linkedin-icon a {
	background: url(../images/linkedin.png) no-repeat;
	background-size: 25px;
	padding-left: 30px;
	background-position: center left;
}

.youtube-icon a {
	background: url(../images/youtube.png) no-repeat;
	background-size: 25px;
	padding-left: 30px;
	background-position: center left;
}

.instagram-icon a {
	background: url(../images/instagram.png) no-repeat;
	background-size: 25px;
	padding-left: 30px;
	background-position: center left;
}

.getintouch {
	background: #FFFBF6;
}

.touch-form input[type="text"] {
	padding: 10px;
	width: 100%;
	color: #333;
}

.touch-form input[type="email"] {
	padding: 10px;
	width: 100%;
	color: #333;
}

.touch-form input[type="tel"] {
	padding: 10px;
	width: 100%;
	color: #333;
}

.touch-form textarea {
	padding: 10px;
	width: 100%;
	color: #333;
}

.touch-form button {
	background: #F6871E;
	border: none;
	border-radius: 35px;
	padding: 10px 30px;
}

.touch-form input[type="submit"] {
	background: #F6871E;
	border: none;
	border-radius: 35px;
	padding: 10px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.touch-form label {
	display: block;
}

.touch-form .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #ccc;
	background: #fff;
}

.wrapper {
	display: flex;
	justify-content: center;
}

.wrapper .button {
	display: inline-block;
	height: 50px;
	width: 50px;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out;
}

.wrapper .button:hover {
	width: 200px;
}

.wrapper .button .icon {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	line-height: 50px;
	transition: all 0.3s ease-out;
	font-size: 22px;
	float: left;
}

.wrapper .button .icon a {
	color: #333;
	font-weight: 600;
}


.wrapper .button:nth-child(1):hover .icon {
	background: #4267B2;
	color: #fff;
}

.wrapper .button:nth-child(2):hover .icon {
	background: #1DA1F2;
	color: #fff;
}

.wrapper .button:nth-child(3):hover .icon {
	background: #E1306C;
	color: #fff;
}

.wrapper .button:nth-child(4):hover .icon {
	background: #037cb5;
	color: #fff;
}

.wrapper .button:nth-child(5):hover .icon {
	background: #ff0000;
	color: #fff;
}

.wrapper .button .icon i {
	font-size: 22px;
	line-height: 60px;
	transition: all 0.3s ease-out;
}

.wrapper .button:hover .icon i {
	color: #fff;
}

.wrapper .button span {
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	margin-left: 10px;
	transition: all 0.3s ease-out;
}

.wrapper .fa-facebook-f {
	color: #4267B2;
}

.wrapper .button:nth-child(1):hover .fa-facebook-f {
	color: #fff;
}

.wrapper .fa-twitter {
	color: #1DA1F2;
}

.wrapper .button:nth-child(2):hover .fa-twitter {
	color: #fff;
}

.wrapper .fa-instagram {
	color: #E1306C;
}

.wrapper .button:nth-child(3):hover .fa-instagram {
	color: #fff;
}

.wrapper .fa-linkedin {
	color: #037cb5;
}

.wrapper .button:nth-child(4):hover .fa-linkedin {
	color: #fff;
}

.wrapper .fa-youtube {
	color: #ff0000;
}

.wrapper .button:nth-child(5):hover .fa-youtube {
	color: #fff;
}


.wrapper .button:nth-child(1) span {
	color: #4267B2;
}

.wrapper .button:nth-child(2) span {
	color: #1DA1F2;
}

.wrapper .button:nth-child(3) span {
	color: #E1306C;
}

.wrapper .button:nth-child(4) span {
	color: #037cb5;
}

.wrapper .button:nth-child(5) span {
	color: #ff0000;
}


.social-fixed {
	position: fixed;
	top: 30%;
	width: 40px;
	margin-top: 40px;
	transition: all 0.3s linear;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .4);
	z-index: 9;
}

.social-fixed ul {
	padding: 0;
}

.social-fixed nav li {
	height: 40px;
	position: relative;
}

.social-fixed nav li a {
	color: white;
	display: inline-flex;
	height: 100%;
	width: 100%;
	line-height: 40px;
	padding: 25%;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	transition: all .3s linear;
	align-items: center;
	justify-content: center;
}

.social-fixed nav li:nth-child(1) a {
	background: #4267B2;
}

.social-fixed nav li:nth-child(2) a {
	background: #1DA1F2;
}

.social-fixed nav li:nth-child(3) a {
	background: #E1306C;
}

.social-fixed nav li:nth-child(4) a {
	background: #2867B2;
}

.social-fixed nav li:nth-child(5) a {
	background: #ff0000;
}

.social-fixed nav li a i {
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 27px;
}

.social-fixed ul li a span {
	display: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

.social-fixed a:hover {
	z-index: 1;
	width: 150px;
}

.social-fixed ul li:hover a span {
	padding-left: 20%;
	display: inline-block;
	color: #fff;
}

.blog-cate-inner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 15px;
}

.blog-user h6 {
	line-height: 20px;
}

.blog-user img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.blog-user h6 span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

.bottom-blog {
	padding: 30px 0 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.blog-social {
	text-align: right;
}

.h-height h6 {
	min-height: 40px;
}

.head-one {
	font-size: 30px;
}

.head-two {
	font-size: 22px;
	line-height: 30px;
}

.blue-bg ul {
	color: #fff;
	padding: 0 0 0 0px;
}

.blue-bg ul li {
	color: #fff;
	margin-bottom: 10px;
	/*list-style: disc;*/
}

.content-list {
	padding: 0rem;
	border-left: 0px solid #F6871E;
}

.content-list ul {
	padding: 0;
}

.content-list li {
	line-height: 30px;
	background: url(../images/sdot.png) no-repeat;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 8px;
	padding-left: 20px;
	text-align: left;
	background-size: 12px;
	font-size: 15px;
}

.blue-bg ul li strong {
	color: #F6871E;
}

#leading-section .join {
	margin-bottom: 35px;
	margin-top: 25px;
}

.blue-bg h6 {
	color: #fff;
}

.blue-bg .shape h6 {
	color: #000;
}

.head-four {
	font-size: 20px;
}

.content-list strong {
	color: #F6871E;
}

.grey-section {
	background: #f5f5f5;
}

.blue-light-bg {
	background: #e8effd;
}

.orange-light-bg {
	background: #feefe1;
}

h2.side-head-black {
	font-size: 25px;
	display: inline-block;
	line-height: 35px;
}

.long-content {
	min-height: auto;
}

.long-content p {
	margin: 0;
}

h6.nhead {
	font-size: 20px;
	color: #F6871E;
}

.readmore.sec {
	overflow-y: scroll ! important;
}

.readmore {
	overflow-y: scroll;
	position: relative;
	max-height: 155px;
	overflow: hidden;
	width: 100%;
	border: solid 0px blue;
	padding: 10px;
	margin-bottom: 20px;
	transition: max-height 0.15s ease-out;
}

.readmore.expand {
	max-height: 5000px !important;
	transition: max-height 0.35s ease-in-out;
}

.readmore-link {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: transparent;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0;
	background: url(../images/down-arrow.png) no-repeat;
	cursor: pointer;
	z-index: 9;
	background-size: 18px;
	background-position: center right;
}

.readmore-link.expand {
	position: absolute;
	top: 0;
	right: 10px;
	padding-top: 10px;
	height: 20px;
	background: url(../images/up-arrow.png) no-repeat;
	cursor: pointer;
	background-size: 18px;
	background-position: center right;

}

.readmore-link:after {
	content: "Read more";
}

.readmore-link.expand:after {
	content: "Read less";
}

.moretext {
	display: none;
}

.moreless-button {
	color: #fff;
	font-size: 16px;
	padding: 5px;
	text-decoration: underline ! important;
	/*background: url(../images/down-arrow-black.png) no-repeat;
	width: 20px;
	height: 20px;*/
	display: inline-block;
	background-size: 100%;
	transition: transform .2s ease-in-out;
}

.moreless-button.moreless_open {
	/*transform: rotate(-180deg);*/
}

.pb-10 {
	padding-bottom: 10rem !important;
}

.enter-prise p {
	margin: 0;
}

.bbtn {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	/*border-radius: 10rem;*/
	color: #807A79;
	text-transform: inherit;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bbtn a {
	font-size: 18px;
	font-weight: 500;
}

.bbtn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F6871E;
	border-radius: 10px;
	z-index: -2;
}

.bbtn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #0c214f;
	transition: all 0.3s;
	border-radius: 10px;
	z-index: -1;
}

.bbtn:hover {
	color: #fff;
}

.bbtn:hover:before {
	width: 100%;
}


#sync1 .item {
	background: #fff;
	padding: 0px 0px;
	margin: 0px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
	text-align: center;
	position: relative;
}

#sync2 .item {
	/* background: #ffff; */
	padding: 3px 0px;
	margin: 5px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	border-top: 4px solid transparent;
	width: 100%;
	margin-bottom: 10px;
}

#sync2 .item:hover {
	border-top: 4px solid #F5851F;
}

#sync2 .current .item {
	border-top: 4px solid #F5851F;
}

#sync2 .item h1 {
	font-size: 18px;
}

#sync2 .current .item {
	/*background: #f5f5f5;*/
}

.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

#sync1.owl-theme {
	position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}

#sync1.owl-theme .owl-prev {
	left: 10px;
}

#sync1.owl-theme .owl-next {
	right: 10px;
}

.js-player {
	width: 100%;
}

.owl-item iframe {
	border: 0;
	width: 100%;
	height: 350px;
	object-fit: cover;
	z-index: 9;
	position: relative;
	/*border-radius: 15px;*/
}

.foot-menu li {
	list-style: none;
	/*line-height: 22px;
	margin-bottom: 10px;*/
	/*padding:3px 0px;*/
}

.ceo video {
	width: 100%;
	height: 100%;
}

.whyus {
	width: 100%;
	text-align: right;
}

.whyus img {
	width: 80%;
}

.india-flag {
	display: inline-block;
	background-image: url(../images/flag-of-india.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 0px;
	background-size: 30px;
}

.usa-flag {
	display: inline-block;
	background-image: url(../images/flag-of-usa.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 0px;
	background-size: 30px;
}

.mobmenu-content li {
	list-style: none;
	visibility: visible;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0 !important;
}

.mobmenu-right-panel {
	background-color: #F7F7F7;
	width: 100% !important;
}

.mob-icon-up-open::before {
	content: '\f005';
	color: #ccc !important;
	font-size: 18px;
}

.mob-icon-down-open::before {
	content: '\f004';
	color: #ccc !important;
	font-size: 18px;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: absolute !important;
}

.mobmenu-content #mobmenuright>li>a:hover {
	/*background-color: #000 !important;*/
	color: #000 !important;
}

.mobmenu-content #mobmenuright .sub-menu .sub-menu li a:hover {
	color: #000;
	background: #f7a21f;
}

.mobmenu-content #mobmenuright .sub-menu a:hover {
	color: #000 !important;
	/*background: #f7a21f !important;*/
}

#mobmenuright li a,
#mobmenuright li a:visited {
	font-family: Roboto;
	font-size: inherit;
	font-weight: inherit;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	text-transform: none;
	background: #fff ! important;
	color: #999;
}

.sub-menu ul li {
	text-transform: capitalize;
	padding: 0.2rem 0;
	margin: 0 !important;
	font-size: 0.95rem;
}


.mob-menu-header-holder {
	width: 100%;
	background-color: transparent !important;
	height: 50px;
	position: fixed;
}

.mobmenur-container i {
	color: #000 ! important;
}

/*Updated Home page css*/
.bbtn-home::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 10px;
	z-index: -2;
}

.bbtn-home::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #000;
	transition: all 0.3s;
	border-radius: 10px;
	z-index: -1;
}

.bbtn-home {
	display: inline-block;
	padding: 5px 10px 8px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bbtn-home a {
	color: #fff;
}

.bbtn1 {
	padding: 15px;
	text-decoration: underline;
}

.bbtn1 a {
	color: #1E1E1E;
}

.HomeTxt {
	color: #FF6F00 !important;
	font-weight: 500;
	font-size: 30px !important;
	line-height: 35px;
}

.process-Text {
	margin: 10px;
}

.processImg {
	padding: 0px;
	margin: 0px;
}

section.black-bg {
	background-image: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/Group-51753.png);
	background-size: cover;
}

.black-bg h4 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}

.proTxt {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 23px;
}

.grayTxt,
ul li a {
	color: #807A79 !important;
	font-size: 15px !important;
	line-height: 24px;
}

.bbtn-pro a {
	color: #F5851F;
	display: flex;
}

.bbtn-pro img {
	margin: 0 10px;
	object-fit: contain;
}

.bbtn-pro {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bbtn-pro.af a::after {
	content: none !important;
}

.singleTxt {
	color: #fff ! important;
}

.align-items-center {
	align-items: center !important;
	padding: 0px 5px 0px 5px;
}

#process-section {
	/*background-image: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/startups-banner.png);
    background-repeat: no-repeat;*/
}

#content-section {
	/*background-image: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/Scroll-Group-24.png);
    background-repeat: no-repeat;*/
}

#tab-section {
	text-align: center;
	justify-content: center;
}

/*.slideImg-1{background-image:url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/1.png);}*/

.carousel-icons .slideImg-1 {
	padding: 5px;
	height: 100%;
	position: relative;
}

.carousel-icons .slideImg-1 img {
	border-radius: 20px;
}

.carousel-Txt {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 15px;
	right: 0;
	text-align: center;
}

.carousel-Txt h6 {
	font-size: 16px;
	font-weight: 100;
}

#slider-section {
	background: #fff;
}

#trusted-section {
	background: #EBEBEB;
}

.wt-text .shape {
	min-height: 225px;
}

.wt-text .shape p {
	color: #fff !important;
}

#home-testimonials .slick-prev::before,
#home-testimonials .slick-next::before {
	display: none;
	/*	font-family: 'slick';
	font-size: 38px;*/
	/*	line-height: 1;
	opacity: 1;
	color: #F5851F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 9;
	position: absolute;
	left: -8px;
	top: -4px;*/
}

.text-center {
	text-align: center !important;
	justify-content: center;
}

.gray-bg {
	background: #EBEBEB;
}

.footer-rights {
	border-top: 2px solid #f7f3f3;
}

.line-strip {
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}

.main-form .conts {
	padding-top: 0;
	padding-bottom: 0px;
}

.conts input {
	padding: 5px;
}

.footer_icon span {
	padding: 0 10px;
	text-align: center;
}

.footer_icon a {
	color: #000;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 50%;
	font-size: 16px;
}

.main-form-section .footer_icon a {
	color: #fff;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 16px;
}

.conts span {
	color: red;
}

.contact-smTxt span {
	color: #f6871e;
}

.global-contact label {
	font-size: 16px;
	color: #030202;
	display: block;
}

.global-contact input[type="submit"] {
	border: 1px solid;
	border-color: #030202;
	border-radius: 3px;
	background: #030202;
	color: #fff;
	justify-content: center;
	text-align: center;
	padding: 15px 40px 15px 40px;
	width: 100%;
	border-radius: 35px;
	margin-top: 5px;
}

.global-contact input[type="text"] {
	width: 100%;
	border: 1px solid #707070;
	padding: 5px;
	background: #fff;
	color: #333;
}

.global-contact input[type="email"] {
	width: 100%;
	border: 1px solid #707070;
	padding: 5px;
	background: #fff;
	color: #333;
}

.global-contact input[type="number"] {
	width: 100%;
	border: 1px solid #707070;
	padding: 5px;
	background: #fff;
	color: #333;
	margin-bottom: 10px;
}

.global-contact input[type="tel"] {
	width: 100%;
	border: 1px solid #707070;
	padding: 5px;
	background: #fff;
	color: #333;
}

.global-contact textarea {
	width: 100%;
	border: 1px solid #707070;
	padding: 5px;
	background: #fff;
	color: #333;
	height: 100px;
}

.contact_form span {
	color: red;
}

.contact-smTxt {
	padding-left: 100px;
}

.name-feild input[type="text"],
.name-feild input[type="email"],
.name-feild select,
.name-feild textarea {
	border: 1px solid #707070;
	border-radius: 0px ! important;
	margin-bottom: 15px;
	background: transparent;
	width: 350px;
}

.global-contact input[type="email"],
.global-contact select,
.global-contact textarea,
.global-contact input[type="tel"],
.global-contact input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.name-feild button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #F5851F;
	border-radius: 3px;
	background: #F5851F;
	color: #fff;
	/* padding: 16px! important; */
	line-height: 1;
	justify-content: center;
	text-align: center;
	padding: 15px 40px 15px 40px;
}

.contact_form.name-feild {
	width: 100%;
	display: block;
	float: right;
	position: relative;
	z-index: 9;
	background: #fff;
	margin: 0 0 0 0;
	padding: 50px 100px;
	border-radius: 5px;
	-webkit-box-shadow: -6px 9px 19px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: -6px 9px 19px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -6px 9px 19px 0px rgb(0 0 0 / 15%);
}

.main-head {
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
}

.nh {
	font-weight: 500;
	font-size: 30px;
	color: #030202;
	line-height: 40px;
}

.nsh {
	font-weight: 500;
	font-size: 22px;
	color: #030202;
}

.dg {
	box-shadow: 0px 1px 16px #0000001C;
	min-height: 315px;
}

.ralign {
	text-align: right;
}

.contact_form label {
	display: block;
}

.contact_form input {
	display: block;
	width: 100% !important;
}

.contact_form textarea {
	display: block;
	width: 100% !important;
	height: 100px;
}

.contact_form select {
	width: 100%;
	padding: 10px;
}

.contact_form input[type="checkbox"] {
	display: inline-block;
	width: auto !important;
}

.contact_form span {
	margin: 0;
}

.contact_form br {
	display: none;
}

.align-para p {
	padding: 0% 5% 0% 5%;
}

.support-Txt {
	padding: 0px 30px 0px 30px;
}

.icon-section img {
	padding: 5px;
}

.blank-head-black {
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
}

.col-half-offset {
	margin: 20px;
}

.app-box {
	background: #fff;
	text-align: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-box-shadow: -6px 9px 19px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: -6px 9px 19px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 6px 6px 15px 5px rgb(0 0 0 / 5%);
	width: 17% !important;
}

.inner-appBox {
	padding: 20px 0px 10px 0px;
}

.inner-appBox h6 {
	padding-top: 10px;
	text-align: center;
	justify-content: center;
	font-size: 18px;
}

.cardbox {
	width: 100%;
	display: flex;
}

.cardboxes {
	width: 100%;
	display: flex;
}

.cardboxes-1 {
	width: 70%;
	display: flex;
}

.col-half-offset-1 {
	margin: 2%;
}

.contacthead p {
	font-size: 28px ! important;
	color: #000 ! important;
	font-weight: 500;
	line-height: 1.2;
}

.contacthead p span {
	color: #F5851F;
}

#content-sec {
	background: #EBEBEB;
}

.accordion-item {
	background-color: #fff;
	margin-bottom: 8px;
	border: 1px solid #E2E2E2 ! important;
}

.component-box h6 {
	background: #FCE7CC;
	border-radius: 6px;
	color: #1E1E1E;
	padding: 10px;
	font-weight: 100;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.orange-head {
	color: #F6871E;
	font-weight: 500;
	font-size: 31px;
	line-height: 70px;
}

.w-icon.w-1,
.w-icons.w-1,
.w-icong.w-1,
.w-icongs.w-1,
.w-icongw.w-1 {
	background: #fff !important;
	box-shadow: 0px 1px 16px #0000001c;
	margin-bottom: 25px;
	color: #1E1E1E;
	padding: 15px !important;
	margin: 5px 0;
}

.m-center {
	margin: 15px auto 0 !important;
}

.w-icon.w-1 {
	font-size: 18px;
	margin-bottom: 15px;
}

.w-icons.w-1 {
	min-height: 370px;
	font-size: 18px;
	margin-bottom: 20px;
}

.w-icongs.w-1 {
	min-height: 285px;
	font-size: 18px;
	margin-bottom: 20px;
}

.w-icongw img {
	width: 70px;
}

.w-icongw.w-1 h6 {
	color: #030202;
	margin: 0;
}

.w-icongw.w-1 {
	min-height: 300px;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 5%;
}

.wh-auto .w-icongw.w-1 {
	min-height: auto;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 5%;
}

.w-icon.w-1 h6,
.w-icons.w-1 h6,
.w-icong.w-1 h6,
.w-icongs.w-1 h6 {
	color: #F6871E;
	font-size: 22px;

}

.w-icong.w-1 h6 {
	color: #F6871E;
	font-size: 21px;
	line-height: 5px;
}

.w-icong.w-1 {
	font-size: 18px;
	min-height: auto;
}

.w-icon.w-1 p,
.w-icons.w-1 p,
.w-icong.w-1 p,
.w-icong.w-1 p {
	color: #807A79 !important;
	font-size: 16px;
	margin: 0;
}


.slider-box img {
	width: auto;
	padding: 0;
	border: none;
}

.slider-box img {
	display: initial;
}

.sliderTxt {
	display: flex;
	width: 25%;
	justify-content: center;
	text-align: center;
	margin: 0px auto;
}

.web-box .nh {
	color: #fff;
}

.web-box-g h5 {
	color: #FF6F00;
	font-size: 24px;
}

.web-box h5 {
	color: #030202;
	font-size: 24px;
}

.web-box-g p {
	color: #030202 ! important;
	font-size: 18px ! important;
}

.tech-box {
	padding: 20px;
	min-height: 190px;
	height: 300px;
}

.tech-box img {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 1px 16px #0000001c;
	border-radius: 6px;
	margin-bottom: 10px;
	height: 75px;
	width: 100px;
	object-fit: contain;
}

.lname {
	float: right;
	width: 48%;
	padding-right: 0px;
}

.fname {
	float: left;
	width: 48%;
	padding-left: 0px;
}

.global-contact {
	padding-right: 0;
}

span.wpcf7-form-control-wrap {
	display: block;
}

.global-contact br {
	display: none;
}

#touch-section .bbtn {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	/* border-radius: 10rem; */
	color: #fff;
	text-transform: inherit;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#touch-section .bbtn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #F6871E;
	transition: all 0.3s;
	border-radius: 10px;
	z-index: -1;
}

#touch-section .bbtn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F6871E;
	border-radius: 10px;
	z-index: -2;
}

.arrow_box-text .bbtn-pro a:after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/noun-arrow-3544853.png)no-repeat;
	width: 35px;
	height: 25px;
	position: relative;
	display: inline-block;
	top: 15px;
	left: 22px;
	background-size: 15px;
}

.pros {
	width: 280px;
	background: #F5851F;
	margin-right: 10px;
	padding: 0px;
	border-radius: 10px;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	color: #807A79;
	justify-content: center;
	cursor: pointer;
	/* padding: 2px; */
	height: 55px;
}

.pros a {
	color: #fff;
	padding: 15px;
	display: block;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.pros a::after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/right_arrow.png)no-repeat !important;
	width: 35px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 15px !important;
	background-size: 15px;
}

.pros:hover {
	background: #0c214f;
}

.pros-orange {
	width: 280px;
	background: #F6871E;
	margin-right: 0px;
	padding: 0px;
	border-radius: 10px;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	color: #807A79;
	justify-content: center;
	cursor: pointer;
	/* padding: 2px; */
	height: 55px;
}

.pros-orange a {
	color: #fff;
	padding: 15px;
	display: block;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.pros-orange a:after {
	content: "";
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/right_arrow.png)no-repeat;
	width: 35px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 15px !important;
	/*background-size: 15px;*/
}

.pros-orange:hover {
	background: #0c214f;
}

/**********from 5-9-22**********/
#home-banner1 {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 55% 100%;
	margin-top: -30px;
}

/*#home-banner1 {
    background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/home-banner-bg.png);
     background: url(../images/banner-bg.webp); 
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55% 115%;
    height: 550px;
}*/
img.rotate-img {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	width: auto !important;
	position: absolute;
	bottom: 60px;
	left: 0;
}

img.rotate-img:hover {
	/*transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);*/
}

* .image {
	position: absolute;
	/*top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;*/
	/*-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
   animation:spin 4s linear infinite;*/
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.video-testimonial .owl-carousel .owl-item img {
	transform-style: preserve-3d;
	border-radius: 15px;
}

.video-testimonial .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
	border-radius: 15px;
}

.ds-sec img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.ds-sec .w-icong.w-1 {
	font-size: 18px;
	min-height: 250px;
	margin-bottom: 15px;
}

.list-text ul {
	border-left: 3px solid #F5851F;
	padding: 0;
}

.list-text li {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 16px #0000001c;
}

.disc-list ul {
	padding: 0 0 0 15px;
}

.disc-list ul li {
	list-style: disc !important;
}

.slick-slide .c-icon div {
	width: 100%;
	text-align: left;
}

.slick-slide .c-icon img {
	border: none;
	width: auto;
	margin: 0 10px 15px;
}

.carousel-icon-about .slick-slide {
	display: block;
	margin: 0 10px;
}

.carousel-icon-about-text .slick-slide {
	display: block;
	margin: 0 10px;
}

.bulp-btn span {
	background: #000 url(../images/bulb-icon.png) no-repeat;
	padding: 15px 25px 15px 50px;
	border-radius: 10px;
	background-position: 8px 8px;
	font-size: 18px;
	color: #fff;
	width: auto;
	display: inline-block;
}

.ht a::after {
	top: 7px !important;
}

.process-Text img {
	margin-bottom: 10px;
}

.w-icongs img {
	margin-left: 10px;
	padding: 10px;
}

.tech-box.bline {
	border: 1px solid #999;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
}

.w-icongs.w-1.mh-1 {
	min-height: 380px;
}

.mh-2 {
	min-height: 220px;
}

/*.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(../images/plus.png) !important;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../images/minus.png) !important;
	transform: rotate(-180deg);
}*/
.msize {
	width: 75%;
}

.inner-appBox br {
	/*display: none;*/
}

.asd .dollar {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.asd {
	min-height: 250px !important;
}

.title-white {
	color: #fff;
}

#sync2 .owl-stage-outer.owl-stage-outer .owl-stage {
	justify-content: center;
	display: inline-flex;
	width: 100% !important;
}

#sync2 .owl-item.active {
	width: 115px !important;
	margin: 0 5px;
}

.vbottom h4 {
	color: #000;
	font-size: 25px;
}

.vbottom h2 {
	color: #fff;
	width: 50%;
	text-shadow: 1px 3px 1px #999;
	font-size: 50px;
}

.vbottom h6 a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline !important;
}

.offer {
	background: #fff;
	overflow: hidden;
}

.offer-text {
	padding: 10px;
	min-height: 150px;
}

.api-dev {
	text-align: left;
}

.api-img img {
	width: 100%;
}

.owl-item .item div {
	/*border-radius: 30px;*/
}

.vbottomh {
	position: absolute;
	bottom: 50px;
	color: #fff;
	left: 50px;
	display: inline-table;
	width: auto;
}

.vbottomh h4 {
	color: #fff;
	font-size: 25px;
}

.testimonial1 {
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(255, 155, 114, 1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(255, 155, 114, 1);
	box-shadow: 10px 10px 0px 0px rgba(255, 155, 114, 1);
	border-radius: 20px;
	padding: 20px !important;
	position: relative;
}

.testimonial1::before {
	content: '';
	position: absolute;
	background: url(../images/quotebg.png) no-repeat;
	width: 50px;
	height: 50px;
	left: 25px;
	top: -20px;
}

#footer-testimonial {
	background: #FEDDBC url(../images/t-bg.png) no-repeat;
	background-size: auto;
	background-position: left center;
}

.main-form {
	background: #FEF3E9;
	padding: 30px;
	border-radius: 20px;
}

.testimonial_box-text h5 {
	margin: 15px 0 5px;
}

#trusted-section .carousel-icons {
	margin-top: 15px;
}

.align-para .head-black.nh {
	margin-bottom: 15px;
}

.dot-list {
	list-style: none;
	padding: 0;
}

.dot-list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: left;
}

.dot-list li::before {
	width: 10px;
	height: 10px;
	background: #333;
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
ul.list li {
    font-size: 15px!important;
}
#videobcg {
	width: 100%;
}

.hform input[type="radio"],
.hform input[type="checkbox"] {
	/*display: none;*/
	width: auto;
}

.hform .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.hform select option {
	color: #000;
}

#banner {
	position: relative;
}

.process-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
	text-align: left;
}

.process-list li {
	margin-bottom: 25px;
	opacity: 0.5;
}

.process-list ul {
	padding: 0;
	position: relative;
}

.process-list li.active {
	opacity: 1;
}

#vline {
	width: 5px;
	height: 0px;
	background: orange;
	position: absolute;
	left: 14px;
	top: 0;
}

#vline-icon li img {
	margin-right: 5px;
}

.pr-5 {
	padding-right: 30px;
}

.pl-5 {
	padding-left: 30px;
}

.full-view {
	text-align: center;
}

.full-view img {
	width: 80%;
}

.global-contact p {
	margin: 0;
}

.pyimg {
	text-align: center;
}

.pyimg img {
	width: 65%;
}

#footer-testimonial-section {
	background: #030202;
	background-size: auto;
	background-position: left center;
}

.main-form-section {
	/*background: #030202;*/
	padding: 30px;
	border-radius: 20px;
}

.blank-head-black-section {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 35px;
}

.footer_icon {
	padding: 0;
}

#footer-timeline {
	/*background: #F7F7F7;*/
}

.timeline-container {
	display: flex;
	justify-content: left;
}

.timeline-container .vertical-scrollable-timeline {
	width: 600px;
	list-style-type: none;
	position: relative;
	padding: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
	width: 3px;
	height: 75%;
	background-color: #FFDCC2;
	position: absolute;
	left: 14px;
	top: 0;
	overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: #FFDCC2;
	width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
	position: relative;
	padding: 7px 0px 0px 40px;
	text-align: left;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
	margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #F5851F;
}

.timeline-container .vertical-scrollable-timeline li p {
	line-height: 1.5;
	color: #fff;
	padding-right: 10px;
	text-align: left;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
	margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF6F00;
	border-radius: 50%;
	z-index: 1;
	transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 4px solid #fff;
	position: absolute;
	background-color: #FF6F00;
	border-radius: 50%;
	z-index: -1;
	transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
	font-size: 25px;
	color: #fff;
}

.timeline-container .vertical-scrollable-timeline li::before {
	content: "";
	position: absolute;
	height: 75%;
	width: 8px;
	background-color: transparent;
	left: 48px;
	z-index: 0;
}

/*.timeline-container .vertical-scrollable-timeline li:last-child::before {
  width: 58px;
  left: 48px;
  background-color: #222;
}*/
.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
	background-color: #e803fc;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
	background-color: #e803fc;
}

.global-contact-section label {
	font-size: 16px;
	color: #030202;
	display: block;
}

.global-contact-section input[type="submit"] {
	border: 1px solid;
	border-color: #f6871e;
	border-radius: 3px;
	background: #f6871e;
	color: #fff;
	justify-content: center;
	text-align: center;
	padding: 15px 40px 15px 40px;
	width: 100%;
	border-radius: 7px;
}

.global-contact-section {
	background: #fff;
	padding: 20px;
	border-radius: 0px 0px 7px 7px;
}

.global-contact-section .conts {
	margin: 5px 0;
}

.info-text {
	padding-top: 13px;
	font-size: 18px;
}

.info-text span {
	color: #000;
	font-weight: 600;
}

.global-contact-section1 {
	background: #F7F7F7;
	border-radius: 7px 7px 0px 0px;
	padding-top: 15px;
}

.global-contact-section input[type="text"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	color: #333;
}

.global-contact-section input[type="email"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	color: #333;
}

.global-contact-section input[type="number"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	color: #333;
}

.global-contact-section input[type="tel"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	color: #333;
}

.global-contact-section textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	color: #333;
	height: 100px;
}

.testimonial1 h5 {
	font-size: 17px !important;
	text-transform: uppercase;
}

.contact_form span {
	color: red;
}

.contact-section-text p {
	color: #030202;
	font-size: 15px;
}

.contact-section-text a {
	color: #030202;
	font-weight: 500;
	font-size: 15px;
}

.global-contact input[type="email"],
.global-contact select,
.global-contact textarea,
.global-contact input[type="tel"] {
	width: 100%;
	margin-bottom: 15px;
}

.global-contact-section .conts {
	margin: 5px 0 10px;
}

.form-cont {
	position: relative;
	top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.form-cont {
		top: 0;
	}
.breadcrumbs {
    clear: both;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    top: auto!important;
    z-index: 9!important;
} 
	.page-id-3978 p {
		text-align: left;
		padding: 0px 15px 0px 18px !important;
	}

	.page-id-3978 ul {
		margin: 0px !important;
	}

	.page-id-3978 ul li {
		margin: 0px !important;
	}
}

.getintouch-sec {
	background-color: #000;
	background-image: -webkit-linear-gradient(-90deg, #000 33%, #F7F7F7 33%);
	min-height: 500px;
	position: relative;
}

.page-id-302 #homeform {
	/*display: block;
	height: auto;*/
}


/*Additional css*/
#touch-section p {
	color: #fff !important;
}

.tab.p-0 .tech img {
	width: 125px !important;
}

.tab .tech.auto-tools img {
	width: auto !important;
	margin: 0px 15px;
	padding: 5px;
}

.align-para-process {
	margin: 40px 0px;
}

.tech-box.bline:hover {
	background: #F6871E;
}

.tech-box.bline:hover p,
.tech-box.bline:hover h5 {
	color: #fff ! important;
	z-index: 99;
}

.home-client-corousel-section img {
	border-radius: 0px !important;
	width: auto !important;
}

.c-icon h6:before {
	border-top: solid 3px #fff;
	content: "";
	display: block;
	width: 70px;
	margin-bottom: 15px;
}

.tmb {
	text-align: center;
	display: flex !important;
	justify-content: center;
}

.ztext p {
	color: #fff ! important;
}

.wline p {
	color: #fff ! important;
}

.blog-section .post-thumbnail img {
	border-radius: 15px;
	margin: 20px 0 5px;
	box-shadow: 1px 1px 1px 3px #ddd;
	width: 100%;
}

.entry-content .list {
    padding: 0;
   /* margin: 15px 0px 15px 50px!important;*/
}

.entry-content .list li {
	list-style: disc !important;
}
.single-post .entry-content .list li {
    list-style: none! important;
    position: relative;
    padding: 0 0 0 20px;

}
.entry-content .list li:before {
   background-color: #0078BE;
   content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.single-post .entry-content .list{  
margin:0px! important;
}
.act img {
	width: 70px;
}

#testimonial-section .owl-stage-outer {
	padding: 0 !important;
}

img.abc {
	position: absolute;
	width: auto !important;
	right: 25px;
	bottom: 25px;
}

.item-desc h3 {
	font-size: 18px;
}

.pad-land-hide {
	display: none;
}

.recaptcha-outer {
	margin-bottom: 15px;
}

.row.get-recaptcha-outer {
	margin-top: -15px;
	margin-bottom: 20px;
}

.blog-part .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 0px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	margin-bottom: 10px;
	background: #c6d7fc;
	margin: 0 5px 10px;
	border-radius: 35px;
}

.blog-part .nav-tabs .nav-item.show .nav-link,
.blog-part .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #0C214F;
	border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 35px;
}

.blog-part .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #1E1E1E80;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.blog-part .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    justify-content: center;
    width: 75%;
    /* max-width: 75%; */
    /* justify-content: center; */
    /* align-items: center; */
    margin: auto;
}
.blog-cate a {
	color: #0C214F;
}

.blog-section .entry-header {
	text-align: center;
}

.blog-section .entry-content p {
	color: #333 !important;
}

.relatedblog {
	font-size: 25px;
	margin: 20px 0 30px !important;
}

.blue-text {
	color: #0C214F;
}

.paginations {
	display: block;
	width: 100%;
	text-align: center;
}

.paginate_links_button {
	display: inline-block ! important;
	float: none ! important;
}

.page-numbers.current {
	background: #0C214F33;
	color: #333;
}

.paginate_links_button .page-numbers {
	padding: 5px 15px ! important;
	border: 0px solid #ccc ! important;
	line-height: 25px;
	border-radius: 5px;
	color: #999 ! important;
}

.column1 {
	/*display: flex;*/
}

.column2 input[type="submit"] {
	border: 1px solid;
	border-color: #F5851F;
	border-radius: 0px 3px 3px 0px;
	background: #F5851F;
	color: #fff;
	/* padding: 16px! important; */
	line-height: 1;
	justify-content: center;
	margin-left: -6px;
	position: relative;
	text-align: center;
	padding: 15px 40px 13px 40px;
}

.column2 {
	display: flex;
	margin-top: -46px;
	margin-left: 35%;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent ! important;
	color: #2bb638 !important;
}

.sub-head {
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-size: 2rem;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.1px ! important;
}

.about-com p {
	top: 50px;
	color: #fff ! important;
	position: relative;
	padding: 20px;

}

.hidedesktop {
	display: none;
}

.hidemobile {
	display: block;
}

.foot-logo img {
	width: 250px;
	margin-bottom: 10px;
}

.address-info {
	padding: 15px;
	background: #F6F6F6;
	min-height: 200px;
	margin-bottom: 20px;
}

.foot-menu p {
	margin: 0 0 5px;
}

.foot-menu p svg {
	color: #F5851F;
	font-size: 18px;
	margin-right: 5px;
}

.foot-menu p a {
	color: #000;
}

.copyright {
	background: #F5851F;
}

.copy-txt p {
	color: #fff !important;
}

.copy-link {
	text-align: right;
}

.copy-link a {
	color: #fff;
	border-right: 2px solid #fff;
	padding: 0 10px;
}

.copy-link span:last-child a {
	color: #fff;
	border-right: 0px solid #fff;
	padding: 0 10px;
}

.address-section {
	background: #FAFAFA;
}

.newsletter-section .wpcf7-not-valid-tip {
	position: absolute;
}

.hire-text h4:after {
	border-bottom: 1px solid #d8cbcbb3;
	content: '';
	display: block;
	position: relative;
	top: 6px;
}

.hire-text h4 {
	text-align: center;
}

.global-contact-section br,
.hform br,
.newsletter-section br {
	display: none;
}

.global-contact-section p,
.hform p,
.newsletter-section p {
	display: contents;
}

.thx-section img {
	width: 20%;
	margin: 0px auto;
}

.thx-head h1 {
	font-size: 41px;
	border-bottom: 2px solid #d2d2dd69;
	width: 40%;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

.thx-head p {
	text-align: center;
}

.thx-media {
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 0;
}

.thx-media li a img {
	width: 40px;
	padding: 2px;
}

.thx-media li {
	padding-left: 10px;
}

.thx-section {
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/12/thx-banner.png)no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	height: 100vh;
}

a.private-policy {
	font-family: "noto_sansmedium", sans-serif !important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
	color: #fff ! important;
	/*text-decoration: underline! important;*/
}

.sub-heading {
	color: #fff;
}

/*Youtube testimonial*/
.video-sections .owl-dots {
	display: flex;
	text-align: center;
	justify-content: center;
}

.video-sections.owl-nav {
	display: none;
}

.rll-youtube-player {
	height: 250px ! important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	border-radius: 10px;
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: flex ! important;
	height: 12px;
	margin: 5px 7px;
	opacity: 1;
	width: 12px;
}

.video-sections .owl-nav span {
	display: none;
}

.video-sections button.owl-dot.active {
	background: #F5851F;
}

.video-sections .owl-stage-outer {
	/*margin: 0px auto;
    width: 1080px;*/
}

.video-sections .owl-item.active {
	margin: 0px ! important;
}

.video-sections .owl-item iframe {
	border: 0;
	width: 100%;
	height: 250px;
	object-fit: cover;
	z-index: 9;
	position: relative;
}

.video_iframe {
	height: 250px;
}

.over-secs1 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/David-Marchione.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.over-secs2 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/Raymie-Equi.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.over-secs3 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/Cody-Luek.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.over-secs4 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/Patrick-Cota.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.over-secs5 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/Chad-Sieme.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.over-secs6 {
	content: '';
	background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/01/Saurabh-Varma.jpg);
	position: absolute;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.video-sections .item {
	/* opacity: 0.4; */
	transition: 0.4s ease all;
	margin: 0 0px;
	transform: scale(0.9);
	position: relative;
	top: 0px;
	width: 100% !important;
	margin: 0 20px !important;
}


/*get in touch*/
#cust_btn {
   /* color: #fff ! important;
    background: transparent !important;*/
}
.new-get-touch .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #030202 ! important;
	border: none ! important;
	border-radius: 0px ! important
}

.new-get-touch #close-touch {
	color: #fff;
	background: transparent;
	border: none;
	float: right ! important;
	font-size: 20px ! important;
}

.new-get-touch .modal-header {
	border-bottom: none ! important;
	display: block;
}

@media (min-width: 576px) {
	.new-get-touch .modal-dialog {
		max-width: 100% ! important;
		margin: 0px ! important;
	}
}


#home-banner-mobile {
	display: none;
}
/*-----New Banner section Home------*/
  #home-banner-desktop {
   /* background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/02/Web-Design-Landing-Page.webp)no-repeat;
    background-position: center;
    background-size: 100% auto;*/
}
.pros-home:hover {
    background: #0c214f;
}
.pros-home {
    width: 215px;
      margin-right: 10px;
    background: #F5851F;
    padding: 0px;
    border-radius: 5px;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    color: #807A79;
    justify-content: center;
    cursor: pointer;
    height: 55px;
}
.pros-home a::after {
    content: "";
    background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/right_arrow.png)no-repeat !important;
    width: 35px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 2px;
    left: 15px !important;
    background-size: 15px;
}
.pros-home a {
    color: #fff;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.pros-homes:hover {
   /* background: transparent;
    border: 2px solid #F5851F;*/
}

.pros-homes {
    width: 215px;
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    position: relative;
    height: auto;
    display: flex;
    border: 2px solid #000;
    align-items: center;
    color: #807A79;
    justify-content: center;
    cursor: pointer;
    height: 55px;
}
.pros-homes a::after {
    /*content: "";
    background: url(https://www.zaigoinfotech.com/wp-content/uploads/2022/09/right_arrow.png)no-repeat !important;*/
    width: 35px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 2px;
    left: 15px !important;
    background-size: 15px;
}
.pros-homes a {
    color: #000;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
ul.banner-bullet li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/02/noun-tick-home.webp)no-repeat;
    display: inline-block;
    margin-right: 5px;
}
ul.banner-bullet {
    margin: 0;
    padding: 0;
}
ul.banner-bullet li {
    font-family: noto_sansmedium,sans-serif!important;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    color: #807a79!important;
    font-family: noto_sansmedium,sans-serif!important;
}
.home-left {
    padding-left: 5% !important;
}
.all-btn{
  display: flex;
}
/*--------New Blog CSS--------*/
.banners-section {
    display: inline-block;
    width: 100%;
}
.banners-text {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.banners-caption #accordionFlushExample {
    width: 80%;
    margin: 0px auto;
    position: relative;
    top: -40px;
}
.subscriber-section {
    border: 1px solid #70707029;
    border-radius: 6px;
    padding: 15px;
    margin-right: 20px;
}

	.single-post .column2 input[type="submit"]{
    border: 1px solid;
    border-color: #EF454C;
    border-radius: 3px;
    background: #EF454C;
    color: #fff;
    justify-content: center;
    text-align: center;
    padding: 12px! important;
    width: 80%;
    margin: 20px auto! important;
}
.single-post .newsletter-section .column1 input[type="email"] {
    color: #000 !important;
    padding: 10px;
    display: block! important;
    width: 80%;
}

.single-post .column2 {
    display: block! important;
    margin-top: 0! important;
    margin-left: 0! important;
}
ul.content-blogs {
    display: inline-block;
    list-style-type: none;
    line-height: 0;
    padding: 0;
}
ul.content-blogs li {
    list-style: none!important;
    border: 1px solid #0078BE;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 10px 0 0;
    margin-bottom: 10px;
    text-align: center;
    width: 47%;
    float: left;
	background: #0078BE;
}
ul.content-blogs li a {
	font-size: 14px! important;
    color: #fff! important;
    text-align: center;
    justify-content: center;
}
.br-blogs a {
    color: #fff;
    background: #000;
    padding: 13px 29px;
    font-size: 20px; 
    border-radius: 25px;
}
.blog-connect {
    background: #8DDAE6;
}
.blog-connect img {
    margin-top: -30px;
}
ul.round {
    margin: 5px 0 15px;
    padding: 0;
}
ul.round li {
    list-style: none! important;
    position: relative;
    padding: 0 0 0 20px;
	color: #807A79 !important;
}
ul.round li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #0078BE;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.sub-headings{
	color:#0078BE;
}
.target-section{
	background:#eff3f6;
}
.new-blogs .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("https://www.zaigoinfotech.com/wp-content/uploads/2023/02/showmoreicon.webp");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.new-blogs .accordion-button:not(.collapsed)::after {
    background-image: url("https://www.zaigoinfotech.com/wp-content/uploads/2023/02/showmoreicon.webp");
    transform: rotate(-180deg);
}
.new-blogs .accordion-button:not(.collapsed) {
    color: #f6871e;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/*Fixed media icons*/
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 130px;
    left: 50px;
    background: #FBFBFD;
    padding: 10px;
    border-radius: 25px;
}

#fixed-social a {
	cursor:pointer;
	    background: #0078be;
    border-radius: 50%;
   color: #fff;
   display: block;
   height: 30px;
   position: relative;
   text-align: center;
    line-height: 32px;
   width: 30px;
   margin-bottom: 5px;
   z-index: 2;
}

 
/*end fixed social*/

.new-blogs ol.order-lists {
    margin: 0px;
    padding: 0px;
}
.new-blogs .accordion-body li {
	 color: #807A79 !important;
    list-style: number! important;
    background: none! important;
    padding-left: 0px! important;
}
.new-blogs .accordion-body {
    padding: 1rem 2.25rem! important;
}
.new-blogs ol.order-lists li a {
    color: #807A79 !important;
}
.banners-text h1 {
    font-size: 26px;
    line-height: 1.2;
    margin: 12px 0px;
}
.heateor_sss_sharing_container a {
    margin-top: 5px!important;
}

.blog-full-sections {
    padding-right: 20px;
}
/*Social Share*/
.heateor_sss_sharing_container a {
    margin-top: 5px!important;
    margin-left: 7px;
}
.heateor_sss_sharing_ul {
    background: #FBFBFD;
    padding: 16px 8px;
    border-radius: 25px;
    flex-direction: column;
    width: 45px;
    position: sticky;
    top: 120px;
    padding: 16px 8px;
    margin: 0;
    z-index: 300;
}
/*Override code for Table of Content-Blog*/
.bd_toc_header {
    height: 40px;
}
.bd_toc_wrapper {
    padding: 5px 15px! important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header.active .bd_toc_arrow {
    transform: rotate(0deg);
}

.bd_toc_container .bd_toc_arrow {
    border: none! important;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-180deg);
    transition: transform 0.5s ease-in-out;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(https://www.zaigoinfotech.com/wp-content/uploads/2023/02/blog-arrow.webp);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.bd_toc_content_list_item ul {
    background: #fff! important;
}
#post-4523 .entry-content {
    margin: 0px! important;
}
.fit_content {
    width: 80%! important;
    border-radius: 5px;
    background-color: rgba(255,255,255,.84);
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    position: relative;
    top: -55px;
    margin: 0px auto;
    margin-left: 45px;
}
	
	.bd_toc_container.slide_left {
    display: contents;
}
.bd_toc_container {
    background-color: rgba(255,255,255,.84)! important;
    border: none! important;
	}
	
	
	.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a {
    background-color: #fff!important;
    padding: 6px 6px! important;
}

.bd_toc_content_list_item li.first.last {
    background: #fff! important;
}

.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a:hover {
    text-decoration: underline!important;
    color: #0181a3! important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header .bd_toc_header_title {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item {
    overflow: hidden;
    padding-bottom: 10px;
}
.bd_toc_header_title {
    text-align: left;
    height: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 11px;
    line-height: 1;
    cursor: pointer;
}
.bd_toc_content_list_item ul li a::before {
    content: counters(item, ".", decimal) ". ";
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.2em;
    float: left;
}
/*end blog css*/
/*comment blog post css*/
#wpdcom .wpd-prim-button {
    background-color: #3c589a!important;
    color: #FFFFFF;
}

#wpd-bubble-wrapper > div {
    background-color: #3c589a!important;
}

#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {
    background-color: #3c589a!important;
}
#wpdcom .wpd-blog-administrator .wpd-comment-label {
    color: #ffffff;
    background-color: #3c589a!important;
    border: none;
}
#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a {
    color: #3c589a!important;
}
#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #3c589a!important;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
    border-bottom: 2px solid #3c589a!important;
}
/*comment blog post end*/
/*blog table css*/

table.blog-table {
    border: 1px solid #afafaf!important;
    text-align: center! important;
}
table.blog-table tr, table.blog-table td, table.blog-table th {
    border: 1px solid #afafaf!important;
    padding: 10px!important;
} 
/*blog table css*/
.shead{
    color: #000!important;
    line-height: 25px!important;
    height: auto!important;
    text-shadow: none;
    font-weight: bold;
	margin-top:40px; 
} 
span.hightext {
    background: #c9dce7;
    padding: 23px 15px;
    display: inherit;
} 
.hightext br {
	display: none !important;
}  
.breadcrumbs {
    clear: both;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    top: 39px;
    z-index: 9!important;
	color: #807A79 !important;
    font-size: 15px;
    font-weight: 400;
}  
.page-id-6 .breadcrumbs {
    display: none!important;
}
.page-id-632 .breadcrumbs {
    top: 55px !important;
}
.page-id-674 .breadcrumbs a {
    color: #0d6efd;
}
.page-id-674 .breadcrumbs {
    color: #f3f0f0 !important;
}
.page-id-413 p {
    font-size: 16px;
} 
.page-id-4972 p {
    font-size: 16px!important;
} 

