@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	color: #2c3340;
	font-size: 18px;
	line-height:26px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Zilla Slab', serif;*/
}

/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color:/* #3a535a */ #000000;
    line-height: 1.1;
    font-style: normal;
    font-weight: 500;
    /* margin: 0px 0px 0px 0px; */
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a5a8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a3a5a8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a3a5a8;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size:36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
*:focus,
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #333;
}
.title *:focus,
.title a:hover, .title a:focus, .title a:active {
  color: inherit;
}

ul {
  margin:0px;
  padding:0px;
}
li {
    
    list-style: none;
}
ul ul {
    margin:0px;
	padding:0px;
}
ol {
    float: none;
    padding-left: 15px;
    list-style: decimal;
}
ol ol {
    margin-left: 20px;
}
ol li {
	width: 100%;
    list-style: decimal;
}
.thumb,
figure {
	float:left;
	width:100%;
	overflow:hidden;
    position: relative;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.thumb img,
figure img{
	float:left;
	width:100%;
}
img {
  max-width: 100%;
  object-fit: cover;
}
strong {
    color: #3d3d3d;
}
iframe {
    float: left;
    width: 100%;
    border: none;
}
.relative{
    position: relative;
}
.absolute {
    position: absolute;
}

.container-custome{
	width: 1370px;
	margin: 0px auto;
	padding-right: 15px;
    padding-left: 15px;
}

.container-custome:after{
	content: "";
	display: table;
	clear: both;
}

.hide-desktop{
	display: none;
}
.hide-mobile{
}
/*content css start*/

header,
.wrapper, 
.main-banner{
	width: 100%;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 50px;
  background:#6b7079e0;
}

.sticky-logo{
	display: none;
}
.sticky .sticky-logo{
	display: none;
}
.wrapper{
	overflow: hidden;
}
header{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 40px 80px;
	z-index: 100;
	transition: all ease-in-out 0.2s;
}
header .logo{
	float: left;
}
.content{
	float: left;
	width: 100%
}
.nav-container{
	float: right;
}
.nav-container .user-area{
	float: left;
	margin-right: 100px;
}
.nav-container .user-area ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.nav-container .user-area ul li a, 
.nav-container .user-area ul li{
	color: #fff;
	font-size: 16px;
	font-weight:300;

}
.nav-container .user-area ul li{
	float: left;
	margin-left: 45px;
}
.nav-container .user-area ul li:first-child{
	margin: 0px;
}
.nav-container .user-area ul li a{
	padding: 0px 3px; 
}

.main-banner{
	min-height: 1080px;
	background: url("../images/main-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sub-banner{
	background: url("../images/sub-banner.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 435px 0px 115px 0px;
}
.sub-banner-2{
	background-image: url("../images/sub-banner2.png");
}
.sub-banner h2{
	color: #fff;
	font-size: 55px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.sub-banner .container-custome{
	position: relative;
	z-index: 10;
	margin-bottom:20px;
}
.main-banner .caption{
	position: absolute;
	top: 50%;
	left: 31%;
	transform: translate(-80%,-50%);
	border: solid 7px #d4233f;
	width: 840px;
	z-index: 5;
}
.main-banner .caption p{
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px;
	padding: 30px 40px;
}

.v-borders{
	position: absolute;
	left: 0px;
	top: 0%;
	border-left: solid 1px rgba(255,255,255,0.3);
	border-right: solid 1px rgba(255,255,255,0.3);
	width: 50%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.v-borders:before{
	content: "";
	height: 100%;
	width: 1px;
	border-right: solid 1px rgba(255,255,255,0.3);
	position: absolute;
	left: 50%;
	top: 0px;
}

.h-borders{
	position: absolute;
	left: 0px;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	width: 100%;
	right: 0px;
	bottom: 170px;
	margin: auto;
}

.nav-btn{
	float: left;
	width: 36px;
	height: 36px;
	position: relative;
	cursor: pointer;
	z-index: 100;

}
.nav-btn span{
	width: 100%;
	height: 4px;
	background-color: #fff;
	position: relative;
	float: left;
}

.nav-btn span:before, 
.nav-btn span:after{
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	background-color: #fff;
	left: 0px;
	top: 10px;
	
}
.nav-btn span:after{
	top: 20px;
}

.nav-btn.active span{
	background-color: #d3223f;
	transform: rotate(45deg);
	transform-origin: center;
	position: absolute;
	top: 10px;
}
.nav-btn.active span:before{
	background: #d3223f;
	transform: rotate(-90deg);
	transform-origin: center;
	top: 0px;
	left: 1px;
}
.nav-btn.active span:after{
	display: none;
}



.floating-nav{
	position: absolute;
	top: 0;
	background:#fff;
	width: 100%;
	left: 0px;
	padding: 100px 0px 50px 0px;
	display: none;
}
.floating-nav .cat-col{
	float: left;
	width: 35%;
	padding-right: 100px;
	border-right: solid 1px #95999f;
}
.floating-nav .subcat-col{
	float: left;
	width: 65%;
	padding-left: 80px;
}
.floating-nav .subcat-col ul{
	width: 100%;
	float: left;
}
.floating-nav .subcat-col ul li{
	float: left;
	width: 50%;
}
.floating-nav .subcat-col ul li a{
	display: inline-block;
	padding: 16px 25px;
	font-size: 20px;
	border-collapse: collapse;
	color: #2c3340;
	border: solid 1px transparent;
	min-width: 270px;
	font-weight:300;
}
.floating-nav .subcat-col ul li a:hover{
	border: solid 1px #d3223f;
}

.floating-nav .list-group-item{
	font-size: 25px;
	color: #2c3340;
	font-weight: 300;
	border: none;
	border-top: solid 1px #95999f;
	padding: 20px 0px; 
}
.floating-nav .list-group-item:hover{
	background: transparent;
	color: #d3223f;
}
.floating-nav .list-group-item.active{
	background: transparent;
	padding-left: 15px;
}
.floating-nav .list-group-item.active:before{
	position: absolute;
	content: "\f105";
	color: #d3223f;
	left: 0px;
	top: 50%;
	font-size: 40px;
	font-family: FontAwesome;
	transform: translate(-10px,-50%);
}
/*float left*/
.wrapper,
.main-banner{
	float: left;
	width: 100%;
	position: relative;
}

.main-banner:before, 
.sub-banner:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.6;
	height: 100%;
	width: 100%;
}
.sub-banner:before{
	opacity: 0.0;
}


/*
===============================================
intro section css start
===============================================*/

section{
	float: left;
	width: 100%;
	padding: 100px 0px;
}
.section-border{
	border-bottom: solid 1px #ddd;
}
.intro-section{
	float: left;
	width: 100%

}
.intro-section .intro-content{
	float: left;
	width: 100%;
}
.intro-section .m-icon{
	float: left;
	margin-bottom: 35px;
}
.intro-section .text{
	float: left;
	width: 100%;
}

.intro-section .text .title-red{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 25px;
	font-weight: 300;
	color: #d4233f;
}
.intro-section .text .title-dark{
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 300;
	color: #2c3340;
	line-height:35px;
}
.intro-section .text p{
	font-size: 18px;
	font-weight:300;
}
.intro-section .text .read-more{
	font-size: 18px;
	color: #2c3340;
	border: solid 2px #61666f;
	display: inline-block;
	padding: 16px 30px;
	transition: all ease-in-out 0.2s;
	background: transparent;
}
.intro-section .text .read-more:hover{
	border-color: #2c3340;
	background-color: #2c3340;
	color: #fff;
}
.more-text,
.more-text2,
.more-text3,
.more-text4{
	position: relative;
}
.more-text .close{
	border: none;
	background: no-repeat;
	position: absolute;
	top: 0px;
	left: -35px;
	font-size: 25px;
}
.more-text4 p{
	color: #fff;
}
.our-vision{
	background: #2c3340;
}
.our-vision .thumb{
	position: relative;
    margin-bottom: -270px;
    bottom: -10px;
    z-index: 99;
}
.our-vision .text .title-dark, 
.our-vision .text .title-red{
	color: #fff; 
}
.our-vision .text .read-more{
	border-color: #fff;
	color: #fff;

}
.our-vision .text .read-more:hover{
	background-color: #fff;
	color: #2c3340;
}

.advantages-section{
	background-color: #d4233f;
	padding-bottom: 0px;
}
.advantages-section .section-header{
	margin-bottom:50px;
}
.section-header{
	float: left;
	width: 100%;
	margin-bottom: 74px;
	padding-bottom: 60
}
.section-header .title{
	color: #fff;
	font-size: 30px;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 0px;
	font-weight:400;

}
.section-header .title.dark{
	color: #2c3340;
	text-transform:uppercase;
}
.advantages-list{
	float: left;
	width: 20%;
	min-height: 354px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	text-align: center;
	padding: 45px 30px;
}
.advantages-list .title{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
}
.advantages-list p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.advantages-content {
	float: left;
	width: 100%
}

.advantages-content div.advantages-list:first-child{
	border-left: none;
}


.application-lists{
	float: left;
	width: 100%;
	padding: 0px 0px 26px 0px;
	text-align: center;
	border: solid 2px transparent;
	margin-bottom: 30px;
}
.application-lists a{
	display: block;
}
.application-lists:hover{
	border-color: #d4233f;
}
.application-lists .app-icon{
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	margin-bottom: 20px;
}
.application-lists .app-icon img{
	display: inline-block;;
}

.application-lists .text p{
	font-size: 18px;
	color: #2c3340;
	margin: 0px;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}
.application-lists .text p:after{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: bold;
	margin-left: 7px;
	line-height: 18px;
	color: #d4233f;
	top: 3px;
	position:relative;
}
.area-map-section{
	position: relative;
	padding: 200px 0px 170px 0px; 
}
.area-map-section .heading{
	background: #ebebec;
	padding: 100px 0px;
	text-align: center; 
}
.area-map-section .heading h2{
	font-size: 38px;
	color: #2c3340;
	position: relative;
	z-index: 10;
	font-weight:300;
}
.area-map-section:after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 170px;
	background-color: #2c3340;
}

/* Map Image changed as per client shared new image of map */
.area-map-section:before{
	content: "";
	width: 1118px;
	height: 580px;
	/*background-image: url("../images/map.png");*/
	/*background-image: url("../images/world-map-new.png");*/
	/* As per outright support */
	background-image: url("../images/worldmap-support.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-size: cover;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	z-index: 1;
}

.area-map-section .offices a{
	font-family: 'Zilla Slab', serif;
	margin: 0px;
	color: #169ab4;
	display: block;
	text-align:left;
	pointer-events: none;
}
.area-map-section .offices a:first-child:before{
	color:#169ab4;
}
.area-map-section .offices a:before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.area-map-section .offices a:last-child{
	color: red
}
.area-map-section .offices{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(360%,-50%);
	z-index: 10
}

.news-letters{
	float: left;
	width: 100%;
	background-color: #1a1e28;
	padding: 40px 0px 10px 0;
}

.news-letters .title{
	font-size: 26px;
	color: #fff;
	margin: 0px;
	line-height: 50px;
}
.news-letters .input-container{
	position: relative;
	float: left;
	width: 100%;
}
.wpcf7 input[type="email"]{
	float: left;
	width: 610px;
	height: 50px;
	border: none;
	background-color: #fff;
	color: #1a1e28;
	padding: 0px 15px;
}
.news-letters .input-container input[type="text"], 
.news-letters .input-container .subscribe{
	float: left;
	width: 643px;
	height: 50px;
	border: none;
	background-color: #fff;
	color: #1a1e28;
	padding: 0px 15px;
}
.news-letters .input-container .subscribe{
	width: 240px;
	float: right;
	background: #d4233f;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}

footer{
	float: left;
	width: 100%;
	background-color: #2c3340;
	padding: 26px 0px 0px 0px;
}
footer h2{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 0px 0px 10px 0px;
}
footer h2:after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 2px;
	background: #9699a0;
}

/*.list-widget{*/
	/*float: left;*/
	/*width: 100%;*/
/*}*/
/*.list-widget ul{*/
	/*float: left;*/
	/*width: 100%;*/
/*}*/
/*.list-widget ul li{*/
	/*float: left;*/
	/*width: 100%;*/
/*}*/
.list-widget ul li a{
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}

/*.list-widget.column-2 ul{*/
	/*float: left;*/
	/*width: 50%;*/
/*}*/
.copyrights{
	float: left;
	width: 100%;
	padding: 26px 0px;
	margin-top:50px;
}
.copyrights p{
	font-size: 16px;
	color: #fff;
	margin: 0px;
}
.copyrights p a.privacy{
	color: #d4233f;
	margin-left: 30px;
}
.copyrights p a{
	color: #fff;
}

.social-media{
	float: left;
}
.social-media ul li{
	float: left;
	margin: 0px 15px;
}
.social-media ul li a{
	color: #fff;
	font-size: 36px;
}

.text-red26{
	font-size: 26px;
	color: #d4233f;
	line-height: 36px;
}

.team-list{
	float: left;
	width: 100%;
}
.team-list .thumb{
	float: left;
	width: 100%;
}
.team-list .text{
	float: left;
	width: 100%;
}
.team-list .text .title{
	font-size: 20px;
	font-weight: 300;
}
.team-list .text .title span{
	color: #d4233f;
}
.p-25{
	padding: 25px;
}

.contact-detial{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-detial .title{
	font-size: 30px;
	font-family: 'Zilla Slab', serif;
	font-weight:300;
}
.contact-detial p{
	margin: 0px;
	line-height: 35px;
	font-weight:300;
}
.contact-detial p a{
	color: #d4233f;
}


.contact-form-section{
	float: left;
	width: 100%;
	background-color: #ebebec;
	background-image: url("../images/map-bg.png");
	background-position: center;
	background-repeat: no-repeat;

}
.contact-form-section .input-container{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.contact-form-section .input-container input[type="email"],
.contact-form-section .input-container input[type="tel"],
.contact-form-section .input-container input[type="text"],
.contact-form-section .input-container textarea, 
.contact-form-section .input-container select{
	height: 40px;
	width: 100%;
	border: none;
	background-color: #fff;
	padding: 0px 15px;
	color: #a3a5a8;
	font-weight: 300;
}
.contact-form-section .input-container label{
	font-size: 18px;
	color: #2c3340;
	font-weight: 400;
	text-transform: capitalize;
}
.contact-form-section .input-container textarea{
	height: 226px;
}
.contact-form-section .input-container .submit-btn{
	width: 100%;
	border: none;
	height: 52px;
	margin-top: 8px;
	background-color: #d4233f;
	font-weight: bold;
	color: #fff;

}
.privacy-text{
	float: left;
	width: 100%;
}
.mandatory{
	float: left;
	width: 100%;
	position: absolute;
	left: 15px;
	bottom: 0px;
}

.case-studies-list{
	float: left;
	width: 100%;
	padding: 20px;
	border:solid 2px #babbbd;
	margin-bottom: 50px;
}
.case-studies-list:hover{
	border-color: transparent;
}
.case-studies-list .text{
	padding: 60px 20px 0px 30px;
}
.case-studies-list .text .sub-title{
	font-size: 22px;
	font-weight:300;
	color: #d4233f;
	text-transform: uppercase;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 20px;
}
.case-studies-list .text .title{
	font-size: 26px;
	font-weight:300;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}
.grid-list{
	float: left;
	width: 100%;
	padding: 20px;
	border: solid 1px #babbbd;
}
.grid-list:hover{
	border-color: transparent;
}
.grid-list .thumb{
	float: left;
	width: 100%;
}
.grid-list .thumb iframe{
	width: 100%;
	border:none;
}
.grid-list .text{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.grid-list .text .title{
	font-weight: bold;
	font-size: 16px;
}
.grid-list .text p{
	font-size: 16px;
	margin: 0px;
}


.video-search{
	float: left;
	width: 100%;
	background-color: #ebebec;
	padding: 22px 0px;
}
.video-search input[type="text"]{
	width: 100%;
	border: none;
	background: #fff;
	height: 42px;
	color: gray;
	padding: 0px 15px;
	font-size: 14px;
}

.video-search p{
	margin: 0px;
	line-height: 42px;
}
.video-search .search-btn{
	width: 100%;
	height: 42px;
	color: #fff;
	background: #d4233f;
	font-weight: bold;
	border: none;
}


.case-study-main{
	float: left;
	width: 100%;
}
.case-study-main .text, 
.case-study-main .thumb{
	float: left;
	width: 100%;
}
.case-study-main .text .sub-title{
	font-size: 22px;
	color: #d4233f;
	margin-bottom: 40px;
	font-family: 'Zilla Slab', serif;
}
.case-study-main .text .title {
	font-size: 48px;
	color: #2c3340;
	line-height: 60px;
}
.text-post{
	float: left;
	width: 100%;
}
.text-post .title{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
.text-post .sub-title{
	font-size: 22px;
	margin: 0px;
	color: #d4233f;

}
.text-post p a{
	color: #d4233f;
	text-decoration: underline;
}
.case-thumb{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.app-detail{
	float: left;
	width: 100%;
}
.app-detail .app-icon{
	float: left;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	border: solid 1px #d4233f;
	margin-right: 50px;
}
.app-detail .text{
	overflow: hidden;
}
.app-detail .text .title{
	font-size: 30px;
	color: #2c3340;
	font-weight:300;
	margin-bottom:20px;
	font-family: 'Zilla Slab', serif;
}
.app-detail .text p{
	font-size: 24px;
	color: #d4233f;
	line-height: 34px;
	margin: 0px;
	font-weight: 300;
}

.app-plans{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.app-plans .title{
	font-size: 30px;
	margin: 0px;
	font-family: 'Zilla Slab', serif;
	line-height: 105px;
	text-align: center;
	text-transform: uppercase;
}
.app-plans .title span{
	color: #d4233f;
}
.apps-icons{
	display: inline-block;
	margin: auto;
	width: 260px;
	position: relative;
	background: #fff;
	box-shadow: 0 0px 60px -22px rgba(0, 0 ,0 ,0.5);
}
.apps-icons:before,
.apps-icons:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 100%;
	height: 0px;
	width: 100%;
	background-color: #fff;
}
.apps-icons:after{
	top: 100%;
	bottom: auto;
}
.apps-icons ul, 
.apps-icons ul li{
	float: left;
	width: 100%;
}
.apps-icons ul li{
	margin: 15px 0px;
}
.app-grid{
	float: left;
	width: 100%;
	position: relative;
}
.app-grid .icon{
	display: inline-block;
	margin-bottom: 10px;
}
.app-grid .text{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.app-grid .right-detail, 
.app-grid .left-detail{
	position: absolute;
	left: 100%;
	background: #d4233f;
	border-radius: 10px;
	padding: 0px 15px;
	height: 80px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	margin-left: 50px;
	vertical-align: middle;
	min-width: 100px;
	white-space: nowrap;
}
.app-grid .left-detail{
	left: auto;
	right: 100%;
	background-color: #c7c8ca;
	margin-right: 60px;
	margin-left: 0px;

}
.app-grid .right-detail p, 
.app-grid .left-detail p{
	font-size: 18px;
	line-height: 62px;
	color: #fff;
	margin: 0px;
	font-weight: bold;
	display: block;
}
.app-grid .right-detail p span, 
.app-grid .left-detail p span{
	font-size: 46px;
	line-height: 80px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
.app-grid .right-detail:before, 
.app-grid .left-detail:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 100%;
	margin: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #d4233f transparent transparent;
}
.app-grid .left-detail:before{
	border-width: 10px 0px 10px 15px;
	border-color: transparent transparent transparent #c7c8ca;
	right: auto;
	left: 100%;
}
.app-gallery{
	float: left;
	width: 100%
}

.conclusion-section{
	float: left;
	width: 100%;
	background-color: #ebebec;
}
.conclusion-section .title{
	font-family: 'Zilla Slab', serif;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 40px;

}
.conclusion-section p{
	font-size: 26px;
	margin: 0px;
	line-height: 36px;
	color: #d4233f;
	font-weight:300;
}

.substations-section{
	background: #d4233f;
}
.substations-section .title{
	color: #ffffff;
	font-family: 'Zilla Slab', serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 60px;

}

.substations-slider{
	float: left;
	width: 100%;
}
.video-thumb{
	float: left;
	width: 100%;
	padding: 0px 40px;
}
.video-thumb .thumb{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.video-thumb .thumb iframe{
	width: 100%;
	height: 280px;
	border: 0px;
}
.video-thumb .text{
	float: left;
	width: 100%;
	text-align: center;
}
.video-thumb .text p{
	color: #fff;
	margin: 0px;
}
.substations-slider .slick-prev:before,
.substations-slider .slick-next:before,
.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before{
	font-family: FontAwesome;
	content: "\f105";
	font-size: 80px;
}
.substations-slider .slick-prev:before,
.testimonials-slider .slick-prev:before{
	content: "\f104";
}
.substations-slider .slick-prev, 
.substations-slider .slick-next{
	top: 44%;
	width: 42px;
	height: 80px;

}
.testimonials-slider .slick-prev, 
.testimonials-slider .slick-next{
	top: 40%;
	z-index: 10;
}

.testimonials-section{
	background-color: #2c3340;
}
.testimonials-slider{
	margin: 0px -50px;
	width: auto;
	float: none;
}
.testimonials-slider:after{
	content: "";
	display: table;
	clear: both;
}
.testimonials-section .title{
	font-size: 30px;
	font-weight:300;
	color: #fff;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.testimonials-list{
	float: left;
	width: 100%;
	padding: 64px 55px 56px 45px;
	position: relative;
	margin-bottom: 40px;
}
.testimonials-section .slick-slide{
	margin: 0px 50px;
}

.testimonials-list:before, 
.testimonials-list:after{
	content: "";
	width: 70px;
	border-left: solid 1px #d4233f;
	border-top: solid 1px #d4233f;
	border-bottom: solid 1px #d4233f;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
 }
 .testimonials-list:after{
 	border-right: solid 1px #d4233f;
 	border-left: none;
 	left: auto;
 	right: 0px;
 } 
.testimonials-list p{
	font-weight: 300;
	color: #fff;
	margin-bottom: 76px;
}
.testimonials-list .client{
	font-weight: 400;
	color: #fff;
	margin: 0px;
}
.testimonials-list .tip{
	border-left: solid 1px #d4233f;
	height: 40px;
	width: 50px;
	position: absolute;
	top: 100%;
	left: 70px;
}
.testimonials-list .tip:before{
	content: "";
	width: 58px;
	height: 1px;
	background-color: #d4233f;
	position: absolute;
	left: -10px;
	bottom: 19px;
	transform: rotate(-45deg);

}
.more-applications-section{
	padding: 70px 0px;
}

.more-applications-section .title{
	font-family: 'Zilla Slab', serif;
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.app-slider .slick-slide{
	padding: 0px 10px;

}
.app-slider .slick-prev:before,
.app-slider .slick-next:before,
.videos-slider .slick-prev:before,
.videos-slider .slick-next:before{
	font-family: FontAwesome;
	content: "\f105";
	font-size: 80px;
	color: #d4233f
}
.app-slider .slick-prev:before,
.videos-slider .slick-prev:before{
	content: "\f104";
}
.app-slider .slick-prev, 
.app-slider .slick-next{
	top: 50%;
	width: 42px;
	height: 80px;
	margin-top: -20px;
	margin-left: -20px;

}
.app-slider .slick-next{
	margin-left: 0px;
	margin-right: -20px;
}

.how-it-works .text p{
	font-size: 19px;
	color: #d4233f;
	line-height: 30px;
	font-weight: 300;
	margin: 0px;
}
.how-it-works .text{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.work-steps .title{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 30px;

}
.how-it-works .thumb{
	margin-top: 50px;
	float: left;
	width: 710px;
    height: 430px;
}

.work-steps{
	float: left;
	width: 100%;
}
.work-steps ul li{
	width: 100%;
	float: left;
}
.work-steps ul li p{
	margin: 0px;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.work-steps ul li p:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 26px;
	color: #d4233f;
	float: left;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}

.key-features-section{
	background: url("../images/features-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 255px;
}
.key-features-section:after{
	content: "";
	float: left;
	background: #ebebec;
	height: 255px;
	width: 100%;
	opacity: 0.5;
	position: absolute;
	left: 0px;
	bottom: 0px;

}
.key-features-section h2{
	font-family: 'Zilla Slab', serif;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 275px;
}
.all-features{
	max-width: 1550px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.all-features:after{
	content: "";
	display: table;
	clear: both;
	height: 2px;
	background-color: #cccdce;
	width: 100%;
}


.all-features .features-cover{
	float: left;
	padding: 0px 32px;
	width: 50%;
	position: relative;
}

.all-features .features-cover .features-detail{
	float: left;
	width: 100%;
	position: relative;
}

.info-points{
	position: absolute;
	left: 395px;
    top: 66px;
}
.info-points span{
	position: absolute;
	left: 40px;
	color:#2c3340;
	display: none;
	top: 3px;

}
.info-points:hover, 
.info-points:active,
.info-points:focus{
}
.info-points.two{
	left: 288px;
    top: 113px;
}
.info-points.three{
	left: 160px;
    top: 220px;
}
.info-points.four{
	left: 232px;
    top: 270px;
}
.info-points.five{
	left: 410px;
    top: 220px;
}
/*** Feature section 2 dots adjustment ***/
.features-detail-two .info-points {
    position: absolute;
    left: 520px;
    top: 86px;
}
.features-detail-two .info-points.two {
    left: 338px;
    top: 43px;
}
.features-detail-two .info-points.three {
    left: 80px;
    top: 50px;
}
.features-detail-two .info-points.four {
    left: 180px;
    top: 100px;
}
.features-detail-two .info-points.five {
    left: 470px;
    top: 281px;
}
p.info-btn{
	z-index: unset;
}
.info-points .toggle-trigger{
	margin:0px;
	height: 30px;
	width: 30px;
	display: block;
	border: solid 2px #d4233f;
	border-radius: 100%;
	cursor: pointer;
	text-align-last: center;
}
.info-points .toggle-trigger:before{
	content: "";
	height: 10px;
	width: 10px;
	background-color: #d4233f;
	border-radius: 100%;
	display: inline-block;
}
.info-points .toggle-trigger.active-info-point:before {
	content: "X";
	background-color: transparent;
	color: #d4233f;
	font-weight: bold;
}
.toggle-wrap{
	border: solid 2px #d4233f;
	padding: 30px;
	display: none;
	z-index: 9;
	position: relative;
}
.toggle-wrap .style-single{
	background: #fff !important;
	padding: 30px;
	width: 260px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.toggle-wrap .style-single p{
	font-size: 16px;
}

.toggle-trigger.open{
	background: #d4233f;
}

.videos-section{
	background: #2c3340
}

.videos-slider .slick-prev:before,
.videos-slider .slick-next:before{
	color: #fff;
}
.videos-slider .slick-next, 
.videos-slider .slick-prev{
	margin-left: -40px;
	top: 35%;
	width: 42px;
	height: 80px;

}
.videos-slider .slick-next {
	margin-left: 0px;
	margin-right: -40px;
}
.videos-slider .slick-slide{
	margin: 0px 20px;
}

.videos-slider .thumb,
.videos-slider .text{
	float: left;
	width: 100%;
	text-align: center;
}
.videos-slider .thumb{
	margin-bottom: 26px;
}
.videos-slider .text p{
	color: #fff;
}


.appliances-section .title{
	font-size: 30px;
	font-family: 'Zilla Slab', serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;

}
.appliances-section .sub-title{
	font-size: 24px;
	color: #d4233f;
	margin-bottom: 40px;
	font-weight: 300;
}
.appliances-section .work-steps{
	margin-top: 50px;
}
.appliances-section .text,
.appliances-section .thumb{
	float: left;
	width: 100%;

}
.appliances-section .thumb{
	margin-top: 150px;
}


.radar-section{
	float: left;
	width: 100%;
}
.radar-section .text{
	float: left;
	width: 100%;

}
.radar-section .thumb-icon{
	width: 90px;
	clear: both;
	margin-bottom: 30px;
}
.radar-section .text .title{
	font-size: 30px;
	font-weight: 300;
	color: #d4233f;
	font-family: 'Zilla Slab', serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.radar-section .text .sub-title{
	font-size: 24px;
	font-weight:300;
	line-height: 36px;
	width:90%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.range-coverage{
	float: left;
	width: 100%;
	padding: 100px 100px 0px 100px;
	
}
.range-coverage .data-container{
	float: left;
	width: 100%;
	border: solid 1px #babbbd;
}

.range-coverage .range-graph-container{
	float: left;
	width: 100%;
	border-bottom: solid 1px #babbbd;
}

.range-coverage .range-graph{
	float: left;
	width: 60%;
	border-right: solid 1px #babbbd;
	position: relative;
}

.graph-general{
	float: left;
	width: 40%;
	padding: 50px;
	border-left: solid 1px #babbbd;
	margin-left: -1px;
}
.range-coverage .range-graph #tabs {
   float: left;
   position: absolute;
   left: 20px;
   top: 120px;
}
.range-coverage .range-graph #tabs li {
    list-style:none; 
    margin: 10px 0px;
    outline:none;
}
.range-coverage .range-graph #tabs li a {
    font-size: 14px;
    font-weight: 300; 
    color: #2c3340;
    display:block; 
    background: #FFF;
    text-decoration:none;
    outline:none;
    height: 50px;
    width: 100px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.range-coverage .range-graph #tabs li a {
    border: 1px solid #a5a4a4;
}
.range-coverage .range-graph #tabs li a.inactive{
   outline:none;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
   border:none;
}
.range-coverage .range-graph .graph-container {
	clear:both;           
	width:100%; 
	text-align:left;
	padding-top: 20px;
}
#tab0C {
	position: relative;
}
#tab0C img{
	position: absolute;
	left: 0;
	bottom: 0;
}
#tab0C img#graphbg-img{
	position: static;
	display: block;
}
li#menu-item-628 a {
    font-weight: 700;
}
.range-coverage .range-graph .section-heading{
	position: absolute;
	left: 30px;
	top: 20px;
}
.range-coverage .range-graph .section-heading .title, 
.graph-general .title{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Zilla Slab', serif;
	position: relative;
	z-index: 99;
}
.graph-general ul li{
	float: left;
	width: 100%;
	border-bottom: solid 1px #a3a5a8;
	padding: 10px 0px;
}
.graph-general ul li:last-child{
	border: none;
}
.graph-general ul li p{
	margin: 0px;
	font-size: 16px;
}
.graph-general ul li span{
	font-weight: bold;
	min-width: 200px;
	float: left;
}

.graph-general ul li .heading{
	float: left;
	width: 200px;
	font-weight: bold;
}
.graph-general ul li .text{
	overflow: hidden;
}
.spesification-table{
	float: left;
	width: 100%;
	padding: 0px 100px 0px 100px;
}
.spesification-table .specs-container{
	float: left;
	width: 100%;
	background-color: #ebebec;
	padding: 0px 30px;
	border-left: solid 1px #aeb0b2;
	border-right: solid 1px #aeb0b2;
	border-bottom: solid 1px #aeb0b2;
}



.specs-container .table th,
.specs-container .table td{
	font-size: 16px;
}
.spesification-table .table thead th{
	vertical-align: middle;
	text-align: left;
    border-top: none;
}
.specs-container .table th, .specs-container .table td{
	border-color: #aeb0b2;
}
.spesification-table .table thead th img{
	margin-left: -30px;
	margin-bottom: 30px;
}
.download-section{
	float: left;
	width: 100%;
	padding: 0px 100px;
}
.download-section .download-container{
	padding: 60px 0px;
	border-left: solid 1px #aeb0b2;
	border-right: solid 1px #aeb0b2;
}
.download-section .title{
	font-size: 24px;
	font-weight: 300;
	font-family: 'Zilla Slab', serif;
	line-height: 32px;
	margin-left: 40px;
}

.app-download .pdf-download{
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
} 
.app-download .pdf-download:hover,
.app-download .pdf-download.active{
	box-shadow: none;

}
.app-download li{
	display: inline-block;
	width: 130px;
	margin: 0px 20px;
}

.app-download li p{
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.app-download li .pdf-download p{
	font-weight: normal;
}
.app-download .purple, 
.spesification-table .nav-tabs .nav-link.purple{
	color: purple;
}
.app-download .red, 
.spesification-table .nav-tabs .nav-link.red{
	color: #d4233f;
}
.app-download .orange, 
.spesification-table .nav-tabs .nav-link.orange{
	color: #f26522;
}
.app-download .blue, 
.spesification-table .nav-tabs .nav-link.blue{
	color: #169ab4;
}
.app-download .green, 
.spesification-table .nav-tabs .nav-link.green{
	color: #006b4c;
}
.app-download li a{
	color: #2c3340;
	display: block;
}

.accessories-section{
	float: left;
	width: 100%;
	padding: 0px 100px;
}
.accessories-section .accessories-container{
	float: left;
	width: 100%;
	border: solid 1px #aeb0b2;
	background: #ebebec;
}
.accessories-section .title{
	font-family: 'Zilla Slab', serif;
	font-size: 24px;
	font-weight: 300;
}
.accessories-section .accessories-container .border-left{
	border-color: #aeb0b2 !important;
}
.products-thumb{
	float: left;
	width: 100%;
}
.products-thumb .text{
	text-align: center;
}


.spesification-table .nav-tabs .nav-link{
	text-align: center;
    background-color: #fff;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;

}
.spesification-table .nav-tabs li{
	width: 25%;
	padding: 0px 5px

}
.spesification-table .nav-tabs {
	border: none;
}
.spesification-table .title{
	font-size: 22px;
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.more-text,
.more-text2,
.more-text3,
.more-text4{
	display: none;
}
.more-text.main,
.more-text2.main,
.more-text3.main,
.more-text4.main{
	display: block;
}
.intro-section .read-more.hide{
	display: none;
}
/*

font-family: 'Roboto', sans-serif;
font-family: 'Zilla Slab', serif;

*/
.news-letters .input-container{
	height:0;
}
.videos-slider .thumb iframe{
	height: 284px;
}
.app-grid .right-detail p, .app-grid .left-detail p{
	font-size: 25px;
}
.grid-list.small .video iframe{
	width:300px;
	height:224px;
}
.grid-list.small{
	height:350px;
}
/*** Footer Column ***/

footer #nav_menu-3{
	flex: 0 0 393.333333% !important;
    max-width: 66.333333% !important;
}
footer #nav_menu-3 ul li {
    width: 50% !important;
}
/*** Video Prettyphoto ***/
.video-thumb .thumb a:before,
.videos-slider .thumb a:before{
	content: "\f04b";
	font-size: 34px;
	font-family: fontAwesome;
	position: absolute;
	left: 0px;
	color: #fff;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: #d4233f;
	text-align: center;
	border-radius: 100%;
}
.video-thumb .thumb a, 
.videos-slider .thumb a{
	display: block;
	position: relative;
	float: left;
	width: 100%;
} 

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: none !important;
	color:#d4233f;
	font-size: 24px;
    padding-left: 0;
}
section.applications-section .section-header{
	margin-bottom: 40px;
}
/* Commented as per client
.list-widget ul li a:hover{
	color:#d4233f !important;
}*/
footer .social-media{
	margin-top: -20px;
}
/* Commented as per client
footer #nav_menu-3 ul li.current-menu-item a{
	color:#d4233f !important;
}*/
.floating-nav .list-group-item:first-child {
    border-top: none;
}
.elementor-widget-mg-about-intro .text-red26{
	font-size: 23px;
    font-weight: 300;
}
.team-list .text p:nth-of-type(2),
.elementor-widget-mg-about-intro .col-xl-6.col-lg-12 p{
	font-weight: 300;
}
.elementor-widget-mg-about-intro .col-xl-6.col-lg-12 p:nth-of-type(2){
	margin-bottom:25px;
}
.elementor-widget-mg-team .section-border{
	border-bottom: none;
}
a.contact-tel {
    color: inherit !important;
}
span.wpcf7-form-control-wrap.accept{
	margin-left: -18px !important;
}
.page-id-137 section{
	padding:70px 0px 100px 0;
}
#nav-tabContent .item-id-341 ul li{
	width: 100%;
}
.news-letters .wpcf7-not-valid-tip{
	position:absolute;
	top:50px;
}
.news-letters .wpcf7 form .wpcf7-response-output {
    margin: 0px 30px 0px 0px;
    padding: 0.2em 1em;
    text-align: center;
	color: #d4233f !important;
}
.grid-list.large-video .video iframe{
	height:700px;
}
.grid-list.article-grid-list {
    min-height: 380px;
}
.grid-list.article-grid-list .text p{
	padding-bottom: 20px;
}
.main-banner.no-overlay-banner:before{
	display:none;
}
select.wpcf7-form-control{

	background-image:url('../images/arrow-dropdown.png');
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-repeat: no-repeat;

	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.form-down-arrow {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	position: absolute;
	right: 28px;
	top: -8px;
}
/*.input-container.country span.wpcf7-form-control-wrap.phone-type:before,*/
/*select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:before,*/
/*span.wpcf7-form-control-wrap.help-type:before,*/
/*span.wpcf7-form-control-wrap.business-type:before,*/
/*span.wpcf7-form-control-wrap.industry:before {*/
    /*position: absolute;*/
    /*content: "\f107";*/
    /*color: #000;*/
    /*left: 610px;*/
    /*top: 0;*/
    /*font-size: 35px;*/
    /*font-family: FontAwesome;*/
    /*display: block;*/
    /*font-weight: 700;*/
    /*transform: translate(0,-20%);*/
/*}*/
/*span.wpcf7-form-control-wrap.phone-type:before {*/
    /*position: absolute;*/
    /*content: "\f107";*/
    /*color: #000;*/
    /*left: 160px;*/
    /*top: 0;*/
    /*font-size: 35px;*/
    /*font-family: FontAwesome;*/
    /*display: block;*/
    /*font-weight: 700;*/
    /*transform: translate(0,-20%);*/
/*}*/
span.wpcf7-list-item.first.last{
	margin:0;
}
section.radar-section .thumb{
    margin-left: 80px;
}
.spesification-table .table thead th:first-child {
    font-weight: 300;
}
.spesification-table .table thead th:nth-of-type(1) p,
.spesification-table .table thead th p:nth-of-type(1) {
    color: #1599b3;
}
.spesification-table .table thead th:nth-of-type(2) p,
.spesification-table .table thead th p:nth-of-type(2) {
    color: purple;
}
.spesification-table .table thead th:nth-of-type(3) p,
.spesification-table .table thead th p:nth-of-type(3) {
    color: #d3223f ;
}
.spesification-table .table thead th:nth-of-type(4) p,
.spesification-table .table thead th p:nth-of-type(4) {
    color: #f26521;
}
.spesification-table .table thead th:last-child p{
	color:#006b4c;
}
.masai section.how-it-works.section-border .col-md-6{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.aiappliance section.how-it-works.section-border .col-md-6:last-child{
	-ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.aiappliance section.how-it-works.section-border .text .title,
.aiappliance section.how-it-works.section-border .text h2,
.aiappliance section.how-it-works.section-border .text h2.title{
	font-weight: 300 !important;
    font-size: 30px !important;
	font-family: 'Zilla Slab', serif;
}
.aiappliance .how-it-works .thumb{
	width: 570px;
    top: 50px;
}
.elementor-widget-mg-team .section-border {
    border-bottom: none;
    padding: 30px 0;
}
.masai .how-it-works .thumb{
	display:none;
}
.aiappliance .section-border {
    border-bottom: none;
}
.products-thumb .thumb img {
    height: 150px;
    width: 200px;
    margin-left: 20px;
}
.graph-general .title {
    margin-bottom: 15px;
}
.app-gallery.pt-5{
	margin-bottom: -50px;
}
span.case-title-bold {
    font-weight: 700;
}
/*.mejs-controls {*/
	/*display: none !important;*/
	/*visibility: hidden !important;*/
/*}*/
.main-banner.no-overlay-banner video {
    width: 100%;
    height: 100%;
    position: absolute;
	object-fit: cover;
}
.main-banner .banner-shadow{
	background-color: #00000023;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main-banner .grid-lines{
	/*background-image: url(../images/banner-lines1.png);*/
	background-image: url(../images/white-strips.png);
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-position: center center;
	z-index: 1;
}
.main-banner .grid-lines .container {
	position: relative;
	height: 100%;
}
.main-banner .grid-lines .container .play-pause-btn{
	position: absolute;
	width: 75px;
	height: 75px;
	display: block;
	bottom: 72px;
	right: 177px;
	background-image: url(../images/paue_btn.png);
	background-size: 100%;
}
.main-banner .grid-lines .container .show-play{
	background-image: url(../images/play_btn.png);
}
.floating-nav .subcat-col #list-Media ul li{
	width: 100%;
}
footer .col-md-6:first-child .col-md-4{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
footer .col-md-6:first-child{
	padding-right: 0;
}
footer .col-md-6:last-child{
	padding-left: 0;
}
footer #nav_menu-3 ul li#menu-item-617,
footer #nav_menu-3 ul li#menu-item-615,
footer #nav_menu-3 ul li#menu-item-613,
footer #nav_menu-3 ul li#menu-item-618,
footer #nav_menu-3 ul li#menu-item-616,
footer #nav_menu-3 ul li#menu-item-614{
	padding-left: 20px;
}
.intro-section .thumb:nth-child(2) video,
.intro-section .thumb:nth-child(1) video {
    margin-top: 40px;
}
.container-custome:last-child .intro-section .thumb video{
	margin-top: 40px;
	margin-left:40px;
	object-fit:none;
}
.page-id-651 .sub-banner .container-custome{
	width: 1370px !important;
}
/*** Newsletter I Agree Check ***/
.agree-check span.wpcf7-list-item.first.last{
	color:#686a6f !important;
	font-size:12px !important;
}
.news-letters .agree-check span.wpcf7-list-item {
	color:#686a6f !important;
	font-size:12px !important;
}
.agree-check{
	margin-top:15px;
}
.agree-check .wpcf7-not-valid-tip{
	display:none;
}
.agree-check input[type="checkbox"]{
	margin-right:10px;
}
span.wpcf7-list-item {
    margin-left: 0;
}
/*** Radar image adjustment as per Client ***/
.spesification-table .table thead th:last-child p {
    padding-top: 150px;
    position: relative;
	padding-left:20px;
}
.spesification-table .table thead th:last-child img {
    padding-bottom: 0px;
	margin-bottom: -140px;
    padding-bottom: 0px;
    height: 100%;
    margin-left: 0px;
}
/*** Added As Per Client ***/
.team-list .text p:nth-of-type(2) {
    text-align: justify;
}
.app-gallery.pt-5 .thumb img {
    height: 405px;
}
.p-c{
	color:#d4233f;
}
.app-grid .text p{
	padding: 0px 20px;
	font-size:15px;
	margin-bottom:5px;
}
.wpcf7-not-valid-tip{
	font-size:24px !important;
}
section.news-letters .wpcf7-not-valid-tip{
	font-size:18px !important;
}
.about-desc .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.text-post .sub-title,
.text-post .title,
.case-study-main .text .title{
	font-family: 'Zilla Slab', serif;
	font-weight:300;
}
footer .container-custome{
    padding: 0;
}
footer .container-custome .widget_nav_menu{
    width: 166px;
    display: block;
    float: left;
    padding: 0;
}
/*** Footer Spacing Custom Adjustment ***/
/*footer .col-md-6 .col-md-4 {
    -ms-flex:0 0 167px;
    flex: 0 0 167px;
    max-width: 167px;
}
footer .col-md-6 .col-md-4:last-child{
	-ms-flex:0 0 334px;
    flex: 0 0 334px;
    max-width: 334px;
}
footer .col-md-6 .col-md-3{
	-ms-flex:0 0 167px;
    flex: 0 0 167px;
    max-width: 167px;
}*/
/*** Radar Page How it works image size as per Client ***/
.how-it-works-img .how-it-works .thumb{
	width:100%;
	height:auto;
}
span.wpcf7-form-control-wrap.email span.wpcf7-not-valid-tip{
	float:left;
}
.grid-list .text time,
.grid-list.article-grid-list .text p{
	color:#2c3340;
}
.footer-mobile-widgets{
	margin-bottom: 20px;
}
.footer-mobile-widgets .col-md-4{
	display: inline-block;
	flex: 3;
}
footer .footer-mobile-widgets h2{
	padding-bottom:0;
	margin-bottom:0;
}
footer .footer-mobile-widgets #nav_menu-13,
footer .footer-mobile-widgets #nav_menu-10,
footer .footer-mobile-widgets #nav_menu-9{
	margin-bottom:47px;
}
footer .footer-mobile-widgets li#menu-item-627 {
    margin-bottom: 0 !important;
}
/* As per outright support */
img.magos-system-app {
	width: 42%;
    vertical-align: middle;
	margin-top: -2px;
}
/* As per outright support */
section.how-it-works.section-border {
    padding: 70px 0 40px 0px;
}
/* As per outright support */
.graph-container.hide-mobile img#purple-img {
    top: 17px !important;
}
#menu-item-1326 a{
	font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0px 0px 10px 0px;
}
.case-study-main .text .sub-title.section-1{
	margin-bottom:10px;
}
section.area-3.section-border:last-child {
    border: none;
}
.case-study-main .col-md-12 {
    padding-left: 0;
}
.elementor-widget-mg-case-section3 .text-post .sub-title{
	font-family: 'Roboto', sans-serif;
	color:inherit;
	margin-bottom: 40px;
}
.features-detail.features-detail-two .info-points.feature-5 .toggle-wrap,
.features-detail.features-detail-two .info-points.feature-1 .toggle-wrap{
	left: -290px;
}
.text-post .col-md-6.title-match .title {
	margin-top: -50px;
}
.single-case-study .text-post p a{
	color:inherit
}
.input-container.contact-phone-here p {
    display: none;
}
#contact-form-section .privacy-text p {
    font-size: 14px;
    line-height: 24px;
}
#contact-form-section .privacy-text a{
	color:#d4233f;
}
.read-more-testi{
	position: relative;
	z-index: 99999;
	cursor: pointer;
	color: #d4233f;
}
.no-section-border section.section-border.app-intro-element{
	border-bottom:none;
}
.testi-short-text{
	height: 311px;
	overflow: hidden;
}
.test-auto-height.testi-short-text{
	height: auto;
}
/*.trp-ls-shortcode-language a,
.trp-language-switcher .trp-ls-shortcode-current-language a {
    color: #2c3340 !important;
}*/
.trp-language-switcher > div{
	border:solid 1px transparent;
	background:transparent !important;
	width: 50px !important;
    margin-top: -5px;
}
.trp-language-switcher > div > a:hover{
	background-color:transparent !important;
	color:#fff !important;
}
.trp-language-switcher .trp-ls-shortcode-language{
	width: 100px !important;
}
.trp-language-switcher{
	margin:0 !important;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
	display:block !important;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language{
	visibility: visible !important;
}
.mc4wp-checkbox-contact-form-7 {
	/* display:none !important; */
	color: #686a6f;font-size: 12px;font-weight: 400;line-height: 18px;padding: 20px 22px;}
.privacy-text .mc4wp-checkbox-contact-form-7 {padding: 0px 0px;font-size: 14px;color:#7a7a7a;line-height:24px;}