/*Custom CSS*/
/*Font includes*/
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura_bold-webfont.woff2') format('woff2'),
         url('../fonts/futura_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_light-webfont.woff2') format('woff2'),
         url('../fonts/futura_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuraboldcond';
    src: url('../fonts/futura_condensed_bold-webfont.woff2') format('woff2'),
         url('../fonts/futura_condensed_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 
body{
    color: #555555;
}
img{
	max-width: 100%;
}

.futuralight{
    font-family: 'futuralight';
}
.futuramedium{
    font-family: 'futuramedium';
}
.futurabold{
    font-family: 'futurabold';
}
.robo-light{
	font-family: Roboto;
	font-weight: 300;
}
.robo-reg{
	font-family: Roboto;
	font-weight: 400;
}
.robo-black{
	font-family: Roboto;
	font-weight: 900;
}
.robo-bold{
	font-family: Roboto;
	font-weight: 700;
}
.pt-7{
	padding-top: 5rem;
}
.pb-7{
	padding-bottom: 5rem;
}
.py-7{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-9{
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.mb-6{
	margin-bottom: 4rem;
}
.mb-2{
	margin-bottom: 1rem;
}
.aqua{
	color: #03adc9;
}
.purple{
	color: #7e67de;
}
.orange{
	color: #e98752;
}

a:hover{
	text-decoration: none;
}
header a:hover{
	color: rgba(255,255,255,0.8);
}
.error-img h1 {font-family: lucida_handwritingitalic;font-size: 90px;color: #444444;}
.error-link { text-align:center}
.error-img img { padding-left: 7px;}
.error-img p {font-size: 24px;color: #a6a6a6;font-family: futurabold;}
.error-img span {font-size: 16px; color: #333;font-family: futurabold;width: 45%;display: inline-block;line-height: 20px;}
.error-link li {text-align: center;display: inline-block;padding: 0 15px;}
.error-link ul {display: inline-block;margin: 30px 0;}
.error-link ul li i { padding: 7px 6px; border: 2px solid #555;border-radius: 50%;}
.error-link ul span {display: block;font-size: 13px;font-family: futurabold;padding: 5px 0 0;}
.error-link ul li a:hover { color: #333;}
.error-link ul li a {color: #555;}
.error-link ul li a:hover i {border: 2px solid #333; }

/*breadcrumbs*/
.breadcrumbs {
  background: #5d5d5d;
  display: flex; width: 100%;
}
.breadcrumbs.news-events{
	margin-top: 148px;
}
.breadcrumbs p {
  margin: 0;
  padding: 7px;
}
.breadcrumbs p span a, .breadcrumbs p span {
  color: #fff !important;
}
.breadcrumbs p span img {
    width: 12px;
}
/*breadcrumbs*/

/*Header*/
.fixed-top{
	background-color: #fff;
}
header{
    font-family: 'futuramedium';
}
header .navbar{
	text-align: right;
}
.navbar{
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav .nav-item .nav-link {
    padding: 1rem;
}
.navbar-nav .nav-item .nav-link:hover {
    background: #eee;
    color: #333 !important;
}
.navbar .sub-dd-list li.nav-item {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar .dropdown-menu{
	margin-top: -1px;
}
header .navbar .container{
	display: block;
}
.navbar-nav .nav-link{
	font-family: futurabold;
	margin-right: 0px;
}
.sub-dd-list{
	display: none;
	padding-left: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.nav-item.dropdown:hover .dropdown-menu{
	display: block;
}
.sub-dd-list li{
	list-style: none;
}
.sub-dd-item:hover,
.sub-dd-item:focus{
	background-color: #535353;
}
.sub-dd-item:hover >a,
.sub-dd-item:focus >a{
	color: #fff;
}
.sub-menu-arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0;
    content: "";
    border-top: 0.35em solid transparent;
    border-bottom: 0.35em solid transparent;
    border-left: 0.35em solid #535353;
}
.sub-dd-item:hover >a:after,
.sub-dd-item:focus >a:after{
	border-left: 0.35em solid #fff;
}
.sub-dd-item:hover .sub-dd-list{
	display: block;
}
.bg-dark {
    background-color: #535353 !important;
}
.navbar-dark .navbar-nav .nav-link,
.white {
	color: rgba(255, 255, 255, 1);
}
.navbar a.white{
	font-size: 14px;
    font-family: futurabold;
}
.dropdown-item{
	font-size: 13px;
	padding: 0.45rem 1.5rem;
	text-transform: uppercase;
}
.dropdown-menu{
	padding: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #535353;
}
.header-anch .btn{
	padding: 0.375rem 1rem;
	font-size: 17px;
}
.header-anch .btn.btn-gres{
	background-image: linear-gradient(to bottom, #fdfefe, #f7f9f8, #f2f3f3, #eceeed, #e7e8e7);
	color: #5d5d5d !important;
	border-color: #3F89C7 !important;
	border-right: none !important;
}
.header-anch .btn.btn-blues{
	background-image: linear-gradient(to bottom, #7db0d9, #6ea6d5, #5f9cd0, #5093cc, #3f89c7);
	border-color: transparent;
}
.header-anch .btn.btn-blues:hover{
	border-color: transparent;
}
.btn-group .btn + .btn.btn-blues	{
	margin-left: 0;
}
.carousel-fade .carousel-item {
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.carousel-control-prev, .carousel-control-next{
	opacity: 0.7;
	top: 50%;
	bottom: 50%;
	padding: 20px 0;
    width: 10%;
}
.carousel-item p{
	font-size: 16px !important;
	margin: 10px 0;
}
.carousel-indicators{
	left: -5%;
    bottom: 40px;
    right: auto;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.navbar-nav .nav-item .nav-link{
	font-size: 13px;
    text-transform: uppercase;
}

/*Home call to action*/
.home-call-action{
	background-color: #f15430;
	border-bottom: 10px solid #3886c5;
}
.home-call-action .col-md-9 p{
	font-size: 33px;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0;
}
/*Home call to action*/

.merchant-process{
	background: url(../img/merchant-process-banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.merchant-process h1{
	padding-top: 2rem;
}
.sq-bg{
	border-radius: 4px;
	height: 150px;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.sq-bg h4{
	font-size: 20px;
}
.aqua-bg{
	background-image: linear-gradient(to bottom, #52c6d8, #45c0d4, #37b9d0, #25b3cd, #04adc9);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.orange-bg{
	background-image: linear-gradient(to bottom, #f58120, #f4771f, #f36c20, #f26221, #f05623);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.purple-bg{
	background-image: linear-gradient(to bottom, #9984f3, #917ced, #8a73e8, #826be2, #7a63dc);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.yellow-bg{
	background-image: linear-gradient(to bottom, #f4d60c, #edc425, #e3b432, #d8a43c, #ca9544);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.overlay-wrap{
	position: relative;
}
.become-part .overlay {
    left: -10px;
    top: -10px;
    width: 260px;
    height: 190px;
}
.overlay {
	width: 170px;
    height: 160px;
    position: absolute;
    top: -5px;
    left: -12px;
    opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius: 4px;
}
.overlay img{
	width: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.overlay h4{
	font-size: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.overlay small{
	padding: 0 10px;
    line-height: 1.2;
    display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sq-cont{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sq-bg:hover > .sq-cont{
	opacity: 0;
	-webkit-transition:0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sq-bg:hover > .overlay{
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition:0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.home-rms h2{
	font-size: 2.5rem;
}
.home-rms .col-md-6:nth-child(1),
.home-rms .col-md-6:nth-child(2){
	margin-bottom: 1.75rem;
}
.home-rms figure{
	margin-bottom: 0.6rem;
}
.home-rms figure a{
	-webkit-transition: 0.5s;
	-moz-transition:0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.home-rms figure a:hover{
	opacity: 0.8;
}

/*Footer*/
.footer-bg{
	border-top: 15px solid #f15430;
	border-bottom: 15px solid #f15430;
	background: url(../img/footer-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.footer-bord{
    font-family: 'futuramedium';
	border-top: 5px solid #3886c5;
	border-bottom: 5px solid #3886c5;
}
.footer-call{
	display: inline-block;
	margin: 1.2rem 0;
}
.footer-call img{
	position: relative;
    top: -15px;
    margin-right: 10px;
}
.footer-call span{
	font-size: 22px;
	display: inline-block;
	text-align: left;
}
.footer-call small{
	display: block;
    position: relative;
    font-size: 16px;
    text-align: left;
}
.footer-bg .footer-call small {
    font-size: 16px;
    display: block;
    text-align: center;
}
.social-icons ul li{
	display: inline-block;
	box-shadow: 0 0px 0px 3px #fff;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.social-icons ul li:hover{
	box-shadow: 0 0px 0px 3px rgba(255,255,255,0.6);
}
.footer-bg ul{
	padding-left: 1rem;
}
.footer-bg ul li{
	margin-bottom: 10px;
	list-style: none;
}
.footer-bg .footer-cont ul li:before {
    content: '';
    display: inline-block;
    background: url(../img/arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    position: relative;
    left: -12px;
    top: -1px;
}
.footer-bg h5 {
    font-size: 30px;
    margin-bottom: 20px;
}
.footer-bg a{
	color: #fff;
}
.footer-text{
	padding-bottom: 6rem;
}
.footer-text p > span{
	display: inline-block;
	padding: 0 20px;
}

/*About page starts*/
.inner-header{
	height: 530px;
}
.inner-header.about-header{
	background: url(../img/about-header.jpg) no-repeat;
	background-size: cover;
}
.inner-header h1{
	font-size: 78px;
}
.inner-header.product-header.pos h1{
	font-size: 26px;
}
.inner-header p{
	font-family: Roboto;
	font-size: 22px;
}
.about-cont h2,
.our-team h2{
	font-size: 52px;
}
.about-cont p{
	font-family: Roboto;
	line-height: 1.8;
}
.about-cont .main-text{
	color: #777;
	font-size: 26px;
	font-family: Roboto;
	font-weight: 300;
	line-height: 1.6;
	width: 75%;
}
.focus-sec{
	background-color: #eef2f6;
}
.our-team p{
	font-family: Roboto;
	line-height: 1.6;
}
.disp-container {
    background-color: #dcdcdc;
    padding: 3rem;
}
.disp-container p{
	font-family: Roboto;
	font-size: 26px;
	color: #535353;
	margin-bottom: 0;
}
.main-about h2{
	font-size: 70px;
	color: #535353;
	line-height: 1;
}
.main-about p{
	font-size: 22px;
}
.passion-sec p i,
.dot-border p i{
	font-weight: 700;
}
.dotted-display p{
	font-size: 22px;
}
.dotted-display p.robo-light.purple{
	margin-bottom: 0;
}
.dot-border {
    border: 1px dashed #5889db;
    padding: 2.5rem 2rem;
}

/*Our focus*/
.our-focus-bg{
	background-color: #1d6db4;
	background-image: linear-gradient(15deg, #f26a21 50%, #1d6db4 50%);
	background-image: -webkit-linear-gradient(15deg, #f26a21 50%, #1d6db4 50%);
	min-height: 300px;
}
.our-focus-bg h2{
	font-size: 60px;
}
.our-focus-bg p{
	font-size: 30px;
}
.foc-text{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.foc-text-right{
	padding-left: 4rem;
}

/*Leadership*/
.leadership h2{
	font-size: 60px;
	position: relative;
}
.leadership h2:before {
    content: "";
    display: block;
    height: 5px;
    background-color: #846ee3;
    width: 150px;
    position: absolute;
    bottom: -10px;
    left: 5px;
}
.leader-section{
	border: 1px solid #ddd;
	margin: 2.5rem 0;
	border-radius: 3px;
}
.leader-img-bg.lib-purple{
	background-color: #7b64dc;
    background-image: linear-gradient(20deg, #7b64dc 68%, #ffffff 50%);
    background-image: -webkit-linear-gradient(20deg, #7b64dc 68%, #ffffff 50%);
    min-height: 300px;
    height: 100%;
}
.leader-img-bg.lib-rose{
	background-color: #ce2062;
    background-image: linear-gradient(110deg, #ffffff 30%, #ce2062 30%);
    background-image: -webkit-linear-gradient(110deg, #ffffff 30%, #ce2062 30%);
    min-height: 300px;
    height: 100%;
}
.leader-img-bg .img-borders img{
	padding: 2rem 0;
}
.lib-purple .img-borders{
	padding-top: 1.5rem;
    position: relative;
    width: 415px;
    margin-right: 0;
    margin-left: auto;
}
.lib-rose .img-borders{
	padding-top: 1.5rem;
    position: relative;
    width: 415px;
    margin-right: auto;
    margin-left: 0;
}
.leadership .lib-purple .img-borders:before{
	content: "";
    border: 1px solid #9985ed;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 8%;
    top: 15%;
}
.leadership .lib-rose .img-borders:before{
	content: "";
    border: 1px solid #e57ea5;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: auto;
    top: 15%;
    right: -2%;
}
.leadership .img-borders .outer-border:before{
	content: "";
    border: 1px solid #9985ed;
    width: 385px;
    height: 385px;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 52px;
}
.leadership .img-borders .outer-border:after{
	content: "";
    background: #9d8aef;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -15px;
    top: 100px;
    bottom: 0;
    margin: auto;
}
.leadership .lib-rose .img-borders .outer-border:before{
	content: "";
    border: 1px solid #e57ea5;
    width: 385px;
    height: 385px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: auto;
    top: 52px;
    right: -6px;
}
.leadership .lib-rose .img-borders .outer-border:after{
	content: "";
    background: #d84b80;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: auto;
    right: -50px;
    top: 100px;
    bottom: 0;
    margin: auto;
}
.leadership .img-borders .outer-circles:before{
	content: "";
    border: 1px solid #9985ed;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 15%;
    top: 48px;
    background: #7b64dc;
    z-index: 1;
}
.leadership .lib-rose .img-borders .outer-circles:before{
	content: "";
    border: 1px solid #e57ea5;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: 25px;
    left: auto;
    top: 48px;
    background: #ce2062;
    z-index: 1;
}
.leadership .lib-purple .img-borders .outer-circles:after{
	content: "";
    border: 1px solid #9985ed;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    background: #9d8aef;
    z-index: 1;
    top: 0;
    margin: auto;
    left: -5%;
}
.leadership .lib-rose .img-borders .outer-circles:after{
	content: "";
    border: 1px solid #d84b80;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    background: #d84b80;
    z-index: 1;
    top: 0;
    margin: auto;
    left: auto;
    right: -13%;
}
.leadership .img-borders .inner-border:before{
	content: "";
    border: 1px solid #9985ed;
    width: 425px;
    height: 425px;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    top: 27px;
}
.leadership .img-borders .inner-border:after{
	content: "";
    background: #9d8aef;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -50px;
    top: 50px;
    bottom: 0;
    margin: auto;
}
.leadership .lib-rose .img-borders .inner-border:before{
	content: "";
    border: 1px solid #e57ea5;
    width: 425px;
    height: 425px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 25px;
    top: 27px;
    right: auto;
}
.leadership .lib-rose .img-borders .inner-border:after{
	content: "";
    background: #d84b80;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: auto;
    right: -80px;
    top: 50px;
    bottom: 0;
    margin: auto;
}
.dashed-img-bord {
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: inline-block;
    position: absolute;
    right: 7%;
    top: 5%;
    bottom: 0;
    z-index: 1;
    margin: auto;
    opacity: 0.5
}
.name-role {
   	position: absolute;
    bottom: 5%;
    right: 30%;
}
.name-role.nr-right{
    position: absolute;
    bottom: 10%;
    right: auto;
    left: 30%;
}
.name-role h3{
	font-size: 34px;
	margin-bottom: 0;
}
.name-role span{
	font-size: 16px;
}
.leader-section p,
.leader-section h5,
.leader-section ul li{
	font-size: 14px;
}
.leader-section ul{
	padding-left: 1rem;
}
.leader-text{
	padding: 2rem;
}
.leader-text.leader-text-r{
	padding-bottom: 0;
}
.light-red-bg .card-body{
	background-color: #da699a;
}
.light-red-bg h5, .light-red-bg span {
    color: #da699a;
}
.tem-members .card{
	min-height: 420px;
    height: 100%;
}
.tem-members .col-md-4:last-child .card{
	margin-right: 0;
}

/*About page ends*/

/*Terms of use starts*/
.terms-of-use p,
.privacy-policy p{
	font-family: Roboto;
	margin-bottom: 30px;
}
.terms-of-use li,
.privacy-policy li{
	font-family: Roboto;
}
.privacy-policy h2{
	font-size: 30px;
	font-family: Roboto;
	font-weight: 700;
}
.terms-of-use h4,
.privacy-policy h4{
	font-size: 20px;
	font-family: Roboto;
	font-weight: 700;
	margin-top: 40px;
}
.privacy-policy h2{
	margin-top: 40px;
}
.privacy-policy h4{
	margin-top: 20px;
}
p.revise-date {
    font-family: futuramedium !important;
    margin-top: 20px;
}

/*Terms of use ends*/

/*Contact page*/
.contact-sec h1{
	font-size: 44px;
	color: #8e7aeb;
	margin-bottom: 20px;
}
.contact-sec p{
	font-family: Roboto;
}
.call-no{
	margin-bottom: 20px;
	font-family: Roboto;
}
.contact-sec .call-no a {
	color: #333333;
	padding-left: 5px;
}
.contact-sec .call-no span{
    padding: 7px 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.contact-sec .input-group{
	margin-bottom: 30px !important;
}
.contact-sec .input-group label.error,
.agent-form .input-group label {
    display: block;
    margin-bottom: 0;
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: #e64141;
}
.prod-bord .form-check-inline .form-check-input{
	height: 16px;
    width: 16px;
}
.contact-sec .prod-check legend{
	font-size: 15px;
	font-weight: bold;
	color: #ff6000;
}
.contact-sec .prod-check label{
	position: static;
	color: #555;
	font-size: 16px;
}
.prod-bord{
	border: 1px solid #ccc;
	padding: 0.75rem;
	width: 100%;
}
.input-group-text{
 	border-radius: 0;
    width: 47px;
    min-height: 49px;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 2.8;
 }
 .name-bg .input-group-text{
 	background-color: #30bcd1;
 }
 .company-bg .input-group-text{
 	background-color: #f26222;
 }
 .phone-bg .input-group-text{
 	background-color: #8e7aeb;
 }
 .email-bg .input-group-text{
 	background-color: #deb52a;
 }
 .req-bg .input-group-text{
 	background-color: #b5c818;
 }
 .req-bg .input-group-text{
    display: inline-block;
	vertical-align: top;
 }
 .contact-sec .form-control{
 	height: calc(2.25rem + 13px);
	font-family: Roboto;
	color: #aaa;
	border-radius: 0;
 }
.contact-sec .form-group textarea{
	height: 160px;
}
 .contact-sec ::placeholder{
 	color: #aaa;
 }
 .contact-btn{
 	font-size: 16px;
 	background-color: #ff6000;
 	border-radius: 5px;
 	border: 0;
 	width: 160px;
 	height: 60px;
 }
.map-section{
	position: relative;
}
.add-sec{
	font-family: Roboto;
}
.add-sec h4{
	color: #30bcd1;
	font-size: 29px;
}
.overlay-sec {
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    margin: 0 auto;
}
.add-sec a{
	color: #333;
}
.contact-sec h4{
	font-size: 30px;
	font-family: Roboto;
	font-weight: 300;
	margin-bottom: 30px;
}
.contact-sec h4 b{
	color: #30bcd1;
	font-weight: 700;
}
.call-btn{
	background-color: #3886c5;
	border-radius: 50px;
}
.contact-sec .modal h2,
.contact-sec .modal h3{
	font-family: Roboto;
	font-weight: 300;
}
.contact-sec .modal h3{
	font-size: 24px;
}
.contact-sec .modal h3 a{
	color: #333;
}
.contact-sec .modal h3 a:hover{
	color: #3886c5;
}

/*Testimonials*/
.testimonials h1{
	color: #7b64dc;
}
.testimonials .test-sub-head{
	color: #00acc8;
	font-family: Roboto;
	font-weight: 300;
	padding: 0.5rem 0;
}
.testimonials .test-sub-head b{
	font-weight: 700;
}
.testimonials p{
	font-family: Roboto;
	position: relative;
}
.testimonials p.card-text{
	min-height: 190px;
	padding: 10px;
}
.testimonials .col-md-10 .col-md-4{
	margin-bottom: 30px;
}
.card{
	border-radius: 0.2rem;
}
.card img{
	width: auto;
    max-width: fit-content;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.card .card-top{
	padding: 2rem 2rem 1rem 2rem;
}
.card-body{
	position: relative;
	padding: 3rem 2rem 2rem;
	color: #fff;
}

	
.c-aqua .card-body{
	background-color: #00acc8;
}
.c-yellow .card-body{
	background-color: #d8a621;
}
.c-purple .card-body{
	background-color: #7b64dc;
}
.c-maroon .card-body{
	background-color: #ce2062;
}
.c-orange .card-body{
	background-color: #f26a21;
}
.c-blue .card-body{
	background-color: #147abf;
}
.card-top h5{
	font-family: Roboto;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.card-top span{
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
}
.c-aqua h5,
.c-aqua span{
	color: #00acc8;
}
.c-yellow h5,
.c-yellow span{
	color: #d8a621;
}
.c-purple h5,
.c-purple span{
	color: #7b64dc;
}
.c-maroon h5,
.c-maroon span{
	color: #ce2062;
}
.c-orange h5,
.c-orange span{
	color: #f26a21;
}
.c-blue h5,
.c-blue span{
	color: #147abf;
}
.card-body::before {
    display: inline-block;
    width: 0;
    content: "";
    border-top: .6em solid;
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: .6em solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.card-text:after {
    background-position: left top;
    content: "";
    display: block;
    width: 38px;
    height: 32px;
    opacity: 0.7;
    position: absolute;
    top: -25px;
    left: -15px;
}
.card.c-aqua .card-text:after {
    background: url(../img/aqua-quote.png) no-repeat;
}
.card.c-yellow .card-text:after {
    background: url(../img/yellow-quote.png) no-repeat;
}
.card.c-purple .card-text:after {
    background: url(../img/purple-quote.png) no-repeat;
}
.card.c-maroon .card-text:after {
    background: url(../img/maroon-quote.png) no-repeat;
}
.card.c-orange .card-text:after {
    background: url(../img/orange-quote.png) no-repeat;
}
.card.c-blue .card-text:after {
    background: url(../img/blue-quote.png) no-repeat;
}
.video-sec{
	border: 1px solid #ccc;
	padding: 1rem;
}
.video-thumb{
	position: relative;
}
.video-thumb .play-btn{
	position: absolute;
	right: 0;
	top: 0;
}
.industry-bg .videos-list .video-thumb .play-btn {
    right: 0;
}

.video-thumb{
	cursor: pointer;
}
video{
	width: 100%;
}
.video-thumb img{
	display: block;
    margin: 0 auto;
}

.industry-bg img.play-btn {
    width: 50px;
}
.industry-bg img.name-board {
    height: 35px;
}
.video-thumb .name-board{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}
.videos-list.col-md-4 {
    max-width: 100%;
}
#video-modal .modal-content, #video-modal .modal-header{
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}
#video-modal .modal-header span{
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
}
#video-modal .modal-header .close{
	opacity: 1;
	margin: -1rem 0rem -1rem auto;
}
.test-vid-name{
	position: absolute;
    font-family: Roboto;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
}
.name-desc{
	display: block;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
}
.vid-divider{
	border-top: 1px solid #ddd;
	margin: 3rem 0;
}
.video-sec .vid-divider:last-child {
    border: 0 none;
}
.ir-divider {
    border-bottom: 2px dashed #ccc;
    width: 90%;
    margin: 2rem auto;
}

/*Testimonials blog section*/
.blog-cont{
	padding-bottom: 2rem;
}
.blog-cont h3{
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	color: #f15431;
	margin-bottom: 10px;
}
.blog-cont h3 b{
	font-weight: 700;
	color: #f15431;
}
.press-cont h3,
.press-cont h3 b{
	color: #00acc8;
}
.blog-cont .sec-border{
	border: 1px solid #ddd;
	padding: 1rem;
}
.blog-cont .sec-border p{
	width: 80%;
	min-height: 160px;
	color: #333;
}
.view-more{
	color: #f15431;
	font-family: Roboto;
	font-weight: 700;
	margin-top: 4rem;
	display: inline-block;
}
.sec-border img{
	width: 100%;
}

/*Career page*/
.inner-header.career-header{
	background-image: url(../img/career-bg.jpg);
	background-repeat: no-repeat;
	min-height: 723px;
}
.career-header h1 span{
	background: #d8a621;
    display: inline-block;
    font-size: 75px;
    padding: 2rem;
    margin-bottom: -15px;
    z-index: 2;
    position: relative;
}
.career-header h2 span{
	background: #ce2062;
	display: inline-block;
	font-size: 170px;
	padding: 2rem;
}
.career-header p{
	font-size: 23px;
}
.career-sec .col-border{
	border: 1px dashed #b6c0ca;
	margin: 2rem 0;
	width: 93%;
	border-radius: 3px;
}
.career-sec img{
	border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -12%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mail-wrap{
	background-color: #00acc8;
	border-radius: 3px;
	width: 90%;
	margin-right: 0;
	margin-left: auto;
	position: relative;
}
.mail-wrap  p{
	margin-bottom: 0;
	padding-left: 2rem;
}
.mail-wrap p:first-child{
	font-size: 20px;
}
.mail-wrap p:last-child{
	font-size: 23px;
}

/*IR Page*/
.inner-header.ir-header{
	background-image: url(../img/ir-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 800px;
}
.ir-header h1 span,
.ir-header h2 span{
	font-size: 75px;
	padding: 1rem 2rem;
}
.ir-header h1 span{
	display: inline-block;
    background-color: #ce2062;
    min-height: 180px;
}
.ir-header h2 span{
	background-color: #d8a621;
    margin-top: -4rem;
    display: inline-block;
}
.ir-maroon{
	background-color: #ce2062;
	padding: 2rem;
	border-radius: 3px;
	min-height: 300px;
	height: 100%;
	margin-right: 1rem;
}
.ir-aqua{
	background-color: #00acc8;
	padding: 2rem;
	border-radius: 3px;
	min-height: 300px;
	height: 100%;
	margin-left: 1rem;
}
.ir-maroon h3,
.ir-aqua h3{
	font-size: 40px;
}
.ir-maroon p,
.ir-aqua p{
	font-size: 18px;
	padding-left: 0;
}
.goal-text p{
	font-size: 27px;
    padding-left: 2rem;
    padding-top: 1rem;
}
.goal-text ul li{
	margin-bottom: 10px;
}
.pay-logos{
	text-align: right;
	padding: 15px;
}
.ir-contact{
	background-image: url(../img/ir-contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ir-contact img{
	margin-bottom: 2rem;
}
.ir-contact h3{
	font-size: 32px;
}
.ir-contact h4{
	font-size: 42px;
}

/*Dosti page starts*/
.inner-header.dosti-header{
	background: url(../img/dosti-banner.jpg) no-repeat;
	background-size: cover;
}
.about-dosti h2{
	font-size: 30px;
	margin-bottom: 1rem;
}
.about-dosti h3{
	font-size: 20px;
	font-weight: 700;
}


/*Products pages*/
.inner-header.product-header{
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 723px;
}
.inner-header.product-header.kiosk{
	background-image: url(../img/food-ordering-new.jpg);
}
.inner-header.product-header h1{
	margin-bottom: 16px;
}
.inner-header.product-header h1 span{
	background-color: #f26a21;
	padding: 1rem 2rem;
}
.inner-header.product-header.kiosk h1 span{
	background-color: #f26a21;
}
.inner-header.product-header.kiosk h1 span small{
	font-size: 37px;
}
.inner-header.product-header p{
    background-color: #21a1c9;
    padding: 2rem;
    font-size: 18px;
    width: 80%;
}

/*Product page*/
.pos-feature {
  color: #fff;
  padding: 25px;
  border-radius: 5px;
  min-height: 300px;
}
.pos-content p {
  font-size: 14px;
}
.pos-content h4 {
	font-family: futuramedium;
    font-size: 22px;
}
.pos-content li span{
	display: block;
    font-size: 12px;
    color: #2d2d2d;
}
.pos-feature a{
	text-decoration: none;
	color: #fff;
}
.pos-feature.pos-purple {
  background: #25b3cd;
}
.pos-feature.pos-orange {
  background: #25b3cd;
}
.pos-feature.pos-blue, .bottom-banner.pos-blue {
  background: #8a73e8;
}
.pos-feature.pos-yellow {
  background: #f26221;
}
.pos-feature.pos-pink {
  background: #d8a43c;
}
.pos-feature.pos-green {
  background: #f26221;
}
.pos-feature.pos-dblue {
  background: #8a73e8;
}
.pos-feature.pos-grey {
  background: #828282;
}
.pos-feature.pos-red {
  background: #d8a43c;
}
.bottom-banner.pos-blue p {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: futuramedium;
}
.prod-features h3 span.robo-light{
	font-size: 50px;
}
.prod-features h3 span.robo-bold{
	font-size: 50px;
}
.prod-features.kiosk-feat h3 span.robo-bold{
    width: 80%;
}
.prod-features.kiosk-feat h3 span.robo-bold{
    color: #21a1c9;
}
.pro-features-text ul li{
	font-size: 16px;
    list-style: none;
    line-height: 2.2;
	font-family: Roboto;
	font-weight: 300;
    position: relative;
}
.prod-features.pos-feat .pro-features-text ul li{
	font-size: 15px;
    line-height: 1.7;
}
.prod-features.pos-feat .pro-features-text ul li ul li {
    list-style: disc;
}
.pro-features-text ul li:before{
	content: "";
    display: block;
    width: 16px;
    height: 13px;
    background: url(../img/blue-tick.png) no-repeat;
    background-position: 2px 0px;
    position: absolute;
    left: -30px;
    top: 10px;
    bottom: 0;
    margin: auto;
}
.kiosk-feat .pro-features-text ul li:before{
    background: url(../img/blue-tick.png) no-repeat;
}

/*pos*/
.inner-header.product-header.pos{
	height: auto !important;
	min-height: auto;
    padding: 0 !important;
    position: relative;
}
.inner-header.product-header.pos img{
	width: 100%;
    height: auto;
}
.pos-feat .pro-features-text ul li:before{
	background: url(../img/white-tick.png) no-repeat;
	top: 6px;
	bottom: auto;
}
.pos-feat .pro-features-text ul li ul li:before{
    background: none;
}
.pos-feat .pro-features-text ul.sub-li ul{
	padding-left: 1rem;
	margin-top: 0.5rem;
}
.pro-features-text ul li:before{
    background: url(../img/purple-tick.png) no-repeat;
}
.inner-header.product-header.pos h1 span{
	background-color: #ce2062;
}
.inner-header.product-header.pos p{
	background-color: #cc9606;
}
.prod-features h3 span.robo-bold{
	color: #cc9606;
}
.col-md-5.pos-new-l,
.col-md-5.pos-new-r{
	position: static;
}
.pos-new-r img{
	position: absolute;
	right: 0;
}

/*Loss prevention*/
.inner-header.product-header.loss-prev{
	background-image: url(../img/retail-loss-new.jpg);
	min-height: 723px;
}
.inner-header.product-header.loss-prev h1 span{
	background-color: transparent;
    font-size: 56px;
    padding: 0;
    width: 65%;
    display: inline-block;
    line-height: 1.4;
}
.inner-header.product-header.loss-prev p{
	background-color: #7b64dc;
}
.prod-features.loss-feat h3 .robo-bold{
	color: #7b64dc;
	font-size: 60px;
}
.loss-feat .pro-features-text p{
	padding-left: 2.5rem;
}
.mob-feat .pro-features-text ul li:before{
    background: url(../img/orange-tick.png) no-repeat;
}

/*Mobile app product*/

.inner-header.product-header.mob-app{
	background-image: url(../img/mobile-prod-bg.jpg);
	min-height: 723px;
}
.inner-header.product-header.mob-app h1 span{
	background-color: #f05a28;
}
.inner-header.product-header.mob-app p{
	background-color: #3979b9;
}
.prod-features.mob-feat h3 .robo-bold{
	color: #f05a28;
	font-size: 60px;
}
.mob-feat .pro-features-text p{
	padding-left: 2.5rem;
	padding-bottom: 0.5rem;
}


/*Inventory management*/
.inner-header.product-header.invent-manage{
	/* background-image: url(../img/inventory-management.jpg); */
    /* min-height: 723px; */
    background-image: none;
    min-height: inherit;
    height: auto;
}
.inner-header.product-header.invent-manage h1 {
	margin-bottom: 5px;
}
.inner-header.product-header.invent-manage h1 span{
	font-size: 40px;
}
.inner-header.product-header.invent-manage p{
    background-color: #21a1c9;
    padding: 2rem;
    font-size: 16px;
    width: 80%;
}
.invent-manage-cont h3{
	font-size: 45px;
	color: #276fb7;
}
.gear{
	min-height: 230px;
	position: relative;
	border-radius: 5px;
    overflow: hidden;
}

.rotate{
	animation: rotation 18s infinite linear;
	position: absolute;
	width: 131px;
	left: -19px;
	top: -33px;
	height: 131px;
}

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


.gear-brief .col-md-6{
	margin-bottom: 2rem;
}
.gear.gear-o{
	background-color: #f26e26;
}
.gear.gear-b{
	background-color: #276fb7;
}
.gear-hleft h4{
	font-size: 30px;
	color: #fff;
}
.gear-hleft span.no{
	font-size: 50px;
    padding: 1rem 0.75rem;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
}
.gear-hright h4{
	display: inline-block;
	font-size: 26px;
	color: #fff; 
	padding: 1rem 2rem;
}
.gear-brief ul{
	margin: 0 0 2rem 5rem;
    color: #fff;
    padding-right: 1rem;
}
.gear-brief ul li{
	margin-bottom: 0.5rem;
}

.gear-itmes{
	position:absolute;
}

.gear-item-1{top:42px;}
.gear-item-2{top:160px;}
.gear-item-3{top:339px;}
.gear-item-4{top:421px;}
.gear-item-5{top:640px;}
.gear-item-6{top:716px;}

.gera-count{
    text-align: center;
    font-size: 110px;
    color: #f05330;
    font-family: roboto;
    font-weight: 600;
    line-height: 110px;
	letter-spacing:-7px;
}

.gera-title{
	text-align:center; 	
color: #f05330;
font-family: roboto;
font-size: 20px;
text-transform:uppercase; 
font-weight:600;	
}
.gear-itmes:hover{ 
color:#d82c05; 
}

/*Paymenyt processing*/
.inner-header.payment-processing{
	background-image: url(../img/payment-processing.jpg);
	min-height: 723px;
}
.inner-header.payment-processing h1+span{
	font-size: 22px;
}
.inner-header.payment-processing p{
	font-size: 18px;
	margin-top: 2rem;
	width: 80%;
}
.inner-header.payment-processing h1 {
    font-size: 58px;
}
.payment-processing .footer-call{
	background: #f26a21;
    padding: 0.25rem 1rem;
    display: inline-block;
    border-radius: 10px;
}
.payment-processing .c2a-btn{
	margin-top: 3rem;
}
.payment-process-sec .mail-wrap{
	min-height: 325px;
	width: 85%;
	padding-right: 2rem !important;
	margin-right: 7%;
}
.payment-process-sec .mail-wrap p:first-child{
	font-size: 22px;
}
.payment-process-sec .mail-wrap p:last-child{
	font-size: 20px;
}
.pay-process-card img{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	left: -15px;
	z-index: 1;
}
.pay-process-card.aqua .mail-wrap{
	background-color: #00acc8;
}
.pay-process-card.orange .mail-wrap{
	background-color: #f26a21;
}
.pay-process-card.purple .mail-wrap{
	background-color: #7b64dc;
}
.pay-process-card.yellow .mail-wrap{
	background-color: #d6a00f;
}
.inner-header.news{
	min-height: 585px;
	background-repeat: no-repeat;
    background-size: cover;
}
.past-events{
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.upcoming-events{
		border-top: 1px solid #ddd;
}
.past-events h4,
.upcoming-events h4{
	font-size: 34px;
}
.past-events .col-lg-4{
	border-left: 1px solid #ddd;
}
.upcoming-events .col-lg-4{
	border-left: 1px solid #ddd;
}
.past-events .col-md-4{
	margin-bottom: 2rem;
}

.c2a-btn{
	background-color: #f15430;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 1rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	transition: 0.3s;
}
.c2a-btn:hover{
	background-color: #d82c05;
    color: #fff;
}
.cc-sec{
	background: #01acc8;
}
.cc-logos img{
	padding-left: 5px;
	margin-bottom: 10px;
}
.pick-price{
	background: #fbe7db;
}
.pick-price h3{
	color: #f26a21;
	font-family: futuramedium;
}
.pick-price h3 img{
	padding:0 1rem;
	margin-top: -3px;
}
.flat-or-cust {
    border-bottom: 2px dotted #02abc8;
}
.flat-or-cust h4.f-bg{
	padding: 1.5rem;
	margin-bottom: 0;
	background: #d7a00f;
}
.flat-or-cust h4.c-bg{
	padding: 1.5rem;
	margin-bottom: 0;
	background: #cf2063;
}
.div-circ {
    position: absolute;
    width: 75px;
    height: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
}
.div-circ span{
	padding: 1.5rem;
	display: inline-block;
	color: #cf2063;
	font-family: futurabold;
	font-size: 1.2rem;
}
.flat-or-cust p{
	padding: 1rem;
    font-size: 1.2rem;
    margin: 7px 0;
}
.flat-or-cust h4.f-bg+p{
	border-right: 2px dotted #02abc8;
}
.merchant-process ul li{
	position: relative;
	list-style: none;
	line-height: 1.8;
	text-align: left;
}
.merchant-process ul li:before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/orange-tick-bg.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    left: -30px;
    top: 5px;
    bottom: 0;
    margin: auto;
}

/*Product slider*/
.prod-slider-sec .owl-stage-outer{
	padding-top: 3rem;
}
.prod-slider-sec h2{
	margin-bottom: -10px;
}
.prod-slider-sec .owl-item span{
	display: block;
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #fff;
}

/*Shop CSS*/
.category-layer .list-group:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ddd;
	right: 15px;
	z-index: 2;
}
.category-layer .list-group a{
	font-family: roboto;
	font-weight: 400;
}
.category-layer .list-group a:first-child{
	background-color: #3e8ac7;
	color: #fff;
	font-family: 'futuramedium';
}
.category-layer .list-group-item{
	border: 1px dashed rgba(0, 0, 0, 0.125);
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.category-layer .list-group-item.active{
	background-color: #e4eff7;
	color: #333;
}
.category-head h3{
	border-bottom: 1px solid #ddd;
}
.toggle-view .grid-select{
	background: url(../img/grid-icon-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dddd;
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
}
.toggle-view .grid-select.active{
	background: url(../img/grid-icon.png);
    background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #3e8ac7;
	box-shadow: 1px 1px 3px #3e8ac7;
}
.toggle-view .line-select{
	background: url(../img/ham-icon-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dddd;
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
}
.toggle-view .line-select.active{
	background: url(../img/ham-icon.png);
    background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #3e8ac7;
	box-shadow: 1px 1px 3px #3e8ac7;
}
.toggle-view span:hover{
	cursor: pointer;
}
.pdt-container{
	border: 1px solid #ddd;
	font-size: 14px;
}
.pdt-container:hover{
	box-shadow: 0px 1px 7px 2px #ddd;
}
.pdt-name{
	color: #3e8ac7;
}
.trans-btn {
    border: 1px solid #3e8ac7;
    width: 150px;
    text-align: center;
	margin: 0 auto;
	color: #3e8ac7;
	font-size: 14px;
}
.trans-btn:hover{
	border-color: #f15331;
	color: #f15331;
}
.orng-btn {
	background-color: #f15331;
    border: 1px solid #f15331;
    width: 150px;
    text-align: center;
	margin: 0 auto;
	font-size: 14px;
}
.orng-btn:hover{
	border: 1px solid #3e8ac7;
	background-color: #3e8ac7;
	color: #fff;
}
.price{
	font-size: 20px;
	font-weight: 700;
	color: #f05430;
}
.org-price-details .org-price{
	text-decoration: line-through;
}
.dis-price-details .dis-price{
	font-size: 20px;
	font-weight: 700;
	color: #f05430;
}
.category-sec.category-line .pdt-container .prdt-line-wrap{
	max-width: 75%;
}
.industry-bg {
    background-color: #fff;
    width: 75%;
    margin: 3.2rem auto 3rem;
}
.inner-header .industry-bg h1 {
    font-size: 2.5rem;
    text-align: center;
    color: #147ABF;
    font-family: 'futuramedium';
    margin-bottom: 20px;
}
.ir-header .industry-bg h1 span {
    background: none;
    font-size: 2.5rem;
    min-height: 0;
    padding: 0;
    font-family: 'futurabold';
}
.industry-bg h2 {
    font-size: 1.65rem;
    text-align: center;
    color: #7B64DC;
    margin-bottom: 30px;
    font-family: 'futuramedium';
}
.ind-o-bord{
	border: 10px solid #f26a21;
}
.ir-header .industry-bg h2 span{
 font-family: 'futurabold';
 background: none;
 font-size: 1.65rem;
    min-height: 0;
    padding: 0;
}
.videos-list {
    padding: 0 0 20px;
}
.industry-bg .test-vid-name {
    bottom: 0;
}
.pay-logos li {
    list-style: none;
    width: 25%;
    float: left;
    margin-top: 0;
	padding: 0 10px;
}
.pay-logos li img {
    padding: 5px 0;
}
.pay-logos ul {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
}

/*Dosti*/
.dosti-backset{
    background: #f15430;
    border: 1px solid #eee;
}
.dosti-img {
    background: #fff;
}
.karlo {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
	font-family: Roboto;
	font-style: italic;
    display: table;
    text-align: left;
    line-height: 1;
    margin: 0;
    height: 297px;
    vertical-align: middle;
	padding: 0 3.75rem;
	width: 100%;
}
.karlo span{
	display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    line-height: 30px;
}
.karlo span > span{
	float: right;
	padding: 0;
}
.karlo i{
	color: #2d2d2d;
}
.dosti-video video {
  padding: 50px;
  padding-bottom: 20px;
}
.dosti-video {
  width: 100%;
  text-align: center;
  border: 1px solid #f15430;
}
.dosti-video p {
  font-size: 48px;
  color: #07acc2;
  padding-bottom: 20px;
  font-family: Roboto;
}
.dosti-video p span {
  color: #ec6624;
  font-weight: 600;
}
.gap-row {
    margin-top: 30px;
}
.label-blue{
    background: #00acc8;
}
.label-org{
    background:#f26a21;
}
.label-purple{
    background: #7b64dc;
}
.label-green{
    background: #d6a00f;
}   
.label-content {
    padding: 30px 25px;
    border-radius: 3px;
    height: 360px;
}
.label-content p{
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
    font-family: roboto;
}

.msg-error {
    color: #e64141;
    font-size: 12px;
    display: block;
    width: 100%;
}


/*Scan Data page*/
.scan-header-bg{
	background: url(../img/scan-header-bg.jpg) no-repeat;
    background-position: center;
	background-size: cover;
    /* padding-top: 12rem; */
    margin-top: 148px;
}
.scan-inner-bg{
	background: url(../img/scan-inner-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.mins5{
	width: 90%;
	margin: 0 auto;
}
.mins5-title{
	color: #fff;
	font-size: 25px;
    font-family: futurabold;
}
.col-features{
	width: 90%;
	margin: -60px auto 0;
}
.col-features h4{
	margin-top: 0.5rem;
	font-family: futuramedium;
	font-size: 18px;
	line-height: 1.2;
}
.col-features h4 + span{
	color: #2070b8;
}
.col-features img{
	border-radius: 50%;
}
.start-earning{
	background-color: #f05231;
}
.start-earning p{
	font-family: futuramedium;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 0 1rem;
}
.start-earning p b{
	font-size: 20px;
	font-weight: 600;
	padding: 0 1rem;
}
.bg-grey-wrap {
    background-color: #f1f1f1;
    position: relative;
    margin: 2rem 0;
}
.scan-footer{
	padding-top: 6rem;
	padding-bottom: 3rem;
}
.scan-footer p{
	padding: 3rem 0 0;
}
.scan-footer p > a{
	font-family: futuraboldcond;
	font-size: 22px;
	color: #000;
}
.bg-grey-wrap img {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.scan-btn{
	background-color: #f05231;
	color: #fff;
	font-family: futuraboldcond;
	font-size: 50px;
	border-radius: 50px;
	padding: 0.25rem 1.5rem;
	display: inline-block;
	margin: 4rem auto 0;
	letter-spacing: 2px;
}

/*Agent page*/
.inner-header.agent-header{
	background: url(../img/agent-header.jpg) no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
}
.become-part{
	background: url(../img/agent-mid-bg.jpg) no-repeat;
	background-size: cover;
}
.become-part h2{
	font-size: 54px;
	color: #f15430;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 3px;
}
.become-part .sq-bg{
	min-height: 170px;
	padding: 10px;
}
.orangel-bg {
    background-image: linear-gradient(to bottom, #f5b720, #f5b720, #f29c22,#f08c23, #f08c23 );
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.green-bg {
    background-image: linear-gradient(to bottom, #87de87, #87de87, #75d176,#69c769, #69c769 );
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.become-part .sq-bg:hover > .sq-cont{
	opacity: 1;
}
.our-support h4{
	font-family: futuramedium;
	font-size: 20px;
}
.our-support .our-head{
	color: #f15430;
	font-size: 50px;
}
.support-list {
    cursor: pointer;
}
.support-list .support-anim p {
	opacity: 1;
    transition: all 0.4s ease-in 0.1s;
    font-size: 13px;
    border: 1px solid #bbb;
    padding: 10px;
    min-height: 175px;
	margin-top: 20px;
	color: #333;
}
.support-list:hover .support-anim p {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-in 0.1s;
}
.support-btn {
    margin-top: 20px;
    display: block;
}
.market-tool h5{
	font-family: futuralight;
	color: #000;
	font-size: 26px;
	line-height: 1;
}
.market-tool .mk-btn{
	height: 81px;
	vertical-align: middle;
    display: table-cell;
    width: 220px;
	border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.market-tool .overlay-wrap{
	position: relative;
	margin-top: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	display: table;
	z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.market-tool .overlay-wrap:hover{
	cursor: pointer;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.market-tool .overlay-wrap::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.market-tool .overlay-wrap:hover::before, .market-tool .overlay-wrap:focus::before, .market-tool .overlay-wrap:active::before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.market-tool .overlay-wrap.one{
	right: -100px;
}
.market-tool .overlay-wrap.two{
	right: -60px;
}
.market-tool .overlay-wrap.three{
	right: -100px;
}
.market-tool .overlay-wrap.fou{
	right: -100px;
}
.market-tool .overlay-wrap.five{
	left: -100px;
}
.market-tool .overlay-wrap.six{
	left: -60px;
}
.market-tool .overlay-wrap.seven{
	left: -100px;
}
.lb-bg {
	background: radial-gradient(at top left,#a1e6ff, #80ceeb);  
}
.lo-bg {
	background: radial-gradient(at top left,#fbc196, #f79e5d);  
}
.lp-bg {
	background: radial-gradient(at top left,#fe9dd1, #e354a1);  
}
.lg-bg {
	background: radial-gradient(at top left,#a3e5ca, #67b896);  
}
.lv-bg {
    background-image: radial-gradient(at top left,#d1aafd, #8852c5);  
}
.llg-bg {
	background: radial-gradient(at top left,#b5ed9c, #8ed059);  
}

.market-tool h5{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.market-tool .modal-header,
.market-tool .modal-title{
	display: inline-block;
	text-align: center;
}
.market-tool .lb-bg:hover h5,
.market-tool .lo-bg:hover h5,
.market-tool .lp-bg:hover h5,
.market-tool .lg-bg:hover h5,
.market-tool .lv-bg:hover h5,
.market-tool .llg-bg:hover h5{
    color: #fff;
}
.market-tool .lb-bg:hover {
	background: radial-gradient(at top left, #80ceeb, #a1e6ff);   
}
.market-tool .lo-bg:hover {
	background: radial-gradient(at top left, #f79e5d, #fbc196);  
}
.market-tool .lp-bg:hover {
	background: radial-gradient(at top left, #e354a1, #fe9dd1);  
}
.market-tool .lg-bg:hover {
	background: radial-gradient(at top left, #67b896, #a3e5ca);  
}
.market-tool .lv-bg:hover {
	background: radial-gradient(at top left, #8852c5, #d1aafd);  
}
.market-tool .llg-bg:hover {
	background: radial-gradient(at top left, #8ed059, #b5ed9c);  
}
.mkt-wrap-img{
	position: relative;
}
.mkt-mid{
	width: 320px;
	height: 320px;
	border: 2px solid #2d2d2d;
	border-radius: 50%;
}
.agent-form h4{
	color: #d8a621;
	font-size: 30px;
	margin: 2rem 0;
}
.agent-form h4 span{
	color: #7b64dc;
}
.agent-form h5{
	font-size: 30px;
	color: #ff6000;
	margin: 2rem 0;
}
.agent-form input{
	border-radius: 3px;
	height: 38px;
}
.agent-form .agent-btn{
	width: 100%;
	padding: 10px 20px;
	background-color: #ff6000;
	border: none;
}
.agent-form .agent-btn:hover{
	background-color: #0062cc;
	border: none;
}
.agent-form .contact-btn{
	height: 58px;
}
.popover{
	border: 1px solid #ff6000;
	width: 360px;
	z-index: 4;
}
.popover-header{
	text-align: center;
	background-color: #ff6000;
	border-bottom: 1px solid #ff6000;
	color: #fff;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
	border-left-color: rgba(255, 0, 0, 1);
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: rgba(255, 0, 0, 1) !important;
}
.popover-body .social-icons ul{
	padding-left: 0;
}
.step {
    margin-bottom: 2.5rem;
}
.step-no{
	position: relative;
	font-size: 28px;
    color: #36454f;
    border: 1px solid #36454f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Roboto;
    padding: 0.5rem 0;
    font-weight: 600;
}
.steps .media-body{
	padding: 0.25rem 1rem;
}
.steps .media-body p{
	font-size: 18px;
	margin-bottom: 0;
}
.step.bord .step-no:before{
	content: "";
    display: block;
    position: absolute;
    top: -75%;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #36454f;
    height: 40px;
}
.step.bord .step-no:after{
	content: "";
    display: block;
    position: absolute;
    bottom: -70%;
    left: 50%;
    border-left: 2px dotted #36454f;
    height: 40px;
}
.agent-form .input-group {
	margin-bottom: 1.75rem !important;
}
.agent-form .form-group .input-group {
	margin-bottom: 0 !important;
}
.agent-form .input-group-text{
	background: transparent;
	width: 48px;
    min-height: 36px;
	line-height: 1.5;
	border-radius: 3px;
}
.get-ro-text{
	color: #ff6000;
	font-size: 22px;
	margin-top: 1rem;
}

.elemts-check{display:none; visibility:hidden;}
.elemts-check .weburl{display:none; visibility:hidden;}

/*Sticky servies*/
.sti-services-wrap p{
	position: fixed;
    left: 0;
    top: 50vh;
    z-index: 0;
    transition: 0.3s;
}
.sti-services {
	position: fixed;
    left: -300px;
    top: 40vh;	
    transition: 0.5s;
	    z-index: 1;
}
.sti-services-wrap p {
    background: #276fb7;
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
	transform: rotate(-90deg);
	margin-left: -45px;
	margin-bottom:0;
	z-index: 10;
}
.sti-services-wrap.store-wrap p{
	left: -100px;
}
.sti-services-wrap:hover > p{
	left: -45px;
}
.sti-services-wrap:hover .sti-services{
	left: 0;
}

.sti-services ul {
    padding-left: 0;
}
.stick .sti-services ul {
    top: auto;
    bottom: 50px !important;
}
.sti-services li {
    list-style: none;
}
.sti-services li.sticky-serv {
	margin-bottom: 2px;
    position: relative;
    display: block;
}
.sti-services li.sticky-serv:first-child{
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sti-services li.sticky-serv:last-child{
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	border-right: 0;
}
.sti-services li a {
    display: table-cell;
    font-size: 13px;
    font-weight: 600;
    transition: 0.4s;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    width: 130px;
    height: 50px;
    position: relative;
    width: 110px;
    position: relative;
    background: #fff;
    vertical-align: middle;
}
.sti-services li a:before{
	 content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.2)
}
.sti-services li a:hover {
	padding-left: 20px;
}
.sti-services li:nth-child(1) a{
	color: #158498;
}
.sti-services li:nth-child(2) a{
	color: #f46a22;
}
.sti-services li:nth-child(3) a{
	color: #523bad;
}
.sti-services li:nth-child(4) a{
	color: #cf13a6;
}

/*Verticals page styles*/
.inner-header.product-header.pos.vertical-bg{
	background-image: url(../img/verticals-bg.jpg);
	min-height: 603px;
	background-size: 100%;
}
.vert-list-cont {
    position: relative;
}
.violetv-bg{
	background-color: #7e67dc;
}
.orangev-bg{
	background-color: #f3702a;
}
.aquav-bg{
	background-color: #05afc9;
}
.yellowv-bg{
	background-color: #d7a417;
}
.vert-list-head{
	color: #fff;
    display: inline-block;
    padding: 0.5rem 2rem !important;
}
.vert-list-head h4{
	font-size: 1.2rem;
}
.vert-list ul li{
	color: #fff;
	line-height: 1.8;
}
.vert-list-cont .media-body:after {
	content: '';
    display: block;
    height: 20px;
    position: absolute;
    background: #fff;
    width: 230px;
    transform: rotate(60deg);
    right: -7%;
    top: 27%;
}
.plyr__control--overlaid{
    padding: 25px !important;
}
.plyr__poster{
	background-position: unset !important;
}
video{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid{
	background: transparent !important;
}
.plyr__control--overlaid{
	box-shadow: none !important;
}
.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume,
.plyr__controls .plyr__menu+.plyr__control, .plyr__controls .plyr__progress+.plyr__control, .plyr__controls>.plyr__control+.plyr__control, .plyr__controls>.plyr__control+.plyr__menu{
	display: none;
	opacity: 0;
}
.plyr--video .plyr__controls{
    right: 1%;
    left: auto;
	bottom: 40%;
	background: transparent;
	box-shadow: none;
}
.plyr--video.plyr--hide-controls .plyr__controls{
	opacity: 1;
	transform: none;
}

/*Sitemap*/
.wrap-block h5{
	color: #fff;
	background:#f15430;
	margin-bottom: 0;
}
.wrap-block ul{
	background: #f1f1f1;
	padding: 1rem 1rem 1rem 1rem;
}
.wrap-block ul li{
	list-style: none;
	padding: 5px 0;
}
.wrap-block ul li a{
	color: #333;
}
.wrap-block.products li:nth-child(1),
.wrap-block.products li:nth-child(2){
	list-style: disc;
	padding-left: 0rem;
}
.wrap-block.products ul{
	padding-left: 2rem;
}
.wrap-block.products ul li{
	padding-left: 1.5rem;
}
.wrap-block.products li:nth-child(2) h6{
	color: #333;
}
.owl-carousel .owl-item img {
    border: 1px solid rgba(0,0,0,0.6);
}
.uw-w-header,
.uw-w-branding{
	background-color: #f7f7f7 !important;
}



/*Food ordering*/
.text-wrap-left,
.text-wrap-right{
	position: relative;
}

.text-wrap-left p,
.text-wrap-right p{
	position: absolute;
	font-size: 18px;
	width: 75%;
    text-align: left;
}
p.para-1 {
    top: 21em;
    left: 3rem;
}
p.para-2 {
    top: 49em;
    left: 3rem;
}
p.para-3 {
    top: 77em;
    left: 3rem;
}
p.para-4 {
    top: 35em;
    left: 4.5rem;
}
p.para-5 {
    top: 63em;
    left: 4.5rem;
}
p.para-6 {
    top: 91em;
    left: 4.5rem;
}
.exams-tony img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #f15430;
}

.exams-tony .col-sm-3 {
    background-image: linear-gradient(to bottom, #f58120, #f4771f, #f36c20, #f26221, #f05623);
    max-width: calc(100%/4 - 20px);
    margin: 20px 10px;
    padding: 15px;
}
.exams-tony .exams-tony-box p {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}
.exams-tony .col-sm-3:nth-child(odd) {
    background-image: linear-gradient(to bottom, #52c6d8, #45c0d4, #37b9d0, #25b3cd, #04adc9);
}
.exams-tony-title h2{
	font-weight: 700;
}
.exams-tony-title {
    padding-bottom: 20px;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(47, 122, 189, 0.95);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #return-to-top svg {
	fill: #fff;
	margin: 0;
	height: 20px;
	position: relative;
	left: 16px;
    top: 11px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #return-to-top:hover {
	background: rgba(241, 83, 48, 0.94);
  }
  #return-to-top:hover i {
	color: #fff;
	top: 5px;
  }

    .search_result h4.news-title {
        padding: 30px 15px;
    }
    .search_result .col-md-4 {
        margin-bottom: 30px;
        border: none;
    }
    .search_result .col-md-4 h2 a {
        color: #535353;
        font-size: 25px;
    }
    .search_result .col-md-4 .search-img {
        padding-bottom: 15px;
    }
    .search_result .col-md-4 h2 a:hover {
        color: #1e71b7;
    }
    .inner-box {
        display: flex;
        height: 100%;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 5px;
        flex-direction: column;
    }
    .search_result h4.news-title {
        padding: 30px 0px 10px 0px;
        font-size: 30px;
        font-weight: 200;
        color: #1c7dc1;
    }

    .terms-of-use h1 {
        width: 100%;
        display: flex;
        padding: 30px 0px 10px 0px;
    }
    .simple-sitemap-container ul.simple-sitemap-page {
        list-style: none;
        background: #f1f1f1;
        padding: 1rem 1rem 1rem 1rem;
        margin: 0;
    }
    .simple-sitemap-container ul li.sitemap-item {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .simple-sitemap-container ul li.sitemap-item a{
        color: #333;
        text-decoration: none;
    }
    .error404 section.terms-of-use {
        text-align: center;
    }
    .error404 h1.entry-title {
        justify-content: center;
    }
    .error404 form.search-form label input.search-field {
        border: 1px solid #d6d6d6;
        font-size: 14px;
        padding: 4px 8px;
    }
    .error404 form.search-form input.search-submit {
        background-color: #e94c3a;
        border: 1px solid #e94c3a;
        color: #ffffff;
        padding: 3px 10px;
        border-radius: 2px;
    }
    .error404 span.screen-reader-text {
        font-size: 14px;
        font-weight: 400;
    }

    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%;
        color: #323232;
        background-color: #284fa1;
        border-radius: 5px;
        padding: 24px;
        font: 16px "Helvetica Neue", Arial, sans-serif;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        border: none;
        max-width: 620px !important;
    }
    .pum-theme-330 .pum-title, .pum-theme-lightbox .pum-title {
        color: #ffffff;
        text-align: left;
        text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
        font-family: inherit;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }
    .mc4wp-form-fields p input[type="submit"] {
        display: block;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        padding: 16px;
        background-color: #e94c3a;
        border: 1px solid #e94c3a;
        color: #ffffff;
        box-shadow: none;
        border-radius: 3px;
        text-transform: none;
    }
    .mc4wp-form-fields p label {
        width: 100%;
        color: #fff;
        padding-top: 15px;
        font-weight: 600;
    }
    .mc4wp-form-fields p label input[type="email"] {
        width: 100%;
        height: 46px;
        padding: 10px 15px;
        border: 1px solid #b0b6bb;
        background-color: #ffffff;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.5;
        font-family: "Helvetica Neue", Arial, sans-serif;
        color: #323232;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        margin-top: 10px;
    }
    .pum-theme-330 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
        position: absolute;
        height: 26px;
        width: 26px;
        left: auto;
        right: 7px;
        bottom: auto;
        top: 6px;
    }
    .navbar-toggler {
        padding: 1px 5px;
        font-size: 1.05rem;
        margin: 5px;
    }

    .search-results .upcoming-events.search_result {
        margin: 0px !important;
        padding: 0px !important;
        border: none;
    }
    .page-template-index-ap_event .upcoming-events {
        border: none;
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        display: inline-block;
    }

    /* new css */

    .cmp-hero {
        box-sizing: border-box;
        max-height: 2000px;
        position: relative;
        color: #fff;
        background-size: cover;
        background-position: 50%;
        height: calc(100vh - 90px);
        min-height: 480px;
    }
    .cmp-hero__media-container {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 2000px;
        height: calc(100vh - 90px);
        min-height: 480px;
        width: 100%;
    }
    .cmp-hero .cmp-hero__media-container video {
        object-fit: cover;
        min-height: 100%;
        height: auto;
        width: 100%;
        position: absolute;
    }
    .cmp-hero .cmp-hero__content-wrapper {
        position: relative;
        z-index: 1;
        width: 1440px;
        max-width: 1440px !important;
        margin: 0 auto;
    }
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content {
        box-sizing: border-box;
        top: auto;
        position: relative;
        margin: 0;
        padding: 1rem 0 5rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        height: calc(100vh - 90px);
        max-height: 2000px;
        min-height: calc(480px - 5rem);
        max-width: 600px;
    }
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content .cmp-hero__title {
        width: 100%;
        font-weight: 800;
        padding: 0;
        margin: 0 0 .5rem;
        font-size: 2.75rem;
        line-height: 5rem;
        text-decoration: none;
        position: relative;
        margin-bottom: 64px !important;
    }
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content .cmp-hero__description p {
        font-weight: 400;
        line-height: 1.55555;
        font-size: 1.125rem;
        padding: 0;
        margin: 0 0 1rem;
    }
    .cmp-hero__content-wrapper .cmp-hero__content .cmp-button .cmp-button__action, .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content .cmp-button .cmp-teaser__action-link {
        height: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border: 2px solid #2c9912;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-family: Open Sans;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background: #54b948;
        transform-origin: left;
        box-shadow: 0 0 0 transparent;
        transform: scale(1);
        -webkit-transition: all .4s cubic-bezier(.68,-.55,.265,1.55) 20ms;
        -o-transition: all .4s cubic-bezier(.68,-.55,.265,1.55) 20ms;
        transition: all .4s cubic-bezier(.68,-.55,.265,1.55) 20ms;
    }


    /* Blog css */

    .show_all_blogs {
        width: 100%;
        display: inline-block;
    }
    .show_all_blogs ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .show_all_blogs ul li {
        margin-bottom: 30px;
    }
    .blog-img-area {
        position: relative;
        margin-bottom: 20px;
    }
    .blog-img-area a img {
        width: 100%;
        height: auto;
    }
    .blog-img-area .tags {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .blog-img-area .tags a {
        background-color: #f88c00;
        color: #fff;
        font-size: 12px;
        padding: 3px 6px 5px 6px;
        display: inline-block;
        margin: 3px;
        line-height: 17px;
    }
    .blog-img-area .tags a:hover{
        background-color: #fff;
        color: #f88c00;
    }
    .blog-content-bottom h3 {
        font-size: 26px;
        line-height: 28px;
        font-weight: 700;
        color: #000;
    }
    .blog-content-bottom h3 a {
        color: #333;
    }
    .blog-content-bottom h3 a:hover {
        color: #f88c00;
    }
    .read_more a {
        position: relative;
        text-transform: uppercase;
        padding: 4px 17px;
        display: inline-block;
        font-size: 13px;
        line-height: 28px;
        letter-spacing: .4px;
        font-weight: 400;
        font-family: Open Sans;
        border: 1px solid #f88c00;
        color: #f88c00;
    }
    .read_more a:hover {
        background: #f88c00;
        color: #fff;
    }
    .sidebar-blog ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
    }
    .sidebar-blog ul li#recent-posts-2{
        margin: 0px 0px 25px;
    }
    .sidebar-blog ul li ul li{
        margin-bottom: 15px;
    }
    .sidebar-blog ul li ul li a {
        display: block;
    }
    .sidebar-blog li.widget_categories ul li {
        display: flex;
        justify-content: space-between;
    }

    h3.widget-title {
        margin-bottom: 15px;
        color: #333;
        text-align: left;
        text-transform: capitalize;
        font-size: 24px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 700;
        position: relative;
        padding-bottom: 10px;
    }
    h3.widget-title:after, #relatedposts h3.title:after, #comments h3.comments-title:after, #respond h3#reply-title:after {
        display: block;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        right: 0;
        left: 0;
        height: 2px;
        content: "";
        background-color: #ddd;
    }
    .sidebar-blog h3.widget-title:before,  h3.widget-title:before, #relatedposts h3.title:before, #comments h3.comments-title:before, 
    #respond h3#reply-title:before{
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0;
        left: 0;
        height: 2px;
        content: "";
        background-color: #f88c00;
        width: 116px;
    }
    .sidebar-blog .rpwe-block h3.rpwe-title {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 18px;
        color: #333;
    }
    .sidebar-blog .rpwe-block h3.rpwe-title a{
        color: #333;
    }
    .sidebar-blog .rpwe-block h3.rpwe-title a:hover{
        color: #f88c00;
    }
    .sidebar-blog .rpwe-time {
        color: #404040;
        font-size: 13px;
    }
    .sidebar-blog li.widget_categories ul li.cat-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #eaeaea;
        font-size: 13px;
        line-height: 36px;
        margin-bottom: 0px;
    }
    .sidebar-blog li.widget_categories ul li.cat-item:hover{
        border-bottom: 1px solid #f88c00;
    }
    .sidebar-blog li.widget_categories ul li.cat-item a {
        color: #181818;
        line-height: 2.2;
        padding-left: 5px;
        font-family: Roboto;
        display: block;
        position: relative;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding: 5px 0;
        font-size: 13px;
    }
    .sidebar-blog li.widget_categories ul li.cat-item:hover a{
        color: #f88c00;
    }
    .blog-content-bottom p.entry-date {
        font-size: 13px;
        color: #404040;
        margin-bottom: 10px;
    }

    .show_all_blogs .wp-pagenavi{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .show_all_blogs .wp-pagenavi span, .show_all_blogs .wp-pagenavi a{
        text-align: center;
        min-width: 30px;
        margin: 2px 3px;
        color: #6d6d6d;
        border-color: #bfbfbf;
    }
    .show_all_blogs .wp-pagenavi span.pages {
        border: none;
        font-size: 14px;
        color: #404040;
        line-height: 25px;
    }
    .show_all_blogs .wp-pagenavi span.current {
        font-weight: bold;
        border-color: #f15431;
        color: #f15431;
    }
    .categoryPost_li{
        margin-bottom: 30px;
    }

    /* Blog css End*/
    .related-posts {
        padding: 30px 0px;
    }
    .related-posts .owl-carousel .owl-nav.disabled, .related-posts .owl-carousel .owl-nav {
        border-bottom: none;
        width: 71px;
    }
    .related-posts .owl-carousel{
        margin-left: 0px;
        padding: 0px;
        list-style: none;
    }
    .entry-content ul, .entry-content ol {
        margin-left: 20px;
        padding-left: 0px;
    } 
    .entry-content ul li, .entry-content ol li{
        margin-bottom: 10px;
    }
    .entry-content b, .entry-content strong{
        font-weight: bold;
    } 
    .entry-content a{
        color: #f88c00;
    }
    .entry-content a u {
        text-decoration: none;
    }
    .relatedcontent {
        font-size: 13px;
    }
    .relatedcontent h3 {
        font-size: 17px;
        margin-top: 10px;
    }
    .relatedcontent h3 a {
        color: #333;
    }

    form#commentform {
        display: flex;
        flex-wrap: wrap;
        background-color: #e6e6e6;
        padding: 20px 10px 15px 10px;
    }
    form#commentform p {
        display: flex;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    form#commentform p.comment-notes {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        font-size: 13px;
        color: #8e8e8e;
    }
    form#commentform p.comment-notes span#email-notes {
        flex: 0 100%;
    }
    form#commentform p.comment-form-author {
        display: flex;
        padding: 0px 10px;
        flex: 1;
        flex-direction: column;
    }
    form#commentform p.comment-form-comment {
        order: 5;
        flex: 0 100%;
        flex-direction: column;
    }
    form#commentform p.comment-form-email {
        display: flex;
        padding: 0px 10px;
        flex: 1;
        flex-direction: column;
    }
    form#commentform p.comment-form-url {
        display: flex;
        flex: 1;
        flex-direction: column;
    }
    form#commentform p.comment-form-cookies-consent {
        order: 6;
        flex: 0 100%;
        align-items: center;
        margin-top: 8px;
    }
    form#commentform p.form-submit {
        order: 7;
        flex: 0 100%;
    }
    form#commentform input {
        border: none;
        padding: 6px 10px;
        font-size: 14px;
        color: #868686;
    }
    form#commentform label {
        display: inline-block;
        margin-bottom: 3px;
        font-weight: 600;
        font-size: 15px;
    }
    form#commentform textarea#comment {
        border: none;
        height: 100px;
        resize: none;
        padding: 15px;
    }
    form#commentform p.comment-form-cookies-consent input{
        margin-right: 8px;
    }
    form#commentform p.form-submit input#submit {
        background-color: #535353;
        border-radius: 3px;
        margin-top: 5px;
        font-weight: 500;
        color: #fff;
    }

    .blog-content-left footer.footer {
        width: 100%;
        display: flex;
        padding-top: 15px;
    }
    .blog-content-left footer.footer nav.navigation, .blog-content-left nav.navigation {
        flex-flow: row wrap;
        width: 100%;
        padding: 15px;
        border: 1px solid #d6d6d6;
        margin-bottom: 15px;
    }
    .blog-content-left footer.footer nav.navigation .nav-links, .blog-content-left nav.navigation .nav-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .blog-content-left footer.footer nav.navigation .nav-links a, .blog-content-left nav.navigation .nav-links a {
        background-color: #737373;
        padding: 3px 5px;
        color: #fff;
        line-height: 21px;
        height: auto;
        font-size: 12px;
        display: flex;
        border-radius: 2px;
    }
    .blog-content-left footer.footer nav.navigation .nav-links a:hover, .blog-content-left nav.navigation .nav-links a:hover{
        background-color: #f15430;
    }
    .category_post_blogs header {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }
    .category_post_blogs header h1 {
        font-size: 31px;
        font-weight: 600;
    }
    .blog-content-left header h1 {
        font-size: 31px;
        font-weight: 600;
    }
    .blog-content-left header .entry-meta {
        font-size: 14px;
    }
    .category_post_blogs header span.entry-date {
        font-size: 14px;
    }
    .blog-content-left header, #relatedposts h3.title, #comments h3.comments-title, #respond h3#reply-title{
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
        margin-bottom: 1.5rem !important;
    }

    ul#relatedPost .owl-nav {
        height: 30px;
        top: -62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul#relatedPost .owl-nav button {
        height: 30px;
        display: flex;
        line-height: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    ul#relatedPost .owl-nav button span {
        display: flex;
        height: 100%;
    }
    #relatedposts h3.title, #comments h3.comments-title, #respond h3#reply-title{
        position: relative;
        border-bottom: none;
    }
    .single_tags a {
        background-color: #f88c00;
        color: #fff;
        font-size: 12px;
        padding: 5px 6px 5px 6px;
        display: inline-block;
        margin: 3px;
        line-height: 17px;
    }
    .single_tags a:hover{
        background-color: #7d7d7d;
    }
    footer.entry-footer .tag-links {
        display: none;
    }
    div#comments ul {
        border: 1px solid #d6d6d6;
        padding: 15px;
        list-style: none;
    }
    div#comments ul li a {
        color: #f15430;
        font-weight: 500;
    }
    div#comments .reply {
        text-align: right;
    }
    div#comments ul .comment-author.vcard {
        display: inline-block;
    }
    div#comments em.comment-awaiting-moderation {
        display: none;
    }
    div#comments ul .comment-meta.commentmetadata {
        display: inline-block;
        padding-left: 20px;
    }
    div#comments ul .comment-meta.commentmetadata a {
        font-size: 13px;
    }
    div#comments ul .comment-author.vcard cite.fn a.url {
        color: #363636;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
    }
    div#comments ul .comment-author.vcard cite.fn a.url:hover{
        color: #f15430;
    }
    div#comments ul .comment-body p {
        padding: 20px 0px 0px 45px;
    }
    div#comments ul .comment-author.vcard cite.fn {
        padding-left: 10px;
    }
    span.says {
        display: none;
    }
    div#comments ul.children {
        margin-top: 10px;
        padding: 0px;
        border: none;
    }
    div#comments ul.children div.comment-body {
        padding: 15px;
        background-color: #fbfbfb;
        border: 1px solid #f3f3f3;
        margin-bottom: 10px;
    }
    #respond h3#reply-title small {
        font-size: 16px;
        float: right;
        padding: 14px 0px;
    }
    div#comments ul .comment-body br {
        display: none;
    }
    .blog-content-left footer.footer nav.navigation h2.screen-reader-text, .blog-content-left nav.navigation h2.screen-reader-text {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        color: #c6c6c6;
    }
    .blog-content-left .saboxplugin-wrap {
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #relatedposts .owl-carousel .owl-item img{
        width: 100%;
        height: auto;
        min-height: 94px;
    }

    .blog-content-left .saboxplugin-wrap .saboxplugin-gravatar {
        display: none;
    }
    .blog-content-left .saboxplugin-wrap .saboxplugin-authorname {
        display: none;
    }
    .blog-content-left .saboxplugin-wrap .saboxplugin-desc {
        display: none;
    }
    .blog-content-left .saboxplugin-wrap .saboxplugin-socials{
        border: none;
    }


@media (max-width: 1640px) and (min-width: 769px){
    /* new css */
    .cmp-hero .cmp-hero__content-wrapper {
        max-width: 88% !important;
    }      
}
@media (max-width:1199px){
    .navbar-nav .nav-item .nav-link {
        padding: 1rem 8px;
    }
    .search-results .breadcrumbs {margin-top: 148px;} 
    .inner-header.product-header.pos img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 991px){
    /* new css */
    .cmp-hero {
        min-height: 678px;
    }
    .cmp-hero__media-container {
        min-height: 678px;
    }
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content {
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        max-width: 600px;
    }
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content .cmp-hero__title {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }
}
@media (max-width:991px){
    .navbar .navbar-collapse{
        position: relative;
        overflow: hidden;
        height: 0px;
    }
    .navbar .navbar-collapse.in {
        height: auto;
    }
    .alberta-search{
        width: 100%;
        margin-bottom: 15px;
    }
    .search-results .breadcrumbs {
        margin-top: 136px;
    }
    .growth-img img {
        width: 100%;
        height: auto;
    }
    #relatedposts .owl-carousel .owl-item img{
        min-height: 79px;
    }
}
@media (max-width: 768px){
	.exams-tony .col-sm-3{
		max-width: calc(100%/1 - 20px);
		 margin: 10px 10px;
	}	
    .page-template-template-our_values .carousel-item img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px){
    .search-results .breadcrumbs {
        margin-top: 0;
    }
    .breadcrumbs.news-events {
        margin-top: 0px;
    }
    .event-slider{
        margin-bottom: 15px;
    }
}
@media (max-width: 480px){
    /* new css */
    .cmp-hero .cmp-hero__content-wrapper {
        max-width: calc(97% - 40px) !important;
        width: calc(97% - 40px) !important;
    } 
    .cmp-hero .cmp-hero__content-wrapper .cmp-hero__content {
        padding: 5rem 0 2rem;
        max-width: 340px;
    }
}