body{font-family: 'Kumbh Sans', sans-serif; font-size: 16px;color: #1a1a1a;}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}

.row {margin: 0 -10px;}

a:hover, a:focus, button:hover, button:focus{outline: none;}

body section {padding: 60px 0;clear: both;position: relative;margin: 0 auto;}

html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif !important;}

p {color: #474747; font-family: 'Kumbh Sans', sans-serif;}

label.error {    display: none !important;	}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; }


img{max-width: 100%;}

body header {
    padding: 15px 0;
    width: 100%;
}

header .menu {
    text-align: right;
    margin-top: 1px;
}

header .menu li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

header .menu li ul.sub-menu {
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 15em;
    z-index: 1;
	display:none;
}

header .menu li:hover ul.sub-menu  {
	display: block
}

header .menu li ul.sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

header .menu li ul.sub-menu li a {
    display: block;
    width: 100%;
    border: none;
    text-align: initial;
    text-transform: none;
    padding: 15px;
}

header .menu li ul.sub-menu li a:hover , header .menu li ul.sub-menu li a:focus , header .menu li ul.sub-menu li a:active {
	color:#fff;
    background: #5358d8;
}

header .menu li ul.sub-menu li:last-child {
    border-bottom: none;
}

header .menu li a {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px 6px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    line-height: normal;
}
header .menu li a.active ,
header .menu li a:hover , header .menu li a:focus , header .menu li a:active {
    border-bottom-color: #3e43d3;
}

.slide-1 {	 background-image: url('../images/slide1.jpg');	}
.slide-2 {	 background-image: url('../images/slide2.jpg');	}
.slide-3 {	 background-image: url('../images/slide3.jpg');	}
.slide-4 {	 background-image: url('../images/slide4.jpg');	}

.slide {
    padding: 115px 0 100px;
    width: 100%;
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.slide h1 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}

.slide h1 span {
    vertical-align: baseline;
    color: #fdd22e;
}

.slide .btn-block:after {
	content:"";
	background:url('../images/arc.png') no-repeat scroll left top;
	width: 127px;
	height: 105px;
	position: absolute;
	right: -150px;
	top: -40px;
}

.slide p {
    color: #fff;
    font-family: 'Kumbh Sans';
    font-weight: 500;
    margin: 30px 0;
}

.btn-block .btn {
    padding: 12px 20px;
    display: inline-block;
    background: #5358d8;
    font-size: 18px;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    min-width: 172px;
    border: none;
    text-shadow: 2px 2px 2px #00000029;
    margin-right: 10px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    color: #fff;
    border-radius: 5px;
	background: rgb(53,57,153);
    background: -moz-linear-gradient(left,  rgba(53,57,153,1) 65%, rgba(249,25,66,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
    background: linear-gradient(to right,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#f91942',GradientType=1 );
	height: 54px;
}

header .menu li.list-btn a.btn.btn-blue:hover , header .menu li.list-btn a.btn.btn-blue:focus , header .menu li.list-btn a.btn.btn-blue:active ,
.btn-block .btn:hover , .btn-block .btn:focus , .btn-block .btn:active {
background: rgb(249,25,66); 
background: -moz-linear-gradient(left,  rgba(249,25,66,1) 0%, rgba(83,88,216,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(249,25,66,1) 0%,rgba(83,88,216,1) 100%); 
background: linear-gradient(to right,  rgba(249,25,66,1) 0%,rgba(83,88,216,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f91942', endColorstr='#5358d8',GradientType=1 ); 

}

.btn-block .btn.btn-black {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.head_style {
    text-align: center;
    margin-bottom: 60px;
}

.head_style h3 {
    color: #3c3c3c;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

section.our-banner {
    padding: 0;
    overflow: hidden;
}

section.tailor-bundle {
    padding-top: 95px;
}

section.tailor-bundle:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80%;
    background: #f3f3f8;
    top: 0;
}

.owl-item {
    float: left;
}

.ts_item {
    background: #fff;
    position: relative;
    height: 100%;
}

.ts_item h4 {
    font-size: 21px;
    color: #3c3c3c;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    position: absolute;
    left: 45px;
    bottom: 30px;
}

.ts_item img {
    width: 100%;
    box-shadow: 0px 5px 20px #ddd;
    border-radius: 6px;
}

.tailer_slider {
    overflow: hidden;
    padding-bottom: 30px;
}

.owl-dots.disabled {
    display: none;
}

.owl-nav.disabled {
    display: none;
}


.slider-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.slider-carousel .owl-dots .owl-dot {
    width: 50px;
    height: 14px;
    background: #cbcbe0;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
    opacity: 0.6;
    cursor: pointer;
}

.slider-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

img.bcertificate {
    margin-top: 40px;
}

.head_style h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 144px;
    height: 10px;
    background: #ffd42e;
    right: 0;
    bottom: 4px;
    margin: 0 auto;
}

.head_style i {
    position: relative;
    z-index: auto;
    vertical-align: baseline;
}


.head_style h2 {
    color: #3c3c3c;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.2px;
    line-height: 66px;
}

.head_style p {
	font-size: 18px;
	font-family: 'Kumbh Sans';
	font-weight: 600;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	color: #616161;
}

.head_style h2:before {
    content: "";
    position: absolute;
    left: 0;
    width: 263px;
    height: 17px;
    background: #ffd42e;
    right: 0;
    bottom: 6px;
    margin: 0 auto;
}

.row.space_shdow {
    margin-bottom: 80px;
    padding-bottom: 160px;
	background:url('../images/space-bar.png') no-repeat scroll center bottom;
}


.pros_item {
   background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(243,243,248,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(243,243,248,1) 100%);
   background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(243,243,248,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f8',GradientType=0 );
   text-align: center;
   height: 100%;
   padding-bottom: 30px;
   overflow: hidden;
   position: relative;
}

.pros_item h4 {
    font-size: 22px;
    margin: 40px 0 20px;
    font-family: 'Kumbh Sans' !important;
    font-weight: 600;
    color: #3c3c3c;
    position: relative;
    z-index: 1;
}

.pros_item img {max-height: 190px;z-index: 1;position: relative;}

a.view_anchor {
    background: #5358d8;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kumbh Sans';
    font-size: 16px;
    font-weight: 700;
    /* display: none !important; */
}

.product_slider .col-md-3 , .product_slider .col-md-4 {
    padding: 0 7px;
    overflow: hidden;
}


section.table-solution {
    padding-bottom: 120px;
}

section.cta-new {
    background:url('../images/cta-bg1.jpg') no-repeat scroll center top #191b48;
    background-size:cover;
    text-align: center;
    padding: 80px 0;
}

section.cta-new h2 {
    font-size: 54px;
    color: #fff;
    font-family: 'Kumbh Sans' !important;
    font-weight: bold;
}

section.cta-new p {
    font-size: 20px;
    color: #fff;
    font-family: 'Kumbh Sans';
    margin: 20px 0 40px;
}

section.cta-new:before {
    content: "";
    position: absolute;
    left: 7%;
    width: 500px;
    height: 350px;
    background: url('../images/cta-left.png') no-repeat scroll left top;
    top: 20px;
}

section.cta-new:after {
    content: "";
    position: absolute;
    right: 7%;
    width: 431px;
    height: 240px;
    background: url('../images/cta-right.png') no-repeat scroll right top;
    top: 110px;
}

section.lead-global {
    border-top: 10px solid #fff;
    padding-bottom: 0;
    padding-top: 100px;
    overflow: hidden;
    margin-bottom: -90px;
}

section.lead-global:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 90%;
    background: #f3f3f8;
    top: 0;
}

img.mob_girl {
    max-width: none;
    position: relative;
    right: 200px;
}

.lead-global h2 {
    font-size: 60px;
    font-weight: 700;
    width: 120%;
    color: #3c3c3c;
    line-height: 65px;
}

.lead-global h2 span{
	position:relative;
	width: 100%;
}

.lead-global h2  span:before{
	content: "";
	position: absolute;
	width: 462px;
	height: 17px;
	background: #ffd42e;
	right: -100px;
	bottom: 6px;
	margin: 0;
	z-index: 0;
}
.lead-global h2 i {
    position: relative;
}
.lead-global p {
    font-size: 18px;
    font-family: 'Kumbh Sans';
    letter-spacing: -0.2px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #616161;
    font-weight: 500;
}

.lead-global ul.lg_uls li {
    clear: both;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.lead-global ul.lg_uls li h3 {
    font-size: 72px;
    color: #5358d8;
}

.lead-global ul.lg_uls li h3 span {
    vertical-align: inherit;
    color: #3c3c3c;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Kumbh Sans';
}

.lead-global ul.lg_uls li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 284px;
    height: 5px;
    background: #ffd42e;
    bottom: 0;
}

.lead-global ul.lg_uls li:last-child:before {
    display: none;
}

section.check-process:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/line-bg.jpg') no-repeat scroll left top #fff;
    top: -10px;
    z-index: -1;
}

.cor_item {
    position: relative;
    margin-top: 30px;
}

span.cor_no {
    position: absolute;
    right: 35px;
    width: 70px;
    height: 70px;
    background: #b51a41;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    top: -35px;
    background: rgb(42,45,117);
    background: -moz-linear-gradient(-45deg,  rgba(42,45,117,1) 0%, rgba(204,23,56,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(42,45,117,1) 0%,rgba(204,23,56,1) 100%);
    background: linear-gradient(135deg,  rgba(42,45,117,1) 0%,rgba(204,23,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d75', endColorstr='#cc1738',GradientType=1 );
    border: 5px solid #fff;
}

.cor_item img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.cor_item  h5 {
    font-size: 27px;
    font-family: 'Kumbh Sans' !important;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3c3c;
}

.cor_item p {
    font-size: 18px;
    font-family: 'Kumbh Sans';
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #3c3c3c;
}

section.check-process {
    padding-bottom: 100px;
    padding-top: 140px;
}


.feature-rich .container {    position: relative;      z-index: 1;  }


section.feature-rich:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 90%;
    background: #5358d8;
    top: 0;
    z-index: -1;
}

section.feature-rich:after{
    content: "";
    position: absolute;
    left: 30px;
    width: 120px;
    height: 185px;
    background: url('../images/layer4.png') no-repeat scroll;
    top: -30px;
    z-index: 0;
}

.feature-rich h2 {
    font-size: 54px;
    color: #fff;
    line-height: 54px;
    font-weight: 700;
    position: relative;
}

.feature-rich h2:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 270px;
    height: 18px;
    background: #252867;
    bottom: 3px;
}

.feature-rich h2 i {
    position: relative;
}


.feat_txt {
    /* background: #2f327e; */
    border-radius: 10px;
    margin-top: -80px;
    width: 100%;
    padding-bottom: 80px;
    position: relative;
    box-shadow: -10px 10px 10px #00000047;
}

ul.feat_uls {
    position: relative;
    left: 30px;
    top: 50px;
}

ul.feat_uls li {
    margin-bottom: 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f327e+0,36398f+100 */
    background: rgb(47,50,126);
    background: -moz-linear-gradient(left,  rgba(47,50,126,1) 0%, rgba(54,57,143,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(47,50,126,1) 0%,rgba(54,57,143,1) 100%);
    background: linear-gradient(to right,  rgba(47,50,126,1) 0%,rgba(54,57,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f327e', endColorstr='#36398f',GradientType=1 );
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 18px 0;
    box-shadow: 7px 0px 7px #0000000d;
}

ul.feat_uls li h5 {
   font-size: 20px;
    color: #fff;
    font-family: 'Kumbh Sans' !important;
    margin: 0;
    font-weight: 400;
}

.eicon {
    width: 100px;
    position: relative;
}

.eicon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 62px;
    height: 62px;
    background: #252867;
    border-radius: 50%;
    top: 0;
}

.eicon img {
    position: relative;
    right: -20px;
}

.post-screen {
    position: relative;
    margin-top: -23em;
    margin-left: 15px;
}

.col-md-6.frich_right {
    position: relative;
    z-index: 1;
}

.post-screen img {
    border-radius: 10px;
    max-width: none;
}

.feat_txt:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2f327e;
    border-radius: inherit;
}

section.top-special {
    padding-top: 20px;
}

section.top-special h2 {
    font-size: 42px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: 'Kumbh Sans' !important;
}

.our-clients .heading h2 {
    font-size: 42px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: 'Kumbh Sans' !important;
}

section.our-clients {
	background: url('../images/testimonials.jpg') repeat-x scroll left bottom;
	overflow: hidden;
	padding-top: 100px;
	border-bottom: 1px solid #9e7df2;
	padding-bottom: 140px;
}

.our-clients:after{
	content:"";
	position:absolute;
	background: url('../images/layer4.png') no-repeat scroll right top;
	width:120px;
	height:185px;
	top: 0;
	right: 40px;
}

.owl-clients .item {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 20px #dddddd96;
    position: relative;
	height:100%;
}

.owl-clients.owl-carousel {
    width: 130%;
}

.item-sl {
    display: flex;
    align-items: center;
}

.item-sl img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.item-sl h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Kumbh Sans' !important;
    color: #303030;
}

.item p {
	background: url('../images/tstar.jpg') no-repeat scroll left top;
	font-size: 15px;
	font-family: 'Kumbh Sans';
	color: #7f8c96;
	margin-top: 20px;
	padding-top: 35px;
	line-height: 25px;
	letter-spacing: -0.2px;
}

.item-sp {
    width: 123%;
    background: #eee;
    height: 1px;
    margin-left: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.item-sp:after {
    content: "";
    position: absolute;
    right: 30px;
    width: 60px;
    height: 60px;
    background: url('../images/t-arch.jpg') no-repeat scroll center top;
    border-radius: 50%;
    top: -30px;
}

.owl-clients.owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-left: -15px;
}

section.cta2-new {
    text-align: center;
    padding: 0;
    margin-bottom: -110px;
}

.cta2-cover{
	background: url('../images/cta-new-bg.png') no-repeat scroll center top;
	padding: 5em 0;
	position: relative;
}

.cta2-new h2 {
    font-size: 49px;
    font-family: 'Kumbh Sans' !important;
    font-weight: 700;
    color: #fff;
}

.cta2-new h2 + p {
    font-size: 24px;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    color: #fff;
}

.cta2-new  h4 {
    font-size: 48px;
    font-family: 'Kumbh Sans' !important;
    font-weight: bold;
    color: #fff;
}

.cta2-new h4 span {
    vertical-align: baseline;
    font-size: 24px;
}

.cta2-new  .btn-block {
    margin-top: 30px;
}

.cta2-new .container {
    max-width: 1230px;
}

body footer {
    background: url('../images/footerbg.jpg') no-repeat scroll center top #1a1a2f;
    background-size:cover;
    padding-top: 11em;
    overflow: hidden;
}

footer p {
    color: #cbcbe0;
    font-family: 'Kumbh Sans';
    letter-spacing: -0.2px;
}

footer h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Kumbh Sans' !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-variant: proportional-nums;
    position: relative;
}

footer h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ffd42e;
    bottom: 0;
}

footer ul {
    margin-top: 20px;
}

footer ul li {
    clear: both;
    margin-bottom: 3px;
    color: #cbcbe0;
}

footer ul li a {
    color: #cbcbe0;
    font-family: 'Kumbh Sans';
    font-size: 18px;
    vertical-align: baseline;
}

.row.add_row {
    margin-top: 60px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.add_right p {
    float: right;
    margin-bottom: 0;
}

.add_right p a {
    color: inherit;
}

.row.add_row:before {
    width: 1000%;
    border-top: 1px solid #2d2d3f;
    position: absolute;
    left: -500%;
    top: 0;
    content: "";
}

.add_left address {
    color: #cbcbe0;
    font-family: 'Kumbh Sans';
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.col-md-4.fcol-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 25.333333%;
    max-width: 25.333333%;
}

.col-md-4.fcol-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 41.333333%;
    max-width: 41.333333%;
}

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

.fcol-1 p {
    padding-right: 70px;
}

footer a:hover , footer a:focus , footer a:active {
    color: #7a7fff;
}

.cta2-cover:before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: 10px;
    width: 315px;
    height: 240px;
    background:url('../images/pos-machine.png') no-repeat scroll left center;
}

.slide .btn-block {
    position: relative;
    width: auto;
    display: table;
    padding-top: 20px;
}

.lead-global ul.lg_uls li h3 strong {
    display: inline-block;
    min-width: 220px;
}

a.view_anchor:hover , a.view_anchor:active , a.view_anchor:focus {
    background: #3c3c3c;
    color: #fff;
}
.dropdown-toggle::after {
    display: none;
}

header .menu li.list-btn {
    margin-right: 0;
    margin-left: 10px;
}

header .menu li.list-btn a.btn.btn-blue {
    padding: 16px 29px;
    display: inline-block;
    background: #5358d8;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #fff;
    border-radius: 5px;
    background: rgb(83,88,216); 
    background: -moz-linear-gradient(left,  rgba(83,88,216,1) 0%, rgba(249,25,66,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(83,88,216,1) 0%,rgba(249,25,66,1) 100%); 
    background: linear-gradient(to right,  rgba(83,88,216,1) 0%,rgba(249,25,66,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5358d8', endColorstr='#f91942',GradientType=1 ); 
}

section.inner-banner {
    padding-top: 125px;
    padding-bottom: 125px;
    background-size: cover;
    background-position: center center;
	background-color: #130f0c;	
}

section.inner-banner h1 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}

section.inner-banner p {
    color: #fff;
    font-family: 'Kumbh Sans';
    font-weight: 500;
    margin: 30px 0 40px;
    font-size: 24px;
    line-height: 31px;
}

section.cbar-line {
    background: #f3f3f8;
    padding: 40px 0;
    overflow: hidden;
}

.section.cbar-line ul {
    display: flex;
}

.cbar-line ul {
    display: flex;
    justify-content: space-between;
}

.cbar-line ul li {
    display: flex;
    align-items: center;
}

.cbar-line ul li img {
    margin-right: 10px;
}

.cbar-line ul li h5 {
    color: #2f33a7;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
}

.prod_block {background: #f3f3f8;border-radius: 10px;padding: 4em;width: 100%;position:relative;border-right: 8px solid #fff;/* overflow: hidden; */border-bottom: 8px solid #fff;}
.prod_block:after {content:"";background: url('../images/layer3.png') no-repeat scroll center top;width:326px;height:245px;position: absolute;right: -50px;bottom: -50px;z-index: -1;}

.prod_block .uls_2col ul {
    /* display: flex; */
    margin-bottom: 20px;
    /* flex-flow: column; */
    padding-right: 5px;
    width: 40%;
    float: left;
    margin-right: 0;
}

.prod_txt {
    width: 60%;
}

.prod_thumb {
    width: 34%;
    margin-top: -120px;
}

.prod_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prod_btn {
    text-align: center;
    margin-top: 3em;
}

.row.prod_row {
    margin-bottom: 70px;
}

.uls_2col {
    clear: both;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.prod_content h4 {
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 10px;
}

.prod_block .uls_2col ul:last-child {
    margin-right: 0;
    /* float: right; */
    width: 60%;
}

.prod_block .uls_2col ul li {
    color: #484848;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}

.prod_block .uls_2col ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: rgb(83,88,216); 
    background: -moz-linear-gradient(left,  rgba(83,88,216,1) 0%, rgba(249,25,66,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(83,88,216,1) 0%,rgba(249,25,66,1) 100%); 
    background: linear-gradient(to right,  rgba(83,88,216,1) 0%,rgba(249,25,66,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5358d8', endColorstr='#f91942',GradientType=1 );     border-radius: 50%;
    top: 10px;
}

.prod_thumb img {
    max-width: 100%;
    position: relative;
}

.prod_btn .btn-block .btn.btn-black {
    color: #3c3c3c;
    border: 3px solid #3c3c3c;
}


.prod_block .uls_2col ul:last-child li {
    width: 104%;
}

.uls_2col:last-child {
    margin-bottom: 0;
}

.prod_block .head_style {
}

section.products-list {
    padding: 100px 0 30px 0;
}

.prod_block .uls_2col.uls_50 ul {
    width: 50%;
}

.uls_2col.uls_50 {
    margin-bottom: 20px;
}

.uls_2col.uls_100 {
    margin-bottom: 10px;
}

.prod_para {
    clear: both;
    width: 105%;
}

.prod_para p {
    color: #484848;
    font-size: 16px;
    font-family: 'Roboto' !important;
    font-weight: 500;
    position: relative;
}

.prod_thumb.pro5 {
    margin-top: -40px;
}

.prod_thumb.pro5 img {
    position: relative;
    right: 20px;
}

.prod_thumb.pro4 {
    margin-top: -40px;
}

.prod_thumb.pro4 img {
    position: relative;
    right: 60px;
}	

.pro5 .prod_thumb img {
    right: -30px;
    transform: rotate(12deg);
}

.pro5 .prod_thumb {
    width: 38%;
}

.pro5 .prod_txt {
    width: 62%;
}

.pro6 .prod_txt {
}

.pro6 .prod_thumb img {
    right: 0;
}

.pro7 .prod_thumb img {
    right: 0;
}

.pro8 .prod_thumb img {
    /* right: -100px; */
}

.cta-new .btn-block .btn {
    font-size: 20px;
    min-width: auto;
    padding: 14px 30px;
    height: 60px;
}

.cta-new .btn-block {
    position: relative;
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.cta-new .btn-block:after {
    content: "";
    position: absolute;
    right:-150px;
    z-index: 1;
    width: 135px;
    height: 130px;
    top: -80px;
	background:url('../images/arc-2.png') no-repeat scroll left top;
	
}

body.comp_page footer {
    padding-top: 5em;
}

.comp_page section.top-special {
    padding-top: 130px;
    padding-bottom: 100px;
    border-top: 1px solid #a375f0;
}

.comp_page section.our-clients {
    padding-bottom: 140px;
}

.comp_page section.cta2-new.cta3-new {
    padding-top: 0;
}

.about-comp img.hand-machine {
    max-width: none;
    position: relative;
    right: 162px;
}

.about-comp p {
    color: #616161;
    font-size: 23px;
    font-family: 'Kumbh Sans';
    letter-spacing: -0.2px;
}
 
.about-comp .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.666667%;
    flex: 0 0 34.666667%;
    max-width: 34.666667%;
}

.about-comp .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.666667%;
    flex: 0 0 64.666667%;
    max-width: 64.666667%;
}

.comp_page .cta2-cover{
	background-image: url('../images/cta-new-comp.png');
}

.comp_page .cta2-cover:before{
	left:auto;
	right:-60px;
}

section.help_busines {
    padding-top: 0;
    color: #fff;
}

.help_busines .head_style {
    text-align: inherit;
    margin-bottom: 30px;
}

.help_busines .head_style h3:before {
    margin: 0;
    background: #5a5a60;
    width: 270px;
    height: 18px;
    left: -10px;
}

section.help_busines:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 82%;
    background: #3e3e43;
    top: 0;
}

section.help_busines:after {
    content: "";
    position: absolute;
    left: 0;
    width: 103px;
    height: 159px;
	background: url('../images/yel-layer.png')  no-repeat scroll left top;	
    top: 0;
}

section.help_busines * {
    color: #fff;
}

section.help_busines .head_style h3 {
    font-size: 54px;
    line-height: 54px;
}

.help_busines .hb_left p {
    font-size: 23px;
    color: #e2e2e2;
    font-family: 'Kumbh Sans';
    font-weight: 300;
    letter-spacing: -0.2px;
    padding-right: 8%;
    margin-bottom: 30px;
}

.hb_left_image {
    margin-top: 40px;
}

.hb_right_inn {
    padding: 3em 3.4em 3em;
    width: 106%;
    background: rgb(53,57,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(53,57,153,1) 0%, rgba(53,57,153,1) 60%, rgba(143,42,113,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(53,57,153,1) 0%,rgba(53,57,153,1) 60%,rgba(143,42,113,1) 100%); 
    background: linear-gradient(to bottom,  rgba(53,57,153,1) 0%,rgba(53,57,153,1) 60%,rgba(143,42,113,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#8f2a71',GradientType=0 ); 
    border-radius: 10px;
    box-shadow: 0px 20px 30px #00000052;
    position: relative;
    right: 0px;
}

section.about-comp {
    padding-top: 130px;
    padding-bottom: 115px;
}

.col-md-6.hb_left {
    padding-top: 90px;
}

.col-md-6.hb_right {
    margin-top: -20px;
}

.hb_right_inn h3 {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.hb_block {
    margin-bottom: 50px;
    position: relative;
}

.hb_block:last-child {
    margin-bottom: 0;
}

.hb_block p {
    font-size: 18px;
    font-family: 'Kumbh Sans';
    font-weight: 400;
    letter-spacing: -0.4px;
    position: relative;
}

.hb_block:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 94px;
    height: 94px;
    background: #382d7c;
    border-radius: 50%;
    top: 20px;
}


.pd_block {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-around;
    height: 49%;
}

section.problem-do {
    padding: 135px 0;
}

.pd_box {
    width: 31.33%;
    position: relative;
    background: #cfe4ff;
    height: 100%;
    border-radius: 10px;
}

.problem-do .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
}

.problem-do .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}


.pd_box.p2 {
    background: #ffead1;
}

.pd_box.p3 {
    background: #dbeedc;
}

.pd_box.p4 {
    background: #fee4ea;
}

.pd_box.p5 {
    background: #e5d3f6;
}

.pd_box.p6 {
    background: #dedeef;
}

img.pd_icon {
    position: absolute;
    right: 36px;
    top: 28px;
}

.pd_box h5 {
    position: absolute;
    left: 25px;
    bottom: 35px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 0;
}

.pd_thumb img {
    max-width: none;
    border-radius: 10px;
}

.pd_thumb {
    position: relative;
    right: 10px;
}

section.probdo-av {
    padding: 120px 0;
    background: #f7f7fd;
}


.probdo-av .head_style h3 {
    font-size: 47px;
    text-align: initial;
}

.probdo-av .head_style {
    padding-left: 40px;
}

.probdo-av .head_style h3:before {
    margin: 0;
    width: 230px;
    background: #5358d8;
}

.probdo-av .head_style p{
	max-width: 100%;
	text-align: left;
	color: #616161;
	font-size: 23px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: -0.4px;
	padding-top: 20px;
}


section.probdo-tango {
    padding-top: 90px;
    padding-bottom: 120px;
}


.prbl-cta .head_style {
    text-align: inherit;
    margin-bottom: 0;
}

.prbl-cta .head_style h2:before{
	margin:0px;
}

.prbl-cta .head_style p {
    margin-left: 0;
    text-align: left;
    color: #616161;
    font-size: 23px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.4px;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.prbl-cta {
    padding-top: 70px;
    padding-bottom: 2em;
    background: url('../images/pdo-cta.jpg') no-repeat scroll right center;
    background-size:contain;
    position: relative;
}

.problem-page section.cta2-new.cta3-new {
   
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-top: 0;
}

.prbl-cta .btn-block .btn.btn-black {
    border-color: #000000;
    color: #000000;
    text-shadow: none;
} 
.prbl-cta:after {
    content: "";
    width: 218px;
    height: 284px;
    background: #5358d8;
    position: absolute;
    right: -16px;
    bottom: -16px;
    z-index: -1;
    border: 1px solid #000000;
}

section.probdo-tango:after {
    content: "";
    width: 127px;
    height: 196px;
    background: url('../images/pal-layer.png') no-repeat scroll right center;
    position: absolute;
    right: 50px;
    top: -90px;
}

.problem-page .cta2-cover{
	background-image: url('../images/cta-new-comp.png');
}

.problem-page .cta2-cover:before{
	left:auto;
	right:-60px;
}

.problem-page section.top-special{
	padding-top: 130px;
	padding-bottom: 100px;
}

.problem-page .our-clients:after{
	display:none;
}
.problem-page section.our-clients {
	/* padding-bottom: 140px; 	*/
}

.problem-page section.cta2-new:after{
	content: "";
	position: absolute;
	background: url(../images/layer4.png) no-repeat scroll right top;
	width: 120px;
	height: 185px;
	bottom: 120px;
	right: 8%;
	display:block
}

.problem-page footer {
    padding-top: 80px;
}

.problem-page .top-special:after{
	content: "";
	position: absolute;
	background: url(../images/psw-layer.png) no-repeat scroll right top;
	width: 110px;
	height: 165px;
	bottom: -80px;
	right: 3%;
	display:block
}

.pro0 .pros_item:after{
	content:"";
	position:absolute;
	width: 155px;
	height: 155px;
	background: #ffdd5c;
	border-radius: 50%;
	left: -40px;
	top: 60px; 
	clip: rect(0px,160px,160px,40px);
    background: rgb(255,252,240);  
    background: -moz-linear-gradient(top,  rgba(255,252,240,1) 0%, rgba(255,221,92,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(255,252,240,1) 0%,rgba(255,221,92,1) 100%); 
    background: linear-gradient(to bottom,  rgba(255,252,240,1) 0%,rgba(255,221,92,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf0', endColorstr='#ffdd5c',GradientType=0 ); 
}

.pro0 .pros_item:before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    right: -82px;
    bottom: -96px;
    background: #a4d064;
    clip: rect(0,75px,60px,0px);
}

.pro1 .pros_item:after{
	content:"";
	position:absolute;
	width: 155px;
	height: 155px;
	background: #fd8686;
	border-radius: 50%;
	right: -128px;
	top: 60px;
	opacity: 0.5;
	clip: rect(0px,30px,160px,0px);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(253,134,134,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(253,134,134,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(253,134,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fd8686',GradientType=0 );
}

.pro2 .pros_item:after{
	content:"";
	position:absolute;
	width: 155px;
	height: 155px;
	background: #fd8686;
	border-radius: 50%;
	left: -40px;
	top: 60px;
	opacity: 0.5;
	clip: rect(0px,160px,160px,40px);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(253,134,134,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(253,134,134,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(253,134,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fd8686',GradientType=0 );
}

.pro2 .pros_item:before{
	content:"";
	position:absolute;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	right: -82px;
	bottom: -115px;
	background:#ffd42e;
	clip: rect(0,75px,40px,0px);
}

.pro3 .pros_item:before{
	content:"";
	position:absolute;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	left: -83px;
	bottom: -115px;
	background:#ffd42e;
	clip: rect(0px,145px,40px,0px);
}


.pro4 .pros_item:after{
	content:"";
	position:absolute;
	/*width: 257px;*/
	/*height: 257px;*/
	width: 200px;
	height: 200px;
	background: #a4d064;
	border-radius: 50%;
	left: -110px;
	top: 0;
	opacity: 0.4;
	clip: rect(0px,260px,260px,110px);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(164,208,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(164,208,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(164,208,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a4d064',GradientType=0 );
}


.pro3 .pros_item:after{
	content:"";
	position:absolute;
	/*width: 257px;*/
	/*height: 257px;*/
	width: 200px;
	height: 200px;
	background: #a4d064;
	border-radius: 50%;
	/*right: -150px;*/
    right: -100px;
	top: 0;
	opacity: 0.4;
	clip: rect(0px,300px,260px,-80px);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(164,208,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(164,208,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(164,208,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a4d064',GradientType=0 );
}

.home_pg section.cta2-new {    /* margin-top: -100px;  */   }



.contact_form .head_style {
    text-align: inherit;
    margin-bottom: 20px;
}

.contact_form .head_style h2::before {
    margin: 0;
    left: -10px;
    bottom: 0;
}

.contact_form .head_style h2 {
    font-size: 54px;
    line-height: 54px;
}

section.contact_form {
    padding-top: 75px;
}

section.contact_form:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 145px;
    background: #f3f3f8;
    top: 0px;
    z-index: -1;
}

section.contact_form:after {
    content: "";
    position: absolute;
    left: 30px;
    width: 103px;
    height: 160px;
    background: url('../images/yel-layer.png');
    top: 80px;
    z-index: 1;
}


section.contact_form .head_style p{
	margin:0px;
	font-size: 26px;
	font-weight: 400;
	max-width: 90%;
	line-height: 26px;
	margin-top: 12px;
	color: #464545;
}

.cf_list ul {
    clear: both;
}

.cf_list ul li {
    clear: both;
    margin-bottom: 20px;
    font-family: 'Roboto' , sans-serif;
    font-weight: 500;
}

.cf_list ul li label {
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
}

.cf_list ul li a.cnt_no {
    color: #353999;
    font-size: 42px;
    font-weight: 600;
}

.cf_list ul li a {
    color: #151515;
    font-size: 18px;
    font-weight: 600;
}

.social_link {
    display: flex;
    margin-top: 10px;
}

.cf_list li .social_link a {
    margin-right: 10px;
    background: #212121;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cnt_box h2 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cnt_box {
  border-radius: 5px;
  padding: 30px 30px 0;
  background: rgb(53,57,153);
  background: -moz-linear-gradient(-45deg,  rgba(53,57,153,1) 65%, rgba(249,25,66,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
  background: linear-gradient(135deg,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#f91942',GradientType=1 );
  box-shadow: 0px 10px 20px #00000042;
}

.cnt_box .form-control {
    background: #fafafa;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    height: 44px;
    padding-left: 20px;
    font-family: 'Roboto';
    letter-spacing: -0.2px;
}

.cnt_box_wh {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 10px 20px #00000042;
    top: 20px;
    position: relative;
}

.cnt_box_wh .col-md-6  , .cnt_box_wh .col-md-12 {
    margin-bottom: 18px;
}

.cnt_box textarea.form-control {
    height: 160px;
    padding-top: 20px;
    resize: none;
    border-radius: 10px;
}


label.condition-check {
    color: #383838;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    padding-left: 24px;
    position: relative;
}

label.condition-check input {
    position: absolute;
    left: 0;
    top: 4px;
}

.cnt_box button.btn {
    font-size: 18px;
    width: 100%;
    background: rgb(53,57,153);
    background: -moz-linear-gradient(left,  rgba(53,57,153,1) 65%, rgba(249,25,66,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
    background: linear-gradient(to right,  rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#f91942',GradientType=1 );
    color: #fff;
    font-family: 'Kumbh Sans';
    font-weight: 600;
    text-shadow: 1px 1px 2px BLACK;
    display: block;
    margin-top: 10px;
    border: none;
    padding: 14px 0;
    border-radius: 8px;
}

.contact_form .row {
    align-items: flex-end;
}

.cf_list ul li:last-child {
    margin-bottom: 0;
}

.page_style .top-special {
    padding-top: 130px;
    padding-bottom: 100px;
}
 
.page_style footer {
    padding-top: 80px;
}
  
section.maps_google {
    padding-bottom: 0;
}


.maps_google iframe {
    filter: grayscale(1);
    opacity: 0.8;
}

section.retail-features {
    padding-top: 135px;
    overflow: hidden;
}

.indus_page .head_style p {
    font-size: 23px;
    max-width: 90%;
    font-weight: 400;
}

.retItem h2 {
    color: #3c3c3c;
    margin-top: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.retItem  p {
    color: #616161;
    font-family: 'Roboto' , sans-serif;
    letter-spacing: -0.2px;
}

.col-md-4.retcol {
    margin-bottom: 30px;
}

.rps {position: relative;}

.rps img {
    border-radius: 5px;
}

.rps:before {
    content: "";
    background: #fff2c0;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: -1;
}

.con_inn {
    display: table;
    margin: 0 auto;
    width: 96%;
    position: relative;
}

section.retail-banner {
    padding: 0;
    margin-top: 130px;
    overflow: hidden;
}

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

.con_inn h2 {
    position: absolute;
    bottom: 0;
    left: 16%;
    color: #fff;
    font-size: 110px;
    line-height: 70px;
    margin: 0;
    font-weight: bold;
    letter-spacing: -0.2px;
}

section.retail-super , section.retail-rest {
    padding-top: 130px;
    padding-bottom: 0;
    overflow: hidden;
}


.grey-bg {
    background: #36363e;
    padding: 60px;
    color: #fff;
    border-radius: 10px;
}

.greyBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.greyItem {
    width: 46%;
}

.greyItem h4 {
    color: #ffd42e;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.greyBlock p {
    color: #fff;
    font-family: 'Roboto';
}

.greyBlock:last-child {
    margin-bottom: 0;
}

.ret-super h2 {
    font-size: 28px;
    font-weight: bold;
    color: #3c3c3c;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.ret-super h2:before {
    content: "";
    position: absolute;
    left: -10px;
    background: #5358d8;
    width: 263px;
    height: 11px;
    bottom: 0;
}


.ret-super p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #616161;
    letter-spacing: -0.2px;
    max-width: 56%;
    margin-bottom: 30px;
}

.ret-super {
    position: relative;
    padding-top: 60px;
}

.ret-super img.rps {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.row.row_white_shd {
    position: relative;
    padding-bottom: 60px;
}

.row.row_white_shd:before {
    content: "";
    position: absolute;
    left: -70px;
    width: 70%;
    height: 100%;
    background: #fff;
    top: 0;
}

section.retaik_shd {
    padding: 0;
    background: #f7f7fd;
}

section.retaik_shd:after{
	content:"";
	position: absolute;
	background: url('../images/layer-ind.png') no-repeat scroll left top;
	right: 100px;
	bottom: -100px;
	width: 127px;
	height: 196px;
}

section.retail-banner.g1 {
    margin-top: 0;
}

.ret-super img.rps.app-tv3 {
    top: -40px;
    right: -40px;
}

.retailpack {
    display: flex;
    margin-bottom: 50px;
}

.retailItem h3 {
    font-size: 27px;
    font-weight: bold;
    background: #5358d8;
    color: #fff;
    padding: 16px 0;
    margin: 0;
}

.retailItem {
    text-align: center;
    background: #f7f7fd;
}

.retailItem ul li {
    border: 1px solid #cbcbe0;
    padding: 14px;
    margin-bottom: -1px;
    margin-right: -1px;
    font-size: 16px;
    font-family: Roboto , sans-serif !important;
    color: #3c3c3c;
    font-weight: 500;
    min-height: 68px;
    line-height: normal;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    letter-spacing: -0.2px;
}

.retailItem ul li:nth-of-type(2n+2) {
    background: #f7f7fd;
}

.retail-plan .head_style {
    margin-bottom: 0;
}

img.gicoBann {
    margin-top: 40px;
}

.retailItem.p1 h3 {
    border-radius: 5px 0 0 5px;
}

.col-md-12.ret-btn {
    text-align: center;
}

.ret-btn .btn-block .btn.btn-black {
    color: #000;
    border-color: #000;
    text-shadow: none;
}

section.faq-plan {
    background: #26262e;
}

section.faq-plan .head_style h2 {
    color: #fff;
}

section.faq-plan .head_style h2:before {
    background: #3a3a46;
}

.collapse.in {
    /* display: block; */
}

section.cta2-new.cta3-new {
    margin: 0;
    padding-top: 100px;
}


.faq-plan .panel.panel-default {
    background: #33333e;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 7px;
}

.faq-plan .panel.panel-default .panel-heading {
    padding: 13px 20px;
}

.faq-plan .panel-collapse {
    padding: 20px;
    height: auto !important;
}

.faq-plan .panel.panel-default .panel-heading h4.panel-title {
    margin-bottom: 0;
}

.faq-plan .panel.panel-default .panel-heading h4.panel-title a {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}

.faq-plan .panel-body {
    color: #ececec;
    font-size: 14px;
    font-family: 'Roboto' , sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}

.cta3-new .cta2-cover{
	background-image: url('../images/cta-new-comp.png');

}
.cta3-new .cta2-cover:before{
	left:auto;
	right:-60px;
}

header .menu li a i.fa {
    position: relative;
    top: -4px;
}
.owl-clients  .owl-stage {
    display: flex;
}


.entry-page * {
    font-family: roboto;
    letter-spacing: -0.2px;
}

.entry-page  li {
    clear: both;
    margin-bottom: 15px;
    list-style: disc inside;
}

.entry-page h2 , .entry-page h3 {
    margin-bottom: 15px;
}


body .popupform {
    max-width: 930px;
    padding: 0;
    background: none;
    overflow: visible;
}

.popupform::after {content: "";position: absolute;left: 0;top: 0;height: 486px;width: 326px;background: url(../images/pop-img.png) no-repeat 0 0 / 100%;}

.custom-pop .row {
    /* margin: 0; */
}

.popup-content h2 {
    font-size: 29px;
    color: #3b4da9;
    font-weight: 600;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.popup-content h2::before {
    display: none;
}

.popup-content p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
    font-family: 'Kumbh Sans';
}

.custom-pop {
    padding: 30px 0;
}

.popup-content p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.popup-content p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}


.popup-content [class*='col-'] {
    padding: 0 7px;
    margin-top: 0;
}

.popup-content [class*='col-'] select , 

.popup-content [class*='col-'] input {
    color: #444444;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 11px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    font-family: 'Kumbh Sans';
}

.popup-content [class*='col-'] input::placeholder, .popup-content [class*='col-'] textarea::placeholder {
    color: #313131;
}

.popup-content [class*='col-'] textarea {
    outline: none;
    color: #444444;
    font-weight: 500;
    font-size: 13px;
    height: 141px;
    border-radius: 0;
    resize: none;
    border: 1px solid #e6e6e6;
    font-family: 'Kumbh Sans';
}

.popup-content [class*='col-'] input.btn {
	color: #fff;
	margin: auto;
	padding: 13px 30px;
	width:100%;
	font-weight: 600;
	background: rgb(53,57,153);
	background: -moz-linear-gradient(left, rgba(53,57,153,1) 65%, rgba(249,25,66,1) 100%);
	background: -webkit-linear-gradient(left, rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
	background: linear-gradient(to right, rgba(53,57,153,1) 65%,rgba(249,25,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#f91942',GradientType=1 );
	font-size: 16px;
	height: auto;
	border-radius: 5px;
	text-shadow: 0 0 2px black;
}

.pop-txt {
    left: -44px;
    padding: 0;
}

.popup-content [class*='col-'] input:focus {
    box-shadow: none;
    outline: none;
}

.popupform button.fancybox-button {
    background: #f53230;
    height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 30px;
    opacity: 1;
    top: -7px;
    right: -16px;
    color: #fff;
    font-weight: 500;
}

.popup-inn {
    display: flex;
    align-items: center;
}

.popup-banner {
    width: 272px;
    border: 6px solid #ffd42e;
    transform: scale(1.1);
    border-radius: 10px;
}

.popup-content {
    padding: 30px;
    background: #fff;
    border: 6px solid #ffd42e;
    border-radius: 0px 10px 10px 0;
    border-left: none;
    width: 660px;
}

.popup-banner img {
    max-width: none;
}

.popup-content li.checkbox_bl {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.popup-content li.checkbox_bl input[type="checkbox"] {
    height: auto;
    width: auto;
}

.popup-content li.checkbox_bl label {
    font-size: 13px;
    margin-left: 6px;
    font-family: 'Kumbh Sans';
    font-weight: 400;
    color: #484848;
}

form.validate-popupform {
    padding: 0 10px;
    margin-top: 20px;
} 

footer .fcol-4 ul {
    width: 110%;
}


.mobile-view {
    position: fixed;
    top: 0;
    z-index: 101;
    background: #000;
    height: 100vh;
    /* overflow-x: hidden; */
    right: -300px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.mob-menu {
    padding: 20px;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    max-width: 280px;
    overflow-y: scroll;
    height: 100%;
}

.mob-menu li {
    border-top: 1px solid #313131;
    list-style: none;
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}

.mob-menu li > a {
    color: #fff;
    font-size: 14px;
    padding: 12px;
    float: left;
    width: 100%;
}

.mob-menu > li:first-child {
    border-top: none;
}

.mob-menu li:first-child {
    border-top: none;
}

.mob-menu li ul.sub-menu {
    border-top: 1px solid #313131;
    clear: both;
    padding-left: 0;
    width: 100% !important;
    display: none;
}

.mob-menu li > a:hover {
    text-decoration: none;
    background: #151515;
}

.mob-menu li span.opensub {
    position: absolute;
    top: 11px;
    right: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.mob-menu li > ul.sub-menu li > a {
    font-size: 13px;
    padding-left: 20px;
}

.mob-menu ul#menu-main-menu-1 {
    margin: 0;
}

.headnav {
    float: right;
    margin-top: 12px;
    display: none;
}

.headnav i.fa {
    font-size: 22px;
    cursor: pointer;
    color:#fff; 
}

.mobile-view.mopen {
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.header-fixed .main-menu {
    margin-top: 13px;
}
.mobile-close {
    position: absolute;
    left: -35px;
    background: none;
    width: 35px;
    height: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 20px;
    background: #000;
    padding: 10px 0;
    display: none;
}

.mobile-overlay {
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: none;
}


.mobile-overlay.moverlay {
    display: block;
}

.mobile-close.mclose {
    display: block;
}

.headnav {
    background: #353535;
    width: 40px;
    height: 40px;
    margin-top: 0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.mob-menu li span.opensub.enable i.fa:before {
    content: "\f106";
}

.slider-carousel .owl-stage {
    display: flex;
}

.thankyou{
    position: relative;
    text-align: center;
    border-top: 7px solid #3fdbb1;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../images/thank-you.jpg) no-repeat center top #1c2173;
    background-size: cover;
    max-width: 100%;
}
.thankyou:after{
    content: '';
    background: url("../images/call-center-bg.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 459px;
    width: 1115px;
}
.thankyou .container{
    position: relative;
    z-index: 1;
}
.thankyou h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.logo {
    margin-bottom: 44px;
}
.thankyou h2 span {
    font-size: 30px;
}

.thankyou p {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 1px; 
    padding: 0 200px 30px;
}
 
.wire-less .head_style h2 small {    font-size: 50%;    font-weight: inherit;   }

.wire-less .product_slider .col-md-3 {   
    -webkit-box-flex: 0;    
    -ms-flex: 0 0 20%;    
    flex: 0 0 20%;  
    max-width: 20%; 
}

.ipros_thumb {    min-height: 220px;    display: flex;    align-items: center;    justify-content: center;  }

.pros_item  .ipros_thumb img {  max-width: 350px;     max-height: 230px; }  

.contact_form .container {z-index: 2;position: relative;}

.product_sliders {    overflow: hidden;  }

.pros_item h4 span {    font-size: small;   }  

.prod_circle {
    position: relative;
}

.prod_circle:before {
    content: "";
    position: absolute;
    left: 0;
    width: 280px;
    height: 280px;
    background: red;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(53,57,153);
    background: -moz-linear-gradient(left, rgba(53,57,153,1) 30%, rgba(249,25,66,1) 100%);
    background: -webkit-linear-gradient(left, rgba(53,57,153,1) 30%,rgba(249,25,66,1) 100%);
    background: linear-gradient(to right, rgba(53,57,153,1) 30%,rgba(249,25,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353999', endColorstr='#f91942',GradientType=1 );
}

.product_sliders  .pros_item .ipros_thumb img {
    max-width: 280px;
    max-height: 200px;
}

.product_slider.row {
    justify-content: center;
}






.fsocial_link {
    display: flex;
    margin-top: 10px;
}

.fsocial_link a {
    margin-right: 10px;
    background: #fff;
    width: 35px;
    height: 35px; 
    color: #4241d2;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsocial_link a:hover , .fsocial_link a:focus , .fsocial_link a:active {
    background: #4241d2;
    color: #fff;
}   




.prod_thumb img.clovermini {max-width: none;right: 60px;}

.prod_thumb img.cloverduo {
    max-width: 120%;
    right: 40px;
}

.prod_thumb img.cloversolo {
    max-width: 130%;
    right: 70px;
}


.prod_block .uls_2col ul li.no_li {
    list-style: number outside;
    margin-left: 20px;
    padding-left: 0;
}

.prod_block .uls_2col ul li.no_li:before {
    display: none;
} 

.prod_block .uls_2col ul li.no_h4 {
    padding-left: 0;
}

.prod_block .uls_2col ul li.no_h4:before {
    display: none;
}