/******************************************** General **********************************************************/

body{
	font-family: 'Raleway';
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

h3{
	font-size: 30px;
}

h4{}

h5{
	font-size: 18px;
}

h6{
	font-size: 15px;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.nvp75{
	padding-top: 75px;
	padding-bottom: 75px;
}

.first-section{
	padding-top: 10px;
	padding-bottom: 75px;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f26922;
	border: 2px solid #f26922;
	border-radius: 25px;
	padding: 8px 19px;
	line-height: 1;
}

.btn.btn-default.btn-black{
	background-color: #212121;
	border-color: #212121;
}


.wpcf7-submit::after{
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	display: inline-block;
	padding: 0 0 0 10px;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: #fff;
	border: 2px solid #f26922;
	color: #f26922;
}

.btn.btn-default.btn-black:hover{
	background-color: #fff;
	border-color: #212121;
	color: #212121;
}


/******************************************** Owl Carousel **********************************************************/

.ncarousel.owl-carousel{
	padding: 0 45px;
}

.owl-nav > button{
	height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#content .owl-carousel .owl-item img{
	width: auto;
	margin: auto;
}

.owl-carousel .owl-nav [class*=owl-]{
	font-size: 50px!important;
    border-radius: 0;
    color: #dfdfdf;
    width: 50px;
    height: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
    color: #dfdfdf!important;
}

.owl-nav .owl-prev{
	left: 0;
	/*margin-left: -40px;*/
}

.owl-nav .owl-next{
	right: 0;
	/*margin-right: -40px;*/
}

.cat-list.owl-carousel-award .post-content-wrapper{
	padding: 15px;
}

body:not(.home) .content > section:first-child{
	padding-top: 35px;
	padding-bottom: 75px;
}


/******************************************** Banner **********************************************************/

.page-featured-banner {
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #fff;
}

.page-featured-banner .container{
	position: relative;
    min-height: 416px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.featured-banner-wrapper{
    color: #fff;
    width: 100%;
    margin-bottom: 80px;
    font-size: 18px;
}

.banner-desc{
	width: 810px;
	max-width: 100%;
	margin: auto;
	font-weight: lighter;
}

.page-featured-banner h1,
.page-featured-banner h2{
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 0;
}

.page-featured-banner.banner-color-blue h1,
.page-featured-banner.banner-color-blue h2{
	color: #009cdf;
}

.page-featured-banner.banner-color-blue .featured-banner-wrapper{
	color: #696969;
}


/******************************************** Head **********************************************************/

.site-header{
	padding: 21px 0;
}

.navbar-collapse.collapse{
	clear: none;
	font-size: 13px;
}

.navbar-nav>li{
	margin: 0;
	padding: 8px 12px 2px;
}

.navbar-nav>li:after{}


.navbar-nav>li>a{
	font-weight: 600;
	text-transform: capitalize;
	color: #4c4c4c;
	padding: 0 0 ;
    line-height: 1;
}

.navbar-nav>li:last-child{
	padding: 8px 0px 2px 12px
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a{
	color: #f4792a;
	background: transparent;
}

.dropdown-menu{
	font-size: 13px;
	background-color: #fff;
}

.navbar-nav>li>.dropdown-menu li{
	margin-bottom: 0;
}

.dropdown-menu>li>a{
	padding: 9px 20px;
	color: #444444;
	font-weight: 600;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color: #f06422;
	background-color: #fff;
}



.header-right-area{}

.header-right-area > div{
	display: inline-block;
	vertical-align: top;
}

.top-contact{
	margin: 0;
}

.top-contact li{
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

.top-contact li a{
	color: #b4b4b4;
}

.top-contact li a:hover{
	color: #009cdf;
}

/*.top-contact li:last-child{
	padding: 0 0 0 10px;
}*/

.header-right-area .widget_search{
	padding: 0 0 0 5px;
}

.search-form{
	width: 20px;
	padding: 0;
	margin: 0;
}

.search-form label{
	margin: 0;
	background: url('/wp-content/uploads/2019/06/icon-search-hover.png')no-repeat center;
	cursor: pointer;
	width: 20px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.search-form label:hover{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.search-form input[type="search"]{
	box-sizing: border-box;
	max-width: 100%;
	border: 0;
	visibility: hidden;
	padding: 0;
}

.search-form input[type="search"]:focus{
	outline: none;
}

.search-submit{
	display: none;
}

/******************************************** Footer **********************************************************/

#footer{
	background: #2a2a2a;
}

#footer .footer-inner{
	padding-top: 55px;
    padding-bottom: 55px;
}

#footer .widgettitle{
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 30px;
}

#footer .widgettitle:after{
	display: none;
}

#footer li{
	margin: 0 0 5px;
}

.footer-widget a{
	color: #fff;
}

.footer-widget a:hover{
	color: #009cdf;
}

.footer-first .widget_media_image{
	margin: 0 0 50px;
}

.footer-call{
	font-size: 30px;
}

.footer-first .wpcf7{
	max-width: 400px;
}

.social-icons li a{
	padding: 0px 0px;
}

.social-icons li a[href*="facebook.com"] i:before{
	content: '\f39e';
}

.footer-four .widget_media_image{
	margin: 50px 0 0 ;
}


#colophon{
	color: #8e8e8e;
    background: transparent;
    font-size: 12px;
}

#copyright{}


#full-screen-search #full-screen-search-container{
	display: none;
}

#full-screen-search.open #full-screen-search-container{
	display: block;
}

#floating-widget li{
	display: block;
    margin: 0 0 5px;
}

#floating-widget li > a{
	color: #fff;
    padding: 4.5px 0px;
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #3c4048;
    border-radius: 50%;
}

#floating-widget li.floating-facebook > a{
	background-color: #3b5998;
}

#floating-widget li.floating-insta > a{
	background-color: #bc2a8d;
}

#floating-widget li.floating-whatsapp > a{
	background-color: #65bc54;
}

#floating-widget li.floating-call > a{
	background-color: #bb7000;
}

#floating-widget li.floating-website > a{
	background-color: #fdb372;
}

#floating-widget li > a:hover,
#floating-widget li > a:focus{
	background-color: #d82429!important;
	color: #fff;
}

#floating-widget li a .fa{
	vertical-align: middle;
}

/******************************************** Home  **********************************************************/

.selling-point-wrapper > .wpb_column{
	min-height: 300px;
}

.selling-point-wrapper .wpb_single_image .vc_single_image-wrapper img{
	-webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.selling-point-wrapper.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
	-moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.selling-point-wrapper.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner:hover{
	background: #75d1f8!important
}



.home-section-2{
	margin-top: -135px;
}

.home-solution-link{
	background-color: #28abe4;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    margin: -10px auto 0;
    padding: 5px 0;
    border-radius: 50%;
}

.home-solution-link:hover{
	background-color: #000;
}


.home-section-3 .inner-nbox{
	position: relative;
}

.home-section-3 .inner-nbox a{
	color: #fff;
}

.home-section-3 .inner-nbox .img-wrapper{
	overflow: hidden;
}

.home-section-3 .inner-nbox .img-wrapper img{
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   	transition: all 0.5s ease-in-out;
   	width: 100%;
}

.home-section-3 .inner-nbox a:hover .img-wrapper img{
	transform: scale(1.05);
}

.home-section-3 .contain-wrapper{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   	transition: all 0.5s ease-in-out;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-transform: uppercase;
    text-align: right;
    padding: 20px 25px;
}

.home-section-3 .inner-nbox a:hover .contain-wrapper{
	height: 100%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-section-3 .contain-wrapper .npost-content{}


.counting-number,
.counting-number-symbol{
	color: #fff;
	font-size: 80px;
	font-weight: lighter;
}

.home-section-4 h5{
	color: #fff;
}

.home-section-5:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	display: block;
}


.testimonial-content{
	position: relative;
	font-size: 25px;
	line-height: 1.2;
    padding: 0 100px;
    margin: 30px auto 0;
    max-width: 945px;
    width: 100%;
}

.testimonial-content i{
	font-size: 60px;
    color: #c7eafb;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
}

/******************************************** About **********************************************************/

/*.about-section-2 .nrow-2 .vc_column-inner,
.about-section-2 .nrow-3 .vc_column-inner{
	background-color: #fff;
	padding: 15px;
}*/

.about-section-2 .nrow-2,
.about-section-2 .nrow-3{
	/*text-align: left;*/
}

.about-section-2 .nrow-2 .wpb_column h5,
.about-section-2 .nrow-3 .wpb_column h5{
	/*background: #f4792a;*/
    padding: 0 15px;
    /*color: #fff;*/
}

.about-section-2 .nrow-2 .wpb_content_element{
	display: inline-block;
	width: 31%;
	vertical-align: top;
}

.about-section-2 .nrow-2 .wpb_content_element .wpb_wrapper{
	padding: 5px;
}

.about-section-2 .nrow-2 .wpb_content_element .wpb_wrapper p{
	padding: 0 15px 15px;
}

/*.about-section-2 .nrow-2 .wpb_content_element:nth-child(2) h5{
	background: #cd5c5c;
}

.about-section-2 .nrow-2 .wpb_content_element:nth-child(3) h5{
	background: #8fbc8f;
}

.about-section-2 .nrow-2 .wpb_content_element:nth-child(4) h5{
	background: #9370db;
}

.about-section-2 .nrow-2 .wpb_content_element:nth-child(5) h5{
	background: #ffb6c1;
}*/

.about-section-3 h3{
	color: #fff;
    font-weight: 400;
}

/******************************************** Solution **********************************************************/


.reverse-nrow .ncol-1{}

.grid-ncol > .vc_column-inner > .wpb_wrapper{}

.reverse-nrow .grid-ncol > .vc_column-inner > .wpb_wrapper{
	float: left;
}

.solution-section-1 .wpb_single_image .vc_single_image-wrapper{
	width: 70px;
}


.solution-section-2 .nrow-2 .ncol-1 .wpb_wrapper h5,
.solution-section-4 .nrow-2 .ncol-1 .wpb_wrapper h5{
	color: #009cdf;
}

.solution-section-2 .nrow-2 .ncol-2 img,
.solution-section-4 .nrow-2 .ncol-2 img{}

.solution-section-3 .nrow-2 .ncol-2 img{
	max-width: 100%;
}

.solution-section-3 .nrow-2 .ncol-2 img{
	margin-left: -30px;
}

.solution-section-3 .nrow-2 .ncol-1 .wpb_wrapper h5{
	color: #f4792a;
}


/******************************************** Pricing **********************************************************/


.pricing-section-1 .nrow-1 .wpb_text_column > .wpb_wrapper{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    border-top: 4px solid #a6ce1d;
    padding: 40px 20px;
    transition: 200ms ease-in-out;
}

.pricing-section-1 .nrow-1 .wpb_text_column > .wpb_wrapper:hover{
	transform: scale(1.05);
}

.pricing-section-1 .nrow-1 .ncol-2 .wpb_text_column > .wpb_wrapper{
    border-color: #009cdf;
}

.pricing-section-1 .nrow-1 .ncol-3 .wpb_text_column > .wpb_wrapper{
    border-color: #f4792a;
}

.pricing-section-1 .pricing-head{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
}

.pricing-section-1 .pricing-head h2{
	font-size: 70px;
	font-weight: lighter;
	color: #a6ce1d;
}

.pricing-section-1 .ncol-2 .pricing-head h2{
	color: #009cdf;
}

.pricing-section-1 .ncol-3 .pricing-head h2{
	color: #f4792a;
}

.pricing-section-1 .pricing-head h2 label{
	font-weight: normal;
	font-size: 18px;
	vertical-align: top;
    margin-top: 17px;
    color: #696969;
}

.pricing-section-1 .pricing-head h5{
	margin: 0;
}

.pricing-section-1 .pricing-head h6{
	font-weight: normal;
	font-size: 12px;
}

ul.pricing-featured-list{
	text-align: left;
	margin: 0;
	padding: 40px 10px;
}

ul.pricing-featured-list li img{
	margin-right: 10px;
}


.tnc-wrapper{
	text-align: right;
	font-size: 12px;
	color: #696969;
	font-style: italic;
}


/******************************************** News & Events **********************************************************/

.general-cat-post .post-listing li{
	border: 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 50px;
	margin-bottom: 50px;
}

.general-cat-post .post-listing li:last-child{
	border-bottom: 0;
}

.general-cat-post .post-listing li .featured-img{
	height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    float: none;
}

.general-cat-post .post-listing li .featured-img img{
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.general-single-post .content h1{
	margin-bottom: 20px;
}

.general-single-post .content .single-featured-img{
	margin: 0 0 20px;
}

/******************************************** Career **********************************************************/

.career-section-1 .custom-cf7-resume{
	position: relative;
    min-height: 68px;
    padding: 15px 10px;
    margin-bottom: 30px;
    background-color: #fff;
}

.custom-cf7-resume .upload-resume{
	display: block;
    border: 1px solid #dcc174;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-cf7-resume .upload-resume input[type=file]{
	opacity: 0;
    height: 68px;
}

.custom-cf7-resume label{
	display: block;
    margin-bottom: 0;
}

.career-section-1 form > p{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}


/******************************************** Contact **********************************************************/

.contact-section-1 .ncol-2 h6{
	color: #f26922;
	text-transform: uppercase;
}

.contact-section-1 .ncol-2 ul li{
	margin: 0;
}

.contact-section-1 .ncol-2 ul li label{
	/*font-weight: normal;
	text-transform: uppercase;*/
}

.contact-section-2.vc_section[data-vc-full-width] {
	overflow: inherit;
	margin-top: 100px;
}

.contact-section-2 .ncol-1{
	margin: -200px auto 0;
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 45px 45px 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
    max-width: 700px;
}

.contact-section-2 .cf7-row > p{
	width: 100%;
	padding: 7.5px;
}

.cf7-row{
	margin: 0 -7.5px;
}

.cf7-1-col{
	padding: 0 7.5px;
}

.cf7-2-col{
	width: 50%;
	padding: 0 7.5px;
	float: left;
}


.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	font-size: 14px;
	border-radius: 5px;
	font-weight: 400;
	border: 1px solid #dcc174;
}

.wpcf7 select{
	height: 40px;
	border: 1px solid #dcc174;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 5px 10px;
}

.wpcf7 textarea{
	height: 150px;
	padding: 8px 10px;
}


/******************************************** Products **********************************************************/


.test-section{
	background: url('/wp-content/uploads/2019/06/slider01.jpg')no-repeat top center;
}

.test-section h2{
	font-size: 45px;
	color: #fff;
	font-weight: 400;
}

.test-section h3{
	font-size: 28px;
	color: #fff;
	font-weight: lighter;
}

/* ERP Page  */
.erp-banner{
	padding-top: 70px;
    padding-bottom: 70px;
}
.erp-banner .wpb_text_column h2{
	color:#009CE0;
	font-family:Raleway;
	font-size:36px;
	margin-bottom: 20px;
}
.erp-banner .wpb_text_column p{
	color: #313131;
    font-family: Raleway;
    font-size: 21px;
    line-height: 27px;
	margin-bottom: 30px;
}
.btn-enquiry-pricing {
	width: 145px !important;
}
.button-group{
	display:flex;
}
.button-group a:first-child{
	margin-right:20px;
}
.wi-erp{
	padding-top: 70px;
    padding-bottom: 50px;
	z-index:9;
	background-position: center !important;
    background-size: 100% 100% !important;
}
.wi-erp .wpb_text_column h2{
	color:#ffffff;
	font-family:Raleway;
	font-size:36px;
	margin-bottom: 20px;
}
.wi-erp .wpb_text_column p{
	color: #ffffff;
    font-family: Raleway;
   	font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.button{
	color: #ffffff;
    font-family: Raleway;
    font-size: 18px;
	display:inline-block;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:100px;
	min-width:200px;
	background:#009CE0;
	font-weight: 600;
	transition:all 500ms;
}
.button:hover{
	background:#F26922;
}
.button--orange{
	background:#F26922;
}
.button--orange:hover{
	background:#444444;
}
.common-title h2{
	color:#343434;
	font-family:Raleway;
	font-size:36px;
}
.need-erp .wpb_text_column{
	margin-bottom:0px;
}
.need-erp{
	margin-top: -60px;
    padding-top: 70px;
    padding-bottom: 80px;
	border-bottom:1px solid #707070;
}
.erp-box .vc_single_image-wrapper img{ 
	width:80px;
}
.erp-box .wpb_single_image{ 
	margin-bottom:20px;
}
.erp-box .wpb_text_column h3{
	color: #F26922;
    font-family: Raleway;
    font-size: 26px;
    margin-bottom: 20px;
}
.erp-box .wpb_text_column p{
	color: #707070;
    font-family: Raleway;
    font-size: 14px;
    line-height: 20px;
	margin-bottom:20px;
}
.erp-box .wpb_text_column a{
	color: #ffffff;
    font-family: Raleway;
    font-size: 18px;
	display:inline-block;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:100px;
	background:#F26922;
	font-weight: 600;
	padding:0px 15px;
	transition:all 500ms;
}
.erp-box .wpb_text_column a:hover{
	background:#444444;
}
.erp-box p.description{
	min-height:80px;
}
.erp-box{
	margin-top:30px;
}
.wi-erp .vc_column-inner{
	padding-top:0px !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.et-vertical .et-content-wrap {
    width: calc( 100% - 20% - 15px ) !important;
	background-image: url("/wp-content/uploads/2019/06/bg01.jpg") !important;
	/* background: #009CE0; */
    margin-left: 10px;
    float: right !important;
    padding: 50px 50px;
	padding-right:0px;
}
.erp-tabs{
	
}
.erp-tabs .wpb_text_column h3{
	color:#ffffff;
	font-family: Raleway;
    font-size: 28px;
	margin-bottom: 15px;
}
.erp-tabs .wpb_text_column h4{
	color:#ffffff;
	font-family: Raleway;
    font-size: 18px;
}
.erp-tabs .wpb_text_column p{
	color:#ffffff;
	font-family: Raleway;
    font-size: 16px;
}
.erp-tabs .wpb_text_column .button-group{
	margin-top:15px;
	margin-bottom:30px;
}
.erp-tabs .wpb_single_image.vc_align_right {
    text-align: right;
    margin-right: -160px;
}
.erp-tabs {
    padding-left: 9%;
}
.et-tabs.et-vertical nav {
    max-width: 20% !important;
}
.et-tabs-style-bars nav ul li a span {
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    display: block !important;
    text-align: left !important;
}
.et-tabs-style-bars nav ul li a {
    padding: 5px 20px !important;
    border: 1px solid #0097DE !important;
}
.erp-tabs .vc_column-inner{
	padding-top:0px !important; 
}
.vc_row.erp-tabs{
    padding-top: 70px;
    padding-bottom: 80px;
    background-size: 100% auto !important;
    background-position: top !important;
} 
.why-erp .vc_column-inner{
	padding-top:0px !important; 
}
.why-erp{
	border-top:1px solid #707070;
	padding:80px 0px;
}
.why-erp .common-title h2{
	color:#707070;
}
.why-erp .common-title{
	margin-bottom:0px !important;
}
.why-erp-box .wpb_text_column{
	margin-bottom:0px !important;
}
.why-erp-box .wpb_content_element{
	margin-bottom:20px;
}
.why-erp-box .wpb_text_column h3{
	color: #707070;
    font-family: Raleway;
    font-size: 28px;
    margin-bottom: 15px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:10px;
	border-bottom:2px solid #F26922;
}
.why-erp-box .wpb_text_column p{
	color: #707070;
    font-family: Raleway;
    font-size: 15px;
    margin-top: 10px;
}
.why-erp-box {
    margin-top: 40px;
}
.erp-cta{
	background:#009CE0;
	padding-top: 50px;
    padding-bottom: 50px;
}
.erp-cta .wpb_text_column p{
	color:#ffffff;
	font-size: 18px;
}
.erp-cta .button{
	min-width: 260px;
}
.erp-cta .wpb_text_column{
	margin-bottom:0px;
}
.erp-cta .vc_column-inner{
	padding-top:0px !important;
}
.erp-tabs .wpb_single_image.vc_align_right{
	margin-bottom:0px !important;
}
/*  ERP responsive */
@media screen and (max-width:1199px){
	.button-group {
		flex-wrap: wrap;
	}
	.button-group a:first-child {
/* 		margin-right: 0px; */
		margin-bottom: 10px;
	}
}
@media screen and (max-width:1024px){
	.erp-box .wpb_text_column a{
		font-size:14px;
	}
}
@media screen and (max-width:991px){
	.erp-banner .wpb_text_column h2{
		font-size:28px;
		margin-bottom:15px;
	}
	.erp-banner .wpb_text_column p {
		color: #313131;
		font-family: Raleway;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.erp-banner .button-group{
		justify-content:center;
	}
	.erp-banner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.wi-erp .wpb_text_column h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.wi-erp .wpb_text_column p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.wi-erp {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.common-title h2 {
		font-size: 28px;
	}
	.erp-box .vc_single_image-wrapper img {
		width: 60px;
	}
	.erp-box .wpb_text_column h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.erp-box .wpb_text_column p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.vc_row.erp-tabs {
		padding-top: 60px;
		padding-bottom: 70px;
		background-size: 100% auto !important;
		background-position: top !important;
	}
	.erp-tabs .wpb_text_column h3{
		font-size:24px;
	}
	.erp-tabs .wpb_text_column p{
		font-size:14px;
	}
	.why-erp {
		border-top: 1px solid #707070;
		padding: 60px 0px;
	}
	.why-erp-box .wpb_text_column h3{
		font-size:20px;
	}
	.why-erp-box .wpb_text_column p{
		font-size:13px;
	}
}
@media screen and (max-width:767px){
	.erp-box p.description {
		min-height: auto;
	}
	.et-vertical .et-content-wrap {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0px;
		padding:40px 20px;
	}
	.et-tabs.et-vertical nav {
		max-width: 100% !important;
	}
	.erp-tabs {
		padding-left: 0px;
		padding-right: 0px;
		margin-right:0px !important; 
	}
	.need-erp {
		margin-top: -10px;
		padding-top: 30px;
		padding-bottom: 60px;
		border-bottom: 1px solid #707070;
	}
	.et-tabs.et-vertical nav {
		padding: 0px 15px;
	}
	.erp-tabs .wpb_single_image.vc_align_right {
		text-align: right;
		margin-right: 0px;
	}
	.erp-tabs .wpb_text_column .button-group,.erp-cta .button-group{
		justify-content:center;
	}
	.why-erp-box .wpb_single_image img,.why-erp-box figure,.why-erp-box .vc_single_image-wrapper{
		width:100%;
	} 
	.erp-cta .button-group{
		margin-top:20px;
	}
	.button-group a:first-child{
		margin-right:0px;
	}
}
@media screen and (max-width:720px){
	.et-tabs.et-mobile-enabled nav select.et-mobile-tabs,.elegant-tabs-container {
		margin-top: 0px !important;
	}
	.et-tabs.et-mobile-enabled nav select.et-mobile-tabs{
		color:#707070 !important;
		border-color:#707070 !important;
	}
}
@media screen and (max-width:1199px){
	
}

/******************************************** SMURPS FAQ **********************************************************/

.smurps-faq-answer {
	text-align: left !important;
}