﻿* {
	padding: 0;
	margin: 0;
	border: none;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

strong,
b {
	font-weight: bold
}

em,
i {
	font-style: italic
}

u {
	text-decoration: underline
}

a {
	text-decoration: none
}

*:focus {
	outline: none
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none !important
}

button[type="button"]:focus {
	outline: none
}

svg:not(:root).svgIcon {
	overflow: visible
}

.svgIcon {
	display: inline-block;
	font-size: inherit;
	width: 1em;
	height: 1em;
	overflow: visible;
	vertical-align: middle
}

.svg-icons {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em
}

.imgMain {
	position: relative
}

.absoImg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
	position: relative
}

img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

html {
	font-size: 16px
}

body {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	background-color: #fff
}

.container {
	max-width: 1366px !important;
	width: 100%;
}

p {
	line-height: 28px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-bottom: 1rem
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #ffcb08;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #ffcb08;
}

.bodyFixed {
	overflow: hidden
}

.trans {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.link {
	float: right;
	width: auto;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}

.link .icon {
	vertical-align: middle;
}

.btn {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 149px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: #000;
	background-color: #ffcb08;
	border-radius: 2px;
	padding: 8px 24px;
	letter-spacing: 0.28px;
	text-align: center;
	border-radius: 60px;
	text-transform: uppercase;
	position: relative;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	border: 2px solid transparent;
}

.btn i {
	display: inline-block;
}

.btn i:after {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn .icon {
	margin-left: 9px;
	vertical-align: middle;
}

.btn-shade {
	box-shadow: 5px 13px 10px 0px rgba(137, 164, 241, 0.45);
}

.btn-lg {
	min-width: 344px;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
}

.btn+.btn {
	margin-left: 14px;
}

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

.btn.btn-red:hover {
	background-color: #f9ed11;
	color: #0f3f76;
}

.btn-dark {
	background-color: #000;
	color: #fff;
	border-width: 2px;
}

.btn-dark:hover {
	background: transparent;
	color: #000;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.btn-border {
	border: 2px solid #000000;
	background: none;
	padding: 8px 30px 8px 24px;
}

.btn-border:hover {
	border: 2px solid #000;
}

.btn-border-yellow {
	border: 2px solid #ffcb08;
	background: none;
	color: #ffcb08;
}

.btn-border-yellow:hover {
	border: 2px solid #000;
}

.modal-backdrop.show {
	opacity: .8;
}

/*  Slick slider */
.slick-slide {
	outline: none;
}

.slick-dots {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.slick-dots li {
	display: inline-block;
	width: auto;
	list-style: none;
	padding: 0 5px;
}

.slick-dots li button {
	font-size: 0;
	border: none;
	background: #3c3f42;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	outline: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #ffcb08;
}

.slick-prev {
	background: #f9ed11;
	width: 60px;
	height: 60px;
	border-radius: 0px;
	position: absolute;
	left: 310px;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	font-size: 0;
	border: none;
	outline-color: transparent;
}

.slick-prev:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #000;
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slick-next {
	background: #f9ed11;
	width: 60px;
	height: 60px;
	border-radius: 0px;
	position: absolute;
	right: 310px;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	font-size: 0;
	border: none;
	outline-color: transparent;
}

.slick-next:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #000;
	position: absolute;
	left: 0;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slick-prev:arrow .slick-next:arrow {
	color: #000645;
}

/* Header style */
.headerMain {
	display: block;
	width: 100%;
	position: relative;
	padding: 20px 40px;
	z-index: 999;
	background: #d7cece;
}

.home .headerMain {
	height: 95px;
	border: 0;
	position: absolute;
}

.menuIcon {
	display: none;
	width: 2.8125rem;
	height: 1.8125rem;
	position: relative;
	padding: 13px 9px;
	border-radius: 50%;
}

.menuIcon span {
	display: block;
	width: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	margin: auto;
}

.menuIcon span:before {
	content: "";
	width: 22px;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
}

.menuIcon span:after {
	content: "";
	width: 22px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
}

.sidebar-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #000;
	z-index: 998;
	transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
}

.bodyFixed .sidebar-overlay {
	opacity: .5;
	visibility: visible;
}

.header-menu-open .sidebar-overlay {
	opacity: .5;
	visibility: visible;
}

/*.sitelogo {float: left; margin:4px 0 0 70px; position: absolute;}*/
.sitelogo img {
	height: 65px;
	max-width: 260px;
}

/*.headermenu{float: right; width: auto; margin-right: 358px; text-align: center; }*/
.headermenu .navigation {
	display: inline-block;
	vertical-align: middle;
	padding-top: 0;
}

.headermenu .navigation ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	padding: 0 26px;
}

.headermenu .navigation ul li a {
	display: block;
	padding: 0;
	position: relative;
	color: #000000;
}

.headermenu .navigation ul li a:hover,
.headermenu .navigation ul li.current-menu-item>a,
.headermenu .navigation ul li.current-menu-ancestor>a,
.headermenu .navigation ul li.menu-item-1903 a.active {
	color: #ffcb08;
}

.head-btn {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.head-btn.btn {
	font-size: 12px;
	min-width: inherit;
	padding: 9px 18px;
}

.headermenu .navigation ul li.menu-item-has-children>a:before {
	display: none;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	right: -20px;
	top: -3px;
	bottom: 0;
	transform: rotate(45deg);
	margin: auto;
}

.headermenu .navigation>ul>li:hover>a {
	color: #ffcb08;
}

.head-btn.btn.m-head-btn {
	display: none;
}



/*.head-right {position: absolute; right: 0; top: 0;}*/
.menu-icon {
	width: 30px;
	height: 30px;
	/*background: #fafafa;*/
	background: none;
	position: relative;
	cursor: pointer;
	display: none;
}

.menu-icon img {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.get-btn {
	background: #ffcb08;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	height: 75px;
	line-height: 75px;
	padding: 0 26px;
	float: right;
}

.get-btn:hover {
	background: #000;
	color: #ffffff;
}

.head-call {
	color: #000000;
	font-weight: 500;
	padding: 0px 20px;
	font-size: 20px;
}

.headerMain.header-reveral .head-call:hover {
	color: #ffcb08;
}

.head-call i {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
	line-height: 0;
}

.head-call span {
	padding-left: 5px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

/*---submenu---*/
.navigation li.current-menu-item a,
.navigation li.active a,
.navigation li a:hover {
	color: #0086f5;
}

.navigation>ul>li:not(.megaMenu) .sub-menu {
	position: absolute;
	top: 102%;
	left: 50%;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
	padding: 0 0;
}

.navigation>ul>li:not(.megaMenu) .sub-menu li {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	margin: 0;
}

.navigation>ul>li:not(.megaMenu) .sub-menu li:last-child {
	border-bottom: none;
}

.navigation>ul>li:not(.megaMenu) .sub-menu li a {
	display: block !important;
	line-height: 1.4;
	font-weight: 400;
	text-transform: none;
	color: #000;
	text-align: left;
	transition: color .4s ease-in-out;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 15px;
}

.navigation>ul>li:not(.megaMenu) .sub-menu li a:before {
	display: none
}

.navigation>ul>li:not(.megaMenu) .sub-menu li:hover>a,
.navigation>ul>li:not(.megaMenu).current-menu-parent .sub-menu li.current_page_item>a {
	color: #ffcb08 !important
}

.navigation>ul>li:not(.megaMenu) .sub-menu>li.menu-item-has-children>a:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: 0.2rem solid #0f1729;
	border-right: 0.2rem solid #0f1729;
	position: absolute;
	right: 1.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}

.navigation>ul>li:not(.megaMenu) .sub-menu>li>.sub-menu {
	left: 100%;
	top: 0;
}

.navigation>ul>li:not(.megaMenu) .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navigation>ul>li:not(.megaMenu) .sub-menu>li>.sub-menu li a {
	font-size: 1.3rem;
	position: relative;
	padding-left: 2rem;
}

.navigation>ul>li:not(.megaMenu) .sub-menu>li>.sub-menu li a:before {
	content: "";
	display: block !important;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #ae2124;
	position: absolute;
	left: 0.7rem;
	top: 0;
	bottom: 0.1rem;
	margin: auto;
	right: inherit;
}

.techMenu .sub-menu .sub-menu li a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.techMenu .sub-menu .sub-menu li a img {
	margin-right: 12px;
}

.navigation .mb-logo {
	display: none;
}

/*.navigation > ul > li:not(.megaMenu) ul.sub-menu:before {content: "";width: 0;height: 0;border-bottom: 10px solid #ffcb08;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;left: 0;right: 0;top: -3px;margin: auto;transform: translateY(-100%);}*/

/*---submenu---*/

/* Footer style */

.footerMain {
	background: #000000;
	padding: 50px 0;
	padding-bottom: 150px;
}

.footBox .footTitle {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 23px;
}

.footBox .footBoxCon {
	display: block;
	width: 100%;
}

.footBox .footBoxCon ul {
	display: block;
	width: 100%;
	list-style: none;
	font-size: 0;
}

.footBox .footBoxCon ul li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #ffffff;
}

.footBox .footBoxCon ul li a {
	color: #ffffff;
	transition: all 0.4s ease-in-out;
}

.footBox .footBoxCon ul li a:hover,
.footBox .footBoxCon ul li.current_page_item a,
.footBox .footBoxCon ul li.current-menu-item a {
	color: #ffcb08;
}

.footBox .footBoxCon .footer-technology-menu ul li {
	width: 50%;
}

.footer-address {
	margin-top: 32px;
	display: inline-block;
}

.footer-address .countrydetail {
	margin-bottom: 15px;
}

.footer-address .countrydetail .couconta {
	padding-left: 38px
}

.footer-address .countrydetail p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.footer-address .countrydetail p a {
	font-weight: 500;
	color: #000
}

.foot-row {
	margin: 0;
	padding: 0;
	font-size: 15px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.foot-row label {
	font-weight: 600;
	color: #000;
	float: left;
}

.foot-row span {
	float: left;
	width: 86%;
	padding-left: 8px;
}

.foot-row span a {
	color: #000;
	transition: all 0.4s ease-in-out;
}

.foot-row span a:hover {
	color: #ffcb08;
}

.copyrightsl {
	background: #fafafa;
	padding-bottom: 38px;
}

.copyrightsl .copyright {
	float: left;
	font-size: 15px;
	color: #000000;
}

.copyrightsl .copyright a {
	color: #000;
}

.copyrightsl .socialsl {
	float: right;
	display: flex;
	align-items: center;
}

.copyrightsl .socialsl a {
	color: #646464;
	font-size: 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 6px;
	transition: all 0.4s ease-in-out;
}

.copyrightsl .socialsl a.icon-youtube {
	margin-top: 5px;
}

.copyrightsl .socialsl a:hover {
	color: #ffcb08;
}

.copyrightsl .socialsl svg {
	fill: #646464;
	transition: all 0.4s ease-in-out;
	margin-top: -9px;
	width: 24px;
	height: 24px;
}

.copyrightsl .socialsl svg .st0 {
	fill: #646464 !important;
	transition: all .4s ease-in-out;
}

.copyrightsl .socialsl svg:hover,
.copyrightsl .socialsl svg:hover .st0 {
	fill: #ffcb08 !important;
}

.copyrightsl .socialsl svg

/* Home slider */
.homebanner {
	/*height: calc(100vh - 160px);*/
	width: 100%;
	display: inline-block;
	align-items: center;
	padding: 100px 0;
	background: #ebebeb
}

/*.homebanner .slide-caption {position: relative; transform:translate(0, -50%); top: 50%;}*/
.homebanner .slick-slide {
	background: #fff
}

.homebanner .slide-caption h2,
.homebanner .slide-caption h1 {
	font-size: 54px;
	line-height: 60px;
	color: #000;
	font-weight: 800;
	margin-bottom: 18px;
}

.homebanner .slide-caption h2 span,
.homebanner .slide-caption h1 span {
	color: #ffcb08;
}

.homebanner .slide-caption p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 30px;
}

.homebanner {
	padding: 0;
	position: relative;
}

.homeSlider .item {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: calc(100vh);
	display: inline-block;
	width: 100%;
	position: relative;
}

/*.homeSlider, .homebanner .slick-list, .homebanner .slick-track, .homebanner .slick-slide > div {height:100vh;}*/
.homeSlider .item .slide-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 650px;
	left: 225px;
}

.banner-video {
	display: block;
	vertical-align: top;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 1;
}

.banner-video video {
	display: block;
	width: auto;
	min-width: 100%;
	max-width: inherit;
	height: 100%;
	margin: auto;
	background: transparent url(../image/video-postor.jpg) no-repeat 0 0;
	background-size: cover;
}

.homeSlider {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.homeSlider .item {
	vertical-align: top
}

.homeSlider .slick-dots {
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 40%;
	margin-top: 0;
}

.homeSlider .slick-dots li {
	display: block;
	text-align: left;
}

.homeSlider .slick-dots li button {
	width: 66px;
	height: 1px;
	border-radius: 0;
	background: #b2b2b2;
}

.homeSlider .slick-dots li.slick-active button {
	width: 96px;
	height: 2px;
	background: #ffcb08;
}

/* about section */
.title {
	font-size: 54px;
	line-height: 60px;
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
}

.about_section {
	background: #ffcb08;
	position: relative;
	padding: 88px 0 70px;
}

.about-img {
	position: absolute;
	top: -85px;
}

.about-img:after {
	content: '';
	position: absolute;
	top: -128px;
	right: 100px;
	background: url(../image/pattern-bg.png) no-repeat;
	width: 301px;
	height: 300px;
	z-index: 0;
}

.about-img img {
	position: relative;
	z-index: 1;
}

.about-content {
	padding-left: 80px;
}

.about-content h4 {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}

.about-content p {
	margin-bottom: 25px;
}

.about-content p:last-child {
	margin-bottom: 0
}

/* workprocess section */
.workprocess_section {
	padding: 0 0 100px;
}

.workpro_head {
	text-align: center;
}

.workpro_head h4 {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}

.workpro_head p {
	font-style: italic;
	color: #666666;
}

.processsl {
	margin: 70px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.processsl li {
	display: inline-block;
	width: 25%;
	padding: 0 20px;
	position: relative;
}

.process-box .processImg {
	width: 107px;
	height: 107px;
	border-radius: 50%;
	background: #ffea9d;
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
}

.process-box .processImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60px;
}

.process-box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	margin-bottom: 10px;
}

.processsl li:nth-child(2) .process-box .processImg {
	background: #ffdd5f;
}

.processsl li:nth-child(3) .process-box .processImg {
	background: #ffcb09;
}

.processsl li~li:after {
	content: '';
	position: absolute;
	top: 52px;
	left: -25%;
	background: url(../image/dotted-line-bg.jpg) repeat-x;
	height: 1px;
	width: 50%;
	z-index: -1;
	transition: none;
}

.processsl li~li.animated:after {
	width: 0
}

/* our services section */
.servicemain {
	padding: 95px 0;
	padding-top: 0;
	position: relative;
}

.servicemain:before {
	content: '';
	position: absolute;
	left: -150px;
	top: 35%;
	width: 305px;
	height: 305px;
	background: #ffefb5;
	border-radius: 50%;
}

.servicemain .servicesec {
	background: #fafafa;
}

.servicemain .servicesec .sertitlemain {
	padding-left: 0;
}

.servicemain .servicesec .sertitlemain .title {
	margin-bottom: 0;
}

.servicemain .servicesec .sertitlemain .servicedec {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
	margin: 0;
	position: relative;
	padding-bottom: 35px;
	padding-top: 20px;
}

.servicemain .servicesec .sertitlemain .servicedec:before {
	content: "";
	width: 88px;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #ffcb09;
}

.servicemain .servicesec .digimain {
	padding-top: 50px;
	padding-bottom: 30px;
}

.servicemain .servicesec .digimain .digiser {
	padding-left: 65px;
}

.servicemain .servicesec .digimain .digititlemain {
	padding-left: 0;
	padding-top: 50px;
}

.servicemain .servicesec .digimain .digititlemain .digititle {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.servicemain .servicesec .digimain .digititlemain .digidec {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.servicemain .servicesec .digimain .digititlemain .digibtn {
	margin-top: 45px;
	width: 130px;
}

.servicemain .servicesec .digimain .digititlemain .digibtn .btn {
	min-width: 130px;
	padding: 8px 20px 8px 15px;
}

.servicemain .digimain .digiimgsec {
	padding-top: 45px;
}

.servicemain .digimain .digiimgsec .digiimg {
	width: 100%;
	position: relative;
	padding-bottom: 48%;
	max-width: 380px;
	margin: 0 auto;
}

.servicemain .digimain .digiimgsec .digiimg img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	display: block;
}

.selectCat {
	display: none;
}

.servicemain .sercategory {
	padding-top: 0px;
}

.servicemain .sercategory .catemain {
	margin: auto;
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
	border: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: -6px;
	position: relative;
}

.servicemain .sercategory .catemain:before {
	content: '';
	background: #eee;
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.servicemain .sercategory .catemain .sercet {
	margin: auto;
	display: inline-block;
	text-align: center;
	padding: 0 0px;
	margin: 0 10px;
	position: relative;
}

.servicemain .sercategory .catemain .sercet .serbtn {
	color: #666;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;
	display: inline-block;
}

.servicemain .sercategory .nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.servicemain .sercategory .catemain .sercet .serbtn:hover,
.servicemain .sercategory .catemain .sercet .active {
	color: #000;
	border: 0;
	border-bottom: 8px solid #ffcb09;
	background: transparent;
}

/* technologies_section */
.technologies_section {
	padding: 0;
	height: 440px;
}

.technologies_section h2 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	margin: 0;
	text-align: center;
}

.techo_box {
	width: 120px;
	height: 120px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
	position: relative;
	display: inline-block;
}

.techo_box img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.technologies_section .technologies_block {
	position: absolute;
	right: 0;
	width: 92%;
	white-space: nowrap;
	margin-top: 50px;
	text-align: right;
}

.technologies_section .technologies_block li {
	display: inline-block;
}

.technologies_section .technologies_block li:nth-child(even) {
	transform: translateY(100%);
}

/* our work section */
.ourwork_section {
	padding: 60px 0;
	width: 100%;
	background: url(../image/portfolio-bg-min.jpg) no-repeat bottom center;
	background-size: cover;
}

.ourwork_section .title {
	color: #fff;
	opacity: 1;
	text-align: center;
	margin-bottom: 0px;
}

.ourwork_section h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
	text-align: center;
}

.workcaption {
	float: left;
	width: 100%;
	padding: 0 36px;
	margin-top: 20px;
}

.workcaption .workdetails {
	float: left;
	width: 70%;
}

.workcaption .workdetails h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px;
	text-align: left;
}

.workcaption .btn {
	float: right;
	margin-right: 90px;
	margin-top: 15px;
	min-width: 130px;
	padding: 8px 24px 8px 16px;
}

.ourwork_slider {
	z-index: 12
}

.ourwork_slider .item img {
	min-height: 620px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

.ourwork_section .ourwork_slider .slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	font-size: 0;
	background: none;
	border: none;
	outline: none !important;
	top: 40%;
	transform: translateY(-50%);
}

.ourwork_section .ourwork_slider .slick-arrow span {
	display: none;
}

.ourwork_section .ourwork_slider .slick-prev.slick-arrow:before {
	content: "\6d";
	font-family: "digitalrooar" !important;
	left: 0;
	border: 0;
	font-size: 30px;
	color: #ffffff;
	width: auto;
	height: auto;
}

.ourwork_section .ourwork_slider .slick-next.slick-arrow:before {
	content: "\6d";
	font-family: "digitalrooar" !important;
	right: 0;
	border: 0;
	font-size: 30px;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 8px
}

.ourwork_section .ourwork_slider .slick-arrow.slick-next {
	left: inherit;
	right: 20px;
}

.ourwork_section .ourwork_slider .slick-arrow.slick-prev {
	right: inherit;
	left: -20px;
	transform: rotate(180deg);
	margin-top: -40px;
}

/*-----digital marketing----*/
.digitalmarmain {
	width: 100%;
	position: relative;
}

.digitalmarmain:before {
	content: "";
	background: url("https://www.digitalrooar.com.au/wp-content/themes/digitalrooar/assets/images/digitalmarimg.png") no-repeat left;
	right: 0;
	top: inherit;
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 355px;
	left: 0;
	background-position: center;
	z-index: -2;
}

.digitalmarmain .digitalmarsec {
	padding-top: 76px;
	padding-bottom: 110px;
}

.digitalmarmain .digitalmarsec .digimartitmain {
	text-align: center;
}

.digitalmarmain .digitalmarsec .digimartitmain .title {
	margin-bottom: 15px;
}

.digitalmarmain .digitalmarsec .digimartitmain h5 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px;
}

.digitalmarmain .digitalmarsec .digimartitmain .digimardec {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	margin: 0;
	margin-bottom: 26px;
	text-align: center;
}

.digitalmarmain .digitalmarsec .packlist {
	margin: 0 -2px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.digitalmarmain .digitalmarsec .packlist .packbox {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 25%;
	padding: 6px;
	flex: 0 0 auto;
}

.digitalmarmain .digitalmarsec .packlist .packbox .packboxInner {
	background: #fafafa;
	margin: 0;
	padding: 20px;
	border: 2px solid transparent;
	transition: all 0.4s ease-in-out;
	position: relative;
	height: 100%;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle {
	margin-bottom: 25px;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpopul {
	color: #ffcb08;
	font-weight: 800;
	font-size: 16px;
	line-height: 38px;
	margin: 0;
}

.digitalmarmain .digitalmarsec .packlist .packbox .packImg {
	display: block;
	width: 100%;
	padding-bottom: 66%;
	margin-bottom: 10px;
	position: relative;
}

.digitalmarmain .digitalmarsec .packlist .packbox .packImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: #000000;
	margin: 0;
	margin-bottom: 5px;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle a {
	color: #000;
	transition: all 0.4s ease-in-out;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle p {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle p a {
	color: #000;
	transition: all 0.4s ease-in-out
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle p a:hover,
.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle a:hover {
	color: #ffcb08;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarstar {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	line-height: normal;
	margin-bottom: 2px;
}

.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpac {
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	font-weight: 800;
	color: #000;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac {
	min-height: 418px;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail {
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
	position: relative;
	padding-left: 35px;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail1 {
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpsmall1 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding-left: 35px;
	line-height: 34px;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpsmall {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail .dimarpsmall1 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail .dimarpsmall {
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail .icon {
	color: #999;
	vertical-align: middle;
	font-size: 21px;
	position: absolute;
	top: 2px;
	left: 0;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpsmall1 .icon {
	color: #999;
	vertical-align: middle;
	font-size: 21px;
	position: absolute;
	top: 2px;
	left: 0;
}

.digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpsmall .icon {
	color: #999;
	margin-right: 13px;
	vertical-align: middle;
	font-size: 21px;
}

.digitalmarmain .packlist .packbox .getbtn {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 16
}

.digitalmarmain .collapse:not(.show) {
	display: block;
}

.digitalmarmain .packlist .packbox .packboxInner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99cccccc', GradientType=0);
	z-index: 12;
	opacity: 0;
	visibility: hidden;
}

.digitalmarmain .packlist .packbox:hover .packboxInner {
	border-color: #ffcb08;
}

.digitalmarmain .packlist .packbox:hover .packboxInner:after {
	opacity: 1;
	visibility: visible;
}

.digitalmarmain .packlist .packbox:hover .getbtn {
	opacity: 1;
	visibility: visible;
}

.packPop {
	display: flex;
}

.packPop .side_Img {
	float: left;
	width: 40%;
	max-width: 40%;
	background-color: #fafafa;
	align-items: center;
	position: relative;
	height: auto;
}

.packPop .side_Img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.packPop .packForm {
	float: left;
	width: 60%;
}

/*-----digital marketing----*/

/*-----The Modal -----*/

/*Popup Design start*/



.popupMain,
.viewpopupMain {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	text-align: center;
	overflow: auto;
	opacity: 1;
	visibility: visible;
	transition: 300ms all;
	-webkit-transition: 300ms all;
	padding: 15px;
	margin: auto;
}

.popupMain {
	z-index: 999999;
}

.popupMain:before,
.viewpopupMain:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	height: 100%;
}

/*.popVisible {

  opacity: 1;

  visibility: visible;

}*/
.overlayer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 300ms all;
	-webkit-transition: 300ms all;
}

.popVisible .overlayer {
	opacity: 1;
	visibility: visible;
}

.modal-dialog {
	max-width: 100%;
	margin: 1.75rem auto;
	width: 800px;
}

.popBody {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	z-index: 99;
	transition: 600ms all;
	-webkit-transition: 600ms all;
	background: #fff;
	/*max-width: 500px;*/
	width: 100%;
	height: auto;
	/*-moz-transform: translateY(-50%);

	  -ms-transform: translateY(-50%);

	  -webkit-transform: translateY(-50%);

	  transform: translateY(-50%);*/
	overflow: hidden;
	border-radius: 7px;
	border: 0;
}

.popBody:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 50px;
	background-color: #fff;
	content: '';
	z-index: -1;
}

.popVisible .popBody {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.closePopup {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

.inputBox .inputFils::placeholder {
	color: #000;
}

.inputBox .inputFils:-ms-input-placeholder {
	color: #000;
}

.inputBox .inputFils::-ms-input-placeholder {
	color: #000;
}

.closePopup:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 77%;
	height: 2px;
	background: #000;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 600ms all;
	-webkit-transition: 600ms all;
}

.closePopup:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 77%;
	height: 2px;
	background: #000;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 600ms all;
	-webkit-transition: 600ms all;
}

/*.popTGreen {background: #ffcb08;}*/
.poptitle {
	display: block;
	padding: 7px 19px;
	position: relative;
}

.poptitle:after {
	content: '';
	background: url(https://www.digitalrooar.com.au/wp-content/themes/digitalrooar/assets/images/search-shedo.png) no-repeat right top;
	width: 85px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg);
}

.poptitle:before {
	content: '';
	background: url(https://www.digitalrooar.com.au/wp-content/themes/digitalrooar/assets/images/search-shedo.png) no-repeat left top;
	width: 85px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.poptitle .dircTitle {
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	line-height: 1.4;
	padding: 6px;
}

.popDetails {
	padding: 15px 25px;
	float: left;
	width: 100%;
}

.inputTextarea {
	height: 100px;
}

.stepsBtn.inputBox {
	text-align: right;
}

.bodyFixed {
	overflow: hidden;
}

.closePopup:hover {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.closePopup:hover:before,
.closePopup:hover:after {
	background: #FF0000;
}

.popBody .fieldCol3,
.popBody .fieldCol2 {
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 20px;
}

.popBody .formfield {
	border: 1px solid #e1e1e1;
	background: transparent;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.popBody .formfield.messageBx {
	height: 100px;
	border-radius: 10px;
	padding: 10px 25px;
}

.popBody .formField.cptcha {
	width: 100%;
	padding-left: 0;
}

.popBody .cptcha {
	margin-top: 5px;
}

.popBody .captchaBox label.error {
	left: 0;
	min-width: 136px;
	top: -10px;
}

.popBody .formField.submitBtn {
	width: 100%;
	margin-top: 10px;
}

.popBody .submit-btn {
	height: 45px;
	line-height: 45px;
	max-width: 223px;
}

.popBody .formfield::-webkit-input-placeholder,
.popBody .formfield::-moz-placeholder,
.popBody .formfield::-ms-input-placeholder {
	font-size: 16px;
}

.inputFils {
	display: block;
	width: 100%;
	height: 55px;
	border: 0;
	padding: 20px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 0;
}

.star::after {
	color: #ff0000;
	content: "*";
	position: absolute;
	right: 8px;
	top: 7px;
	font: 14px/18px"Gotham";
}

.inputFils.inputTextarea {
	resize: none;
	min-height: 110px;
}

.popupMain .inputFils {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	padding: 0 15px;
	height: 65px;
	margin-bottom: 0;
}

.popupMain .package_field_sr .inputFils {
	background: #fafafa url("../image/down.png") no-repeat right 1rem center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.popupMain textarea.inputFils {
	height: 100px;
	padding-top: 10px;
	resize: none;
}

.captchaBox {
	display: inline-block;
	padding: 20px 15px 0;
	position: relative;
	vertical-align: middle;
}

.bg {
	background: #fff url("https://www.digitalrooar.com.au/wp-content/themes/digitalrooar/assets/images/sprite-steps.png") repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	height: 30px;
	width: 32px;
}

.enqFrmBtn {
	font-size: 16px;
	margin-top: 0;
	border-radius: 5px;
	width: 100%;
	background: #1664a8;
	border: 3px solid #1664a8;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	color: #fff;
	text-align: center;
	border-width: 2px;
	padding: 10px;
	max-width: 240px;
}

.captchaText {
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 29px;
	margin-left: 40px;
	white-space: nowrap;
}

.captchaBox label.error {
	left: 15px;
	right: inherit;
	top: 0px;
}

label.error {
	position: absolute;
	right: 0;
	top: -20px;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px !important;
	line-height: 11px !important;
	background: #fb0101;
	padding: 5px 5px 4px !important;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 106px;
}

.popupMain .captchaText {
	color: #000;
}

.popupMain .bg {
	border: 1px solid #000;
}

.popupMain .captchaBox {
	padding: 10px 0 0;
}

.popDetails .btn {
	margin-top: 10px;
}

.enqFrmBtn:hover {
	background: #fff;
	color: #1664a8;
	border-color: #1664a8;
}

.popDetails .enquiryFormUl li {
	float: left;
	width: 100%;
	margin: 0;
}

.popDetails .enquiryFormUl li .inputBox {
	margin: 15px 0 0;
}

.inputBox {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 20px 0 0;
	vertical-align: top;
}

.popDetails .enquiryFormUl li:first-child .inputBox {
	margin: 0;
}

.field.choice.newsletter.checkboxdiv {
	display: inline-block;
}

.checkboxdiv input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.field.newsletter>.label {
	display: inline-block;
	margin: 0;
	margin-top: 0px;
}

.checkboxdiv span {
	font-size: 14px;
	line-height: 31px;
	padding: 0 0px 0 40px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	color: #000;
}

.checkboxdiv span::before {
	content: "";
	border: 1px solid #000;
	background: #fff;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-block;
}

.checkboxdiv input:checked~label span::before {
	content: "";
	border: 1px solid #000;
	background: #fff url(../image/sprite-steps.png) no-repeat center center;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-block;
}

.popDetails .wpcf7-form-control-wrap {
	display: block;
}

.popDetails .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	top: -20px;
}

/* counter_section */
.counter_section {
	padding: 80px 0 150px;
}

.counter_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.counter_section ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 25%;
	display: inline-block;
}

.counter_section ul li .counter-box .count-icon {
	display: inline-block;
	margin-right: 25px;
}

.counter_section ul li .counter-box .detail {
	display: inline-block;
	width: 70%;
}

.counter_section ul li .counter-box .detail .counter-box-count {
	font-size: 28px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 6px;
}

.counter_section ul li .counter-box .detail p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

/* contact_section */
.contact_section {
	padding-bottom: 56px;
	text-align: center;
}

.contact_section h4 {
	font-size: 24px;
	line-height: 34px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0px;
}

.contact_section p {
	font-weight: 600;
	color: #000;
	line-height: 46px;
	font-size: 16px;
	margin-bottom: 20px;
}

/* testimonials_section */
.testimonials_section {
	background: #ffcb08 url(../image/testimonial-bg.jpg) no-repeat bottom center;
	margin-bottom: 140px;
	position: relative;
}

.testi_detail {
	padding: 95px 0 0 0;
}

.testi_detail p {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.testi_detail p:before {
	content: '';
	left: -42px;
	width: 88px;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
}

.video_sl {
	width: 50%;
	height: 370px;
	padding: 0 15px;
}

.video_sl video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial_box {
	background: #ffffff;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	/* margin: 15px;*/
}

.clientImg {
	width: 72px;
	height: 72px;
	margin-right: 18px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}

.headpart {
	padding: 20px 32px 15px 20px;
}

.client_profile {
	display: inline-block;
	vertical-align: middle;
}

.client_profile h4 {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
}

.client_profile h4 span {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	font-weight: 400;
	display: block;
}

.starImg {
	float: right;
	margin-top: 30px;
}

.testimonial_content {
	border-top: 1px solid #e7e7e7;
	padding: 24px 32px 24px 24px;
}

.testimonial_content p {
	line-height: 23px;
	font-size: 15px;
	font-style: italic;
}

.testimonail_slider {
	position: absolute;
	right: 0;
	top: -50px;
	width: 100%;
}

.testimonail_slider .slick-dots {
	position: absolute;
	top: 38%;
	right: -30px;
}

.testimonail_slider .slick-dots li {
	display: block;
}

.testimonail_slider .slick-dots li button {
	background: #ffe584;
	width: 12px;
	height: 12px;
}

.testimonail_slider .slick-dots li.slick-active button,
.testimonail_slider .slick-dots li button:hover {
	background: #ffffff;
	width: 18px;
	height: 18px;
}

.testimonail_slider.slick-vertical .slick-slide {
	padding: 15px;
}

.companylogo_section {
	padding: 60px 0;
	position: relative;
}

.logo_slider {
	/*		position:absolute;*/
	right: 0;
	width: 100%;
	top: 0;
}

.logo_slider .logo {
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 165px;
}

.logo_slider .logo img {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.logo_slider .logo img {
	filter: grayscale(0);
	/* -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;	transition: all 0.4s ease-in-out;*/
}

.logo_slider .logo img:hover {
	filter: grayscale(100);
}

.headerMain.has_sticky {
	background-color: #000;
	animation-direction: normal;
	animation-duration: 0.5s;
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: auto;
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.companylogo_section .secHead .secTitle {
	font-size: 38px;
}

/*.headerMain.has_sticky .sitelogo{margin: 5px 0 5px 20px;}*/
.headerMain.has_sticky .sitelogo img {
	height: 45px;
	max-width: 210px;
}

.has_sticky {
	animation-direction: reverse;
	animation-duration: 200ms;
	-webkit-animation-name: stickySlideDown;
	animation-name: stickySlideDown;
}

@-webkit-keyframes stickySlideDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

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

@keyframes stickySlideDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

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

.footer-logo img {
	height: 60px;
}

.btn .icon.get-icon {
	display: none;
}

/* Request Quote Start*/
.bodyFix {
	overflow: hidden;
}

.request_quoteMain {
	overflow-x: hidden;
	background: #ffcb06;
	padding: 0 15px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	top: 0;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-overflow-scrolling: touch;
}

.request_quoteInner:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	height: calc(100vh - 90px);
}

.quoteMainRow {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 5px);
}

.request_quoteInner {
	display: block;
	vertical-align: middle;
	width: 100%;
}

.quoteMainRow .quoteLeftsidebar {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.request_quoteMain .quoteLogo {
	display: block;
	text-align: left;
	padding: 15px 0;
}

.request_quoteMain .quoteLogo img {
	max-width: 80px;
}

.request_quoteMain .testimonial {
	display: block;
	margin: 0 0 30px 0;
}

.request_quoteMain .testimonial img {
	border-radius: 10px;
}

.request_quoteMain .contactInfo {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
}

.request_quoteMain .contactInfo .infoTitle {
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.request_quoteMain .contactInfo p {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.request_quoteMain .contactInfo p .icon {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	font-weight: 700;
}

.request_quoteMain .contactInfo p a {
	color: #000;
	font-weight: 500
}

.request_quoteMain .contactInfo p a:hover {
	text-decoration: underline;
	color: #000;
}

.request_quoteMain .contactInfo .countrydetail {
	margin-bottom: 10px;
}

.request_quoteMain .contactInfo .countrydetail p {
	margin-bottom: 5px;
	padding-left: 20px
}

.request_quoteMain .quoteFormMain {
	float: left;
	width: 66.66%;
	padding: 0 0 0 60px;
}

.request_quoteMain .quoteFormMain .quoteFormTitle {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: -5px;
}

.request_quoteMain .quoteFormMain p {
	display: block;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}

.request_quoteMain .quoteFormMain .fieldLabel {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.request_quoteMain .quoteFormMain .col-md-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.request_quoteMain .quoteFormMain .wpcf7-form-control {
	border: none;
	height: 46px;
}

.request_quoteMain .quoteFormMain select.wpcf7-form-control {
	background: #fff url(../image/down.png) no-repeat right 1.2rem center;
}

.request_quoteMain .quoteFormMain .custom_checkbox label span:before {
	border-color: #fff;
}

.request_quoteMain .quoteFormMain .custom_checkbox label span:after {
	left: 0px;
	top: -2px;
	z-index: 2;
}

.request_quoteMain .quoteFormMain .custom_checkbox label input[type="checkbox"]:checked+span:after {
	width: 12px;
}

.request_quoteMain .quoteFormMain .custom_checkbox label input[type="checkbox"]:checked+span:before {
	background: #000000;
}

.request_quoteMain .quoteFormMain .wpcf7-form-control:focus {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.request_quoteMain .quoteFormMain textarea.wpcf7-textarea {
	height: 160px;
	resize: none;
}

.request_quoteMain .quoteFormMain .wpcf7-submit {
	float: right;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	padding: 0 20px;
	width: 230px;
	border-radius: 30px;
	font-weight: 600;
}

.request_quoteMain .quoteFormMain .wpcf7-submit:hover {
	color: #000;
	background: #ffffff;
}

.request_quoteMain .closePop {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.request_quoteMain .closePop span {
	display: block;
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	margin: auto;
}

.request_quoteMain .closePop span:before {
	content: "";
	width: 30px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 2px;
	background: #000;
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
	transition: all 0.4s ease-in-out;
}

.request_quoteMain .closePop span:after {
	content: "";
	width: 30px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 2px;
	background: #000;
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.request_quoteMain .closePop:hover span:before {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.request_quoteMain .closePop:hover span:after {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.request_quoteMain.active {
	visibility: visible;
	opacity: 1;
}

.request_quoteMain_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 2;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: 99999999999;
}

.request_quoteMain_overlay.active {
	left: 0;
}

.request_quoteMain_overlay.active.remove_radius {
	bottom: 100%;
}

.request_quoteMain .testimonial {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #000;
}

.request_quoteMain .testimonialInner {
	display: block;
	width: 100%;
	position: relative;
	padding: 0;
	margin-bottom: 20px;
}

.request_quoteMain .testimonial .testimonialInner:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../image/quote.svg) no-repeat left top;
	position: absolute;
	right: 10px;
	bottom: 50px;
	background-size: 100%;
	opacity: 0.1;
	transform: rotate(180deg);
}

.request_quoteMain .testimonial .testimonialInner .author {
	font-weight: 600;
}

.request_quoteMain .testiTitle {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

.request_quoteMain .testimonial .testimItem {
	display: block;
	width: 100%;
	padding: 0;
}

.request_quoteMain .testimonial .testimItem p {
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
}

.request_quoteMain .testimonial .slick-dots {
	bottom: -15px;
	text-align: left;
	margin-top: 0;
}

.request_quoteMain .testimonial .slick-dots li button {
	background: #000;
}

.request_quoteMain .testimonial .slick-dots li.slick-active button,
.request_quoteMain .testimonial .slick-dots li button:hover {
	opacity: 0.4;
	background: #000;
}

.request_quoteMain input[type="text"],
.request_quoteMain input[type="number"],
.request_quoteMain input[type="email"],
.request_quoteMain input[type="url"],
.request_quoteMain input[type="password"],
.request_quoteMain input[type="search"],
.request_quoteMain input[type=reset],
.request_quoteMain input[type=tel],
.request_quoteMain select,
.request_quoteMain textarea {
	color: #666;
	padding: 0.75em;
	width: 100%;
	height: auto;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.request_quoteMain input[type="text"]:focus,
.request_quoteMain input[type="email"]:focus,
.request_quoteMain input[type="url"]:focus,
.request_quoteMain input[type="password"]:focus,
.request_quoteMain input[type="search"]:focus,
.request_quoteMain input[type=reset]:focus,
.request_quoteMain input[type=tel]:focus,
.request_quoteMain select:focus,
.request_quoteMain textarea:focus {
	border-color: #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.request_quoteMain textarea {
	width: 100%;
}

.request_quoteMain div.wpcf7 .ajax-loader {
	display: none;
}

.request_quoteMain span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.request_quoteMain .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 3px;
	color: #f00;
	font-size: 12px;
}

.request_quoteMain .wpcf7 .wpcf7-validation-errors {
	border: 0;
	border-left: 3px solid #ff2f2f;
	background-color: #ff2f2f1a;
	color: #ff2f2f;
	line-height: 1;
	padding: 24px;
}

.request_quoteMain .custom_checkbox label {
	font-weight: 400;
}

.request_quoteMain .custom_checkbox label input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.request_quoteMain .custom_checkbox label span {
	position: relative;
	padding-left: 28px;
}

.request_quoteMain .custom_checkbox label span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
}

.request_quoteMain .custom_checkbox label span:after {
	content: "";
	position: absolute;
	left: -1px;
	top: -2px;
	z-index: 2;
}

.request_quoteMain .custom_checkbox label input[type="checkbox"]:checked+span:before {
	background: #f4cc49;
	border: none;
}

.request_quoteMain .custom_checkbox label input[type="checkbox"]:checked+span:after {
	-webkit-transform: translate(.25em, .33654em) rotate(-45deg);
	transform: translate(.25em, .33654em) rotate(-45deg);
	width: 14px;
	height: 8px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

.request_quoteMain span.wpcf7-list-item.last {
	margin-right: 0;
}

.request_quoteMain span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.request_quoteMain small {
	font-size: 80%;
}

.request_quoteMain .socialsl {
	display: flex;
	align-items: center;
}

.request_quoteMain .socialsl a {
	color: #ffffff;
	background: #000;
	position: relative;
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 2px;
	transition: all 0.4s ease-in-out;
}

.request_quoteMain .socialsl a:before {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.request_quoteMain .socialsl a:hover {
	opacity: 0.7;
}

.request_quoteMain .socialsl a.icon-facebook {
	background: #3b5998;
}

.request_quoteMain .socialsl a.icon.dribbble {
	background: #ea4c89;
	display: flex;
	align-items: center;
	justify-content: center;
}


.request_quoteMain .socialsl a.icon.dribbble svg {
	width: 24px;
	height: 24px;
}

.request_quoteMain .socialsl a.icon-twitter {
	background: #1da1f2;
}

.request_quoteMain .socialsl a.icon-instagram {
	background: #E1306C;
}

.request_quoteMain .socialsl a.icon-youtube {
	background: #FF0000;
}

.request_quoteMain .socialsl a.icon-pinterest-1 {
	background: #E60023;
}

.request_quoteMain .socialsl a.icon-linkedin {
	background: #0077b5;
}

.request_quoteMain .socialsl a.icon-video {
	background: #c81212;
}

.request_quoteMain .socialsl a.icon-whatsapp {
	background: #2ab640;
}

div.wpcf7-response-output {
	display: none !important;
	position: absolute;
	bottom: 0;
	width: 97%;
	font-size: 14px;
	text-align: center;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	top: -35px;
	min-width: 138px;
	height: auto;
	margin: 0;
	font-size: 11px !important;
	line-height: 11px !important;
	background: #fb0101;
	padding: 5px 5px 4px !important;
	color: #fff !important;
	display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
	border-color: #fb0101 transparent transparent;
	-o-border-image: none;
	border-image: none;
	border-right: 6px solid transparent;
	border-style: solid;
	border-width: 6px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	top: 100%;
	width: 0;
}

/*Request Quote End*/

/* logo animation */

.ourtechimages1 {
	position: relative;
	height: 350px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 1;
	-webkit-animation: fadeIn 1s 1s forwards;
	animation: fadeIn 1s 1s forwards;
}

.ourtechimages1 .techo-img {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 50%;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
	position: absolute;
	height: 110px;
	width: 110px;
}

.ourtechimages1 .techo-img img {
	max-width: 80px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.msearvices {
	background: #fff;
	padding: 0;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #e2e2e2;*/
	border-top: 1px solid #e2e2e2;
	margin-top: 30px;
}

.msearvices div[class^='col-'] {
	border-bottom: 1px solid #e2e2e2;
}

.msearvices div[class^='col-']:nth-child(odd) {
	border-right: 1px solid #e2e2e2;
}

.searviceBox {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.searviceBox .serviceImg {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
}

.searviceBox .serviceImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.searviceBox .serviceTitle {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
}

.eCommerceboxmain .eCommerceicon img {
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modal-open .headerMain.has_sticky {
	z-index: 999
}

.pageTitle {
	display: block;
	font-size: 2rem;
	line-height: 1.4;
	color: #000;
	margin: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

/*img:not(.lazyloaded){
		-moz-filter: blur(1);
	   -o-filter: blur(1);
	   -ms-filter: blur(1);
	   filter: blur(1);
	   transition: all 0.8s ease-in-out;
	}
	img.lazyloaded{  -moz-filter: blur(0);
	   -o-filter: blur(0);
	   -ms-filter: blur(0);
	   filter: blur(0);}*/
.commonSec {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 100px 0;
}

.bg-gray {
	background-color: #f1f1f1;
}

.readMore {
	display: inline-block;
	border: 1px solid #e1e7e9;
	border-radius: 12px;
	font-size: 14px;
	color: #8e9499;
	font-weight: 500;
	padding: 4px 10px;
	margin-right: 5px;
	transition: all 0.4s ease-in-out;
}

.readMore:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.secHead {
	display: block;
	width: 100%;
	margin-bottom: 1.750rem;
}

.secHead .secTitle {
	display: inline-block;
	width: auto;
	font-weight: 700;
	color: #000;
	font-size: 1.50rem;
}

.viewAll {
	float: right;
	width: auto;
	font-size: 0.875rem;
	font-weight: 500;
	color: #000;
	padding-right: 0.750rem;
	position: relative;
}

.viewAll:after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
	margin: auto;
}

/*load popup css start */
.Fixedbody {
	overflow: hidden;
}

#seoPopup.popupMainsl {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999999999;
	text-align: center;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 300ms all;
	-webkit-transition: 300ms all;
	padding: 15px;
}

#seoPopup.popupMainsl:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	height: 100%;
}

#seoPopup.popVisible {
	opacity: 1;
	visibility: visible;
}

#seoPopup .overlayer_sl {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: 300ms all;
	-webkit-transition: 300ms all;
}

#seoPopup.popVisible .overlayer_sl {
	opacity: 1;
	visibility: visible;
}

#seoPopup .popBody {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: 600ms all;
	-webkit-transition: 600ms all;
	background: #ffffff;
	max-width: 1000px;
	width: 100%;
	height: auto;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
}

#seoPopup .popBody:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 50px;
	content: '';
	z-index: -1;
}

#seoPopup.popVisible .popBody {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#seoPopup .closeIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

#seoPopup .closeIcon:before {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #cccccc;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#seoPopup .closeIcon:after {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #cccccc;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#seoPopup .side_Img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #ffca06;
}

#seoPopup .pop_right {
	padding-left: 465px;
	padding-right: 40px;
}

#seoPopup .popDetails {
	padding: 40px 0 0 0;
}

#seoPopup .popDetails h2 {
	font-size: 59px;
	font-weight: 900;
	color: #ffca06;
	text-transform: uppercase;
	line-height: 35px;
	text-align: left;
	padding: 0;
	max-width: 310px;
	margin: auto;
}

#seoPopup .popDetails h2 span {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	display: block;
}

#seoPopup .popDetails h2 sub {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

#seoPopup .popDetails h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	background: #f1f1f1;
	border-radius: 50px;
}

#seoPopup .popDetails h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

#seoPopup .popDetails h5 span {
	font-weight: 600;
	text-transform: uppercase;
}

#seoPopup .seo_form {
	margin-top: 25px;
	margin-bottom: 20px;
}

#seoPopup.popupMainsl .seo_form .inputFils {
	height: 48px;
	margin-bottom: 10px !important;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}

#seoPopup.popupMainsl .popDetails .btn {
	margin-top: 0;
}

#seoPopup.popupMainsl .bottom-text {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

#seoPopup.popupMainsl div.wpcf7 .ajax-loader {
	display: none;
}

/*#seoPopup .seo_form .row {margin-left:-5px; margin-right:-5px;}
	#seoPopup .seo_form .row .col-sm-12{padding-left:5px; padding-right:5px;}*/

/*load popup css end */

.getfreeBtn {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.4;
	background: #000;
	padding: 15px 30px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: -1px;
	position: fixed;
	top: 50%;
	right: -72px;
	white-space: nowrap;
	width: auto;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	transition: all 0.4s ease-in-out
}

.getfreeBtn.active {
	opacity: 1;
}

.cookies-popup {
	position: fixed;
	bottom: 20px;
	left: -100%;
	max-width: 350px;
	width: 100%;
	transition: all .3s ease-in-out;
	z-index: 999;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 12px;
	padding: 18px;
	border-radius: 14px
}

.cookies-popup.show {
	left: 20px;
}

.cookies-popup-inner .btn {
	margin-right: 10px;
	min-width: auto;
}

.cookies-popup-inner .btn:last-child {
	margin-right: 0;
	background-color: transparent;
}

.cookie-law-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.cookies-popup-inner .cms-con p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	display: block;
}

.cookies-popup-inner .btn:last-child:hover {
	color: #000
}

.declineBtn {
	min-width: auto;
	padding: 0;
}

.cookies-popup-inner .cms-con {
	margin-bottom: 20px
}

.cookies-popup-inner a {
	color: #000 !important;
	font-weight: 600;
}

.cookies-popup-inner a:hover {
	text-decoration: underline;
}

.footerMain .container {
	position: relative;
}

.clutch_logo {
	position: absolute;
	left: 340px;
	bottom: -85px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 465px;
}

.clutch_logo a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.clutch_logo a:last-child {
	display: block;
	max-width: 150px;
}

/*.clutch_logo.gopath_logo{bottom: 18px;}
	.clutch_logo.gopath_logo a {display: inline-block; margin-left:630px;}*/
.clutch_sl a {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.navigation ul li.megaMenu.services-nav .sub-menu .sub-menu {
	width: 100%;
}

.ecomboxcol .cmsCon .row {
	margin-bottom: 25px;
}

.fancybox-content iframe {
	width: 100%;
	height: 100%;
}

/* Blog Category Filter */
.blogCategoryItems ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.blogCategoryItems ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	padding: 5px 15px;
	display: block;
}

.blogCategoryItems ul li a:hover,
.blogCategoryItems ul li a.active {
	color: #ffcb08;
}

/* Blog Category Filter */

/* coantact info changes start */

.footerMain {
	padding-bottom: 20px;
}

.foot_our_serv {
	padding-left: 40px;
}

.other_info {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: center;
}

.other_info li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 20px;
	border-left: 1px solid #ededed;
}

.other_info li:first-child {
	padding-left: 0;
	border-left: 0;
}

.other_info .countrydetail {
	margin-bottom: 15px;
	text-align: center;
}

.other_info .countrydetail p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: 400;
}

.other_info .countrydetail p a {
	font-weight: 500;
	color: #000;
}

.other_info .countrydetail p a:hover {
	color: #ffcb08;
}

.other_info .countrydetail .couconta {
	padding-left: 0;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.other_info .countrydetail .couname {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.clutch_logo.new_clutch_logo {
	position: static;
	max-width: 100%;
}

.clutch_logo.new_clutch_logo a:first-child {
	max-width: 170px;
}

/* coantact info changes end */
.brandingSlides {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 100vh;
	width: 400%
}

.brandingSlide {
	width: 100%
}

.brandingImg {
	position: relative
}

.brandingImg img {
	width: auto;
	height: auto;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.brandingSecContent .secHead {
	margin-bottom: 15px;
}

.brandingSecContent .secHead .secTitle {
	font-size: 44px;
}

.fillformmain .fillformsec .fillformleft .fillform .control .input-text.inputFils {
	padding-left: 90px;
}

.fillformmain .fillformsec .fillformleft .fillform .contact-phone-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	top: -21px;
}

span.country-name {
	display: none !important;
}

.packForm .intl-tel-input .country-list {
	max-height: 160px;
}

/* new menu */
.header-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.headerMain {
	transition: all 0.4s ease-in-out;
	position: relative;
}

.header-bg {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	background: #000;
	z-index: -1;
	transform-origin: top;
	top: 0%;
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	pointer-events: none;
}

.headerMain .white-logo {
	display: none;
}

.headerMain.header-reveral .logo {
	display: none;
}

.headerMain.header-reveral .white-logo {
	display: block;
}


.singalmenu {
	position: relative;
}

.singalmenu a:hover:before {
	position: absolute;
	width: 16px;
	height: 12px;
	top: 3px;
	bottom: 0;
	right: -30px;
	margin: auto;
}

.headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu a:before {
	position: absolute;
	content: "";
	background: url(../image/arrowright.svg) no-repeat;
	width: 16px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
	filter: brightness(0) invert(1);
	transition: all 0.4s ease-in-out;
}

.headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu a:hover:before {
	filter: none;
}

.headerMain.header-reveral .headermenu .navigation ul li a {
	color: #fff;
}

.headerMain.header-reveral .headermenu .navigation ul li a:hover {
	color: #ffcb08;
}

.headerMain.header-reveral .head-right .btn:hover {
	background: #fff;
	color: #000;
}

.headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu>a {
	margin-bottom: 0;
}

.headerMain.header-reveral .navigation ul li.megaMenu>ul>li>ul>li.icon:before {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	background: #f9d6d7;
	color: red;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.headerMain.header-reveral .navigation ul li.menu-item-has-children:hover>a,
.navigation ul li.megaMenu:hover>a {
	color: #ffcb08;
}

.head-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.headerMain.header-reveral .head-call {
	color: #fff;
}


/* new menu */




/* footer clock */
.icon-jcgmt-2-clock-second:before {
	color: #ffcb08;
}

.clock-box {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}

.clock-box .clock-face {
	background-color: rgb(255 203 8 / 10%);
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.clock-box .jcgmt-clockHolder {
	position: relative;
}

.clock-box .jcgmt-clockHolder .jcgmt-rotatingWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clock-box .jcgmt-clockHolder .jcgmt-sec,
.clock-box .jcgmt-clockHolder .jcgmt-min,
.clock-box .jcgmt-clockHolder .jcgmt-hour {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #000 !important;
	font-size: 50px;
}

.clock-box .jcgmt-clockHolder .jcgmt-sec {
	color: #000 !important;
	font-size: 39px;
	top: 0px !important;
	left: 0px !important;
	text-align: center;
}

.night-mode .clock-box .jcgmt-clockHolder .jcgmt-min,
.night-mode .clock-box .jcgmt-clockHolder .jcgmt-hour {
	color: #fff !important;
}

.night-mode .clock-face {
	background-color: #000;
}

.jcgmt-lbl {
	display: none;
}

/* footer clock */

.request_quoteMain .socialsl a.twitter svg {
	fill: #fff;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}


.testi-video-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.testi_detail .title,
.testi_detail p {
	text-align: center;
}

.testi_detail p:before {
	right: 0;
	margin: auto;
}

.blog-contact-btn {
	position: relative;
	z-index: 9;
	margin-top: 20px;
	display: flex;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .26);
	overflow: auto;
	padding: 15px;
	border-radius: 8px;
}

.btn-blog-group.cmsCon {
	margin-bottom: 20px;
}

.blog-contact-btn i:after {
	display: none;
}

.blog-contact-btn .icon-whatsapp {
	margin-left: 0;
	margin-right: 5px;
	line-height: 1;
}

.blog-contact-btn .btn.btn-border {
	background-color: #2ca522;
	color: #fff;
	border-color: #2ca522;
}

.blog-contact-btn .btn.btn-border:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.recent-post-head .secHead .secTitle {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 30px;
}

.recent-post-sec {
	padding: 65px 0;
}

.recent-post-inner {
	margin-bottom: 20px;
}

.white-label-banner .secHead-img img {
	max-width: 250px;
	object-fit: contain;
	height: 71px;
}

.white-label-banner .secHead-img {
	margin-bottom: 30px;
}

.white-label-banner.green-theme {
	background-color: transparent;
}

.white-label-banner.green-theme .waveWrapperInner,
.white-label-banner.green-theme .white-label-banner-sec {
	background: linear-gradient(to right, #94bd51 0%, 44.20401751995087%, #8daf57 88.40803503990173%, 94.20401751995087%, #8daf57 100%);
}

.white-label-banner.green-theme .secHead .sec-title,
.white-label-banner.green-theme .secHead P {
	color: #fff;
}

.page-id-12043 .white-label-banner {
	background-color: rgb(145 183 85 / 19%);
}

.public-banner-sec {
	padding: 0 0 100px;
}

.public-banner-sec .public-banner-img {
	width: 100%;
}

.public-banner-sec .public-banner-img img {
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: contain;
	border-radius: 14px;
}

.public-banner-con .secHead .secTitle,
.public-sector-benifit-sec .secHead .secTitle,
.empower-service-con .secHead .secTitle,
.related-blog-sec .secHead .secTitle {
	font-size: 38px;
}

.public-banner-con .secHead .secTitle span {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	display: block;
}

.crypto-tokenize-desc .secHead .secTitle {
	font-size: 38px;
	line-height: 1.2;
}

.crypto-tokenize-sec .img-box-wrap .cricle-img-box {
	max-width: 24.125rem;
	height: 100%;
	margin: auto;
}

.crypto-tokenize-sec .crypto-tokenize-inner .img-head {
	padding-top: 1.875rem;
	display: block;
	position: relative;
}

.crypto-tokenize-sec .img-head-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	display: block;
	text-align: center;
}

.crypto-tokenize-sec .img-box-wrap .cms-con p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.crypto-tokenize-sec,
.public-sector-benifit-sec,
.empower-service-sec {
	padding-bottom: 100px;
}

.public-sector-benifit-sec {
	background: #f3f4f4;
	padding-top: 100px;
}

.empower-service-sec {
	padding-top: 100px;
}

.public-sector-benifit-sec .secHead {
	margin-bottom: 40px;
}

.public-sector-benifit-sec .benifit-boxes {
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: -1px 0 13px 0 rgba(0, 0, 0, .1);
	height: calc(100% - 30px);
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
	border-bottom: 6px solid transparent;
}

.public-sector-benifit-sec .benifit-boxes:hover {
	border-color: #ffcb08;
}

.public-sector-benifit-sec .benifit-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #ffcb08;
}

.public-sector-benifit-sec .benifit-icon img {
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.public-sector-benifit-sec .benfit-box-title {
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 25px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	position: relative;
}

.public-sector-benifit-sec .benfit-box-title::before {
	content: "";
	height: 3px;
	width: 58px;
	position: absolute;
	left: 0;
	bottom: 15px;
	background-color: #ffcb08;
}

.public-sector-benifit-sec .cms-con p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 7px;
}

.empower-service-con .secHead .secSubTitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	color: #000;
	text-transform: uppercase;
	display: block;
}

.empower-service-form {
	padding: 40px;
	background: #F6F6F6;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}

.empower-service-form .form-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	display: block;
	margin-bottom: 20px;
}

.empower-service-sec .fillformmain .fillformsec .fillformleft .fillform .starbtn {
	margin-top: 50px;
}

.empower-service-sec .fillformmain .fillformsec1 .fillformleft1 {
	width: 100%;
}

.related-blog-sec {
	padding-bottom: 100px !important;
}

.related-blog-sec .blog-slider {
	margin: 0 -10px;
}

.related-blog-sec .blog-slide {
	padding: 0 10px;
}

.latest-blog-sec .secHead .secTitle {
	font-size: 50px;
}

.latest-blog-sec {
	padding-bottom: 70px;
}

.latest-blog-sec .fillterliscol {
	background-color: #fafafa;
	height: 100%;
}

.latest-blog-sec .fillterliscol .projectdetail {
	padding: 18px 20px;
	margin-top: 0;
}

.latest-blog-sec .blog-slide {
	height: 100%;
}

.latest-blog-sec .blogdatemain {
	margin-bottom: 7px;
}

.latest-blog-sec .blogdatemain .blogmonth {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0px;
}

.latest-blog-sec .blogtechno {
	display: inline-block;
}

.latest-blog-sec .fillterliscol {
	margin: 0 10px;
}

.latest-blog-sec .caselistingcol .projectdetail .projectbio {
	font-size: 16px;
}

.latest-blog-sec .slick-track {
	display: flex;
}

.latest-blog-sec .slick-track .slick-slide {
	display: flex;
	height: auto;
}

.latest-blog-sec .blogtechno a:hover {
	color: #000;
}

.latest-blog-sec .blog-slider.slick-initialized.slick-slider.slick-dotted {
	margin: 0 -10px;
}

.latest-blog-sec .caselistingcol .projectdetail .procomti {
	display: -webkit-box;
	max-width: 400px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clutch_sl{display:flex;flex-wrap:wrap;align-items:center;}
.clutch_sl img{width:100px;}