/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: 'Oswald', sans-serif;
    font-size: 100%;
  	background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- header --*/
.app-banner {
    background-image: url('../images/app.jpg');
    background-size: cover;   
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 300px;           
    height: 100vh;   
}

.header {
	background: linear-gradient(to left, #108672, #119e86);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.phone{
	position: absolute;
	right: 2em;
	top: 0.5em;
	font-size: 1em;
	color: #ffffff;
}
.phone img{
	max-height: 12px;
	margin-top: -5px;
	padding: 0 5px;
}
.phone .login-btn{
	background-color: #106f5f;
	padding: 4px 10px;
	margin-left: 10px;
	color: #cacaca;
	text-decoration: none;
}
.phone .login-btn:hover{
	text-decoration: none;
	background-color: #133b35;
	color: #fff;
}
.logo {
	float: left;
	padding: 0.5em 0;
}
.logo img{
	max-height: 85px;
	max-width: 85px;
}
/* start h_menu */
.h_menu4{
	margin-top: 40px;
	float:right;
}
.toggleMenu {
    display: none;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.special{
	background: #333333;
}

.request-demo{
	width: 40%;
	position: relative;
	margin: 0 auto;
}
.request-demo label{
	margin-top: 1em;
	font-size: 1.1em;
}
.request-demo input{
	height: 3em;
	font-size: 1em;
}
.request-demo select{
	height: 3em;
	font-size: 1em;
}
.request-demo p{
	margin-top: 2em;
	font-size: 1.1em;
	color: #f3432c;
}
.request-demo label span{
	color:#f3432c;
}
.request-demo button{
	margin-top: 2em;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin: 0 auto;
	top:2em;
	margin-bottom: 3em;
}
.nav li.logo.active a, .nav li.logo a:hover {
   border-bottom:none;
}
.nav {
    list-style: none;
     *zoom: 1;
	 font-family: 'Pragati Narrow', sans-serif;
	 font-size: 1.2em;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 13em;
	border-bottom:5px solid #0072bc;
	z-index:888;
}
.nav li a {
	display: block;
	padding:8px 15px;
	font-size:0.95em;
    text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.nav li:hover {
	background:#0d6153;
}
.nav li {
    position: relative;
}
.nav li.active{
	background:#0d6153;
}
.nav > li > a.parent{
	background: url(../images/arrow.png) no-repeat 15px 14px;
	padding:8px 10px 8px 30px;
}
.nav > li > a.parent:hover{
	background: url(../images/arrow.png) no-repeat 15px 14px #ffde00;
	padding:8px 10px 8px 30px;
}
.nav > li {
    float:left;
    margin: 0 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.nav > li > a{
	color:#fff;
}
.nav > li.hover > ul {
    left:-1px;
    top:38px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 0.85em;
	padding: 10px 20px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:0.85em;
	border-bottom: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover{
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}
.nav > li > a:hover, .nav > li > a:focus {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
	color:#fff;
}
.nav > li >  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
/***** Media Quries *****/
@media screen and (max-width: 768px) {
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: none;
	}
	.toggleMenu {
		padding: 5px 10px;
		width: 100%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width:100%;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}
}

.scroll{
    color:#fff;
    margin-top:100px;
}

#toTopBtn {
     position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #7eb5ac;
    
}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5,76%,62%,.8);
    background-color: hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0.8);
}

.height{
    height:3000px;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

.feature_grid h1{
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin-bottom: 2em;
}
.feature_grid h1 span{
	font-family: 'Domine', serif;
}

.feature_grid li{
	padding-left: var(--gutter);
	list-style: none;
	font-size: 1.5em;
	color: #f3432c;
	padding-left: 2em;
}
.feature_grid li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc( var(--icon-space) * -1 );
	width: var(--icon-space);
	padding-right: 0.5em;
	color: #119e86;
}

.feature-button{
	font-size: 1.2em;
	margin-top: 3em;
	text-align: center;
}
.feature-button a{
	text-align: center;
	width: 25%;
}

/*-- banner --*/
.banner{
	background:url(../images/banner.jpg)no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:600px;
	position:relative;
}
.b-info-left{
	float:left;
	width:60%;
}
.b-info-right{
	float:right;
	width:40%;
	font-weight: bold;
}
.b-info-left h1{
	color:#FFF;
	font-weight:700;
	font-size:2.5em;
	margin:0;
	padding:0;
	text-transform: uppercase;
}
.b-info-left h2{
	color: #FFF;
	font-weight: 100;
	font-size: 1.5em;
	margin: 0.5em 0 1em;
	padding: 0;
}
.b-info-left p{
	color:#fff;
	margin: 0;
	padding: 0.1em;
	line-height: 1.8em;
}
.b-info-right p{
	color:#FFF;
	font-size:1.2em;
}
.b-info-right p span,.b-info-right p a{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
/* Button 3d */
.cta-buttons{
	margin-bottom: 2em;
}

.cta-buttons a.active{
	background-color: #f3432c;
	border: 1px solid #bb5c4f;
	color: #ffffff;
}

.btn {
  background-color: transparent;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.btn .unskew {
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  display: inline-block;
}

.try {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 50px;
  padding: 8px 20px 8px 30px;
}

.buy {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 50px;
  padding: 8px 30px 8px 20px;
}

.outline {
  color: #7e7e7e;
  border: 1px solid #d3d3d3;
  transition: all 0.3s;
}

.outline:hover {
  background-color: #f3432c;
  border: 1px solid #bb5c4f;
  color: #ffffff;
}

.btn1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	margin: 15px 0 0;
	text-transform: uppercase;
	font-size: 1em;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 56%;
}
.btn-8c:hover {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	-o-transform: rotateX(15deg);
	transform: rotateX(15deg);
	text-decoration:none;
	background:#2d89ef;
	color:#fff;
}
.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-8 {
	display: block;
	background:#f3432c;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

h4 a.btn-dark{
	font-size: 1.2rem;
	margin-left: 10px;
	color: #ffffff !important;
}

a.btn-dark {
	background: #666666;
	color: #fff;
	padding: 10px 15px;
	text-transform:capitalize;
	margin:1em auto 0;
}
a.btn-dark:hover {
	background:#f3432c;
	color:#ffffff;
	text-decoration: none;
}
.banner-info {
	width:70%;
	margin:11em auto 0 auto;
	font-family: 'Open Sans', sans-serif;

}
.server-pic{
	position:absolute;
	width:100%;
	bottom:-3px;
	z-index:1;
}
.banner-box{
	z-index:2;
}
/*-- welcome-note --?*/
.welcome-note{
	background:#f5f5f5;
	padding: 1em 0;
	margin-top: -0.55em;
}
.welcome-note i{
	color: #2d89ef;
	font-size: 1.5em;
	margin-right: 0.3em;
	vertical-align: bottom;
}
.welcome-note p{
	color:#000;
	margin:0;
	font: 300 16px/25px 'Slabo 27px', serif;
}
.welcome-note p a{
	font-style:italic;
	font-weight:bold;
	color: #0072bc;
	text-decoration:underline;
	margin-left:0.5em;
}
.welcome-note p a:hover{
	color:#2d89ef;
}
/*-- plans --*/
.plans h2{
	text-align:center;
	color:#0a0a0a;
	margin:0 0 1.5em 0;
	padding:0;
	font-weight:100;
	font-size:2.3em;
	font-family: 'Oswald', sans-serif;
}
.plans h2 span{
	font-weight:600;
	font-family: 'Domine', serif;
}
.plans h3{
	font-size: 1.6em;
	padding-left: 0.5rem;
	color: #f3432c;
}
.plans h3 span{
	font-weight:600;
	font-family: 'Domine', serif;
}
.plans p{
	padding: 0.5rem;
	font-size: 1.2em;
}
.plans p span{
	font-size: 0.9em;
	font-weight:600;
	font-family: 'Domine', serif;
}
.plans p a{
	color: #f3432c;
}
.plans .discount{
	padding: 20px 10px;
}
.plans .discount a{
	color: #ffffff;
} 
.pricing-grid{
	background:#f5f5f5;
	padding: 2em 1.5em;
}
.pricing-grid h3{
	margin: 0;
	font-size: 1.8em;
	padding: 1em;
	color: #ffffff;
	background: #0f816e;
	font-family: 'Domine', serif;
}
.pricing-grid small{
	width: 71%;
	height: 1px;
	display: block;
	background: #DFDFDF;
	margin: 0 auto 1.7em;
}
.pricing-grid label{
	color:#f3432c;
	font-weight:bold;
	font-style:normal;
	font-size:4em;
	display: inherit;
}
.pricing-grid label i,.pricing-grid label em{
	font-weight:bold;
	font-style:normal;
	font-size:0.5em;
}
.pricing-grid label i{
	vertical-align:super;
}
.pricing-grid label em{
	color: #8d8d8d;
	font-size: 0.24em;
	font-weight:500;
	margin-left: -2em;
}
.pricing-grid big{
	color: #8d8d8d;
	font-weight:500;
	display: block;
	font-size: 0.875em;
	line-height: 0;
}
.pricing-grid p{
	color:#666;
	font-weight:400;
	margin:0;
	padding:0.4em;
	font-size:1.2em;
}
.pricing-grid i{
	font-size: 75%;
}
.pricing-grid p strong{
	font-weight:bold;
}
a.btn1.btn2.btn-8.btn-8c {
	background: #119e86;
	color: #fff;
	padding: 10px 15px;
	text-transform:capitalize;
	margin:1em auto 0;
}
a.btn1.btn2.btn-8.btn-8c:hover {
	background:#f3432c;
	color:#ffffff;
}
.pricing-grid:nth-child(4){
	margin-right:0;
}
.plans{
	padding:3em 0;
}
.plans h1{
	background-color: #466863;
	padding: 0.8em 0;
	font-size: 1.8em;
	margin-top: 2em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/*-- contact-info --*/
.contact-info h3{
	margin:0;
	padding:0;
	color:#0a0a0a;
	font-weight:100;
	font-size:2.5em;
}
.contact-info h4{
	margin:0.5em 0;
	padding:0;
	color:#0a0a0a;
	font-weight:100;
	font-size:2em;
}
.contact-info h4 img{
	margin-top: -5px;
	padding: 0 10px;
}
.contact-info h4 span{
	color:#f3432c;
	font-weight:900;
}
.contact-info p span{
	width:20%;
	height:1px;
	display:inline-block;
	background:#777;
	vertical-align:middle;
}
.contact-info p span:nth-child(1){
	margin-right:0.5em;
}
.contact-info p span:nth-child(2){
	margin-left:0.5em;
}
.contact-info p{
	color:#796900;
	font-weight:bold;
	font-size:1.5em;
	margin:1em 0;
	padding:0;
}
.contact-info h5{
	margin:0.5em 0;
	padding:0;
	color:#0a0a0a;
	font-weight:100;
	font-size:2.5em;
}
.contact-info h5 a{
	color:#f3432c;
	font-weight:700;
	font-size:1em;
	text-decoration:none;
	vertical-align:middle;
}
.contact-info h5 a:hover{
	color:#2d89ef;
}
.contact-info{
	padding:2em 0;
}
/*-- bottom-grids --*/
.bottom-grids{
	padding:5em 0;
	background: url(../images/banner-bg.jpg)no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.bottom-grid p{
	text-align:justify;
}
/*-- clients --*/
.clients{
	padding: 3em 0 4em;
}
.clients h3{
	font-size:1.5em;
	color:#000;
	margin:0;
	padding:0;
}
.clients ul{
	margin:1.5em 0 0 0;
	padding:0;
}
.clients ul li{
	display:inline-block;
	margin-right:0.8em;
}
.clients ul li a{
	display:block;
}
/* --footer --*/
.footer{
	background: linear-gradient(to left, #108672, #119e86);
	padding:5em 0;
}
.footer-grid h3{
	color: #2d89ef;
	font:bold 22px/30px 'Slabo 27px', serif;
	margin: 0 0 0.9em 0;
}
.footer-grid ul{
	margin:0.5em 0 0 0;
	padding:0;
}
.footer-grid ul li{
	display:block;
}
.footer-grid ul li a{
	color:#999;
	font: 300 16px/25px 'Slabo 27px', serif;
	padding:0.2em;
	display:block;
	text-decoration:none;
}
.footer-grid ul li a:hover{
	color:#2d89ef;
}
.feature_grid{
	margin-bottom:3em;
}
.feature {
	padding-left:190px;
	position: relative;
}
.feature i {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 170px;
	line-height: 175px;
	text-align: center;
	background: #2d89ef;
	font-size: 6em;
	color: #fff;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-o-border-radius: 200px;
	transition:all 0.5s linear;
		-moz-transition:all 0.5s linear;
		-ms-transition:all 0.5s linear;
		-o-transition:all 0.5s linear;
		-webkit-transition:all 0.5s linear;
}
.feature:hover i{
	background:#f3432c;
}
.feature h3 {
	color: #fff;
	font: bold 30px/37px 'Slabo 27px', serif;
	text-transform: uppercase;
}
span.m_1{
	font-weight:100;
}
.feature p {
	color: #fff;
	font: 300 16px/25px 'Slabo 27px', serif;
	line-height: 1.8em;
}
ul.socials {
	padding: 0;
	list-style: none;
}
ul.socials li {
	display: inline-block;
}
.socials li a i.fb, .socials li a i.tw{
	margin-right: 5px;
	height: 32px;
	width: 32px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background:#2d89ef;
	transition:all 0.5s linear;
		-moz-transition:all 0.5s linear;
		-ms-transition:all 0.5s linear;
		-o-transition:all 0.5s linear;
		-webkit-transition:all 0.5s linear;
}
.socials li a i.fb:hover, .socials li a i.tw:hover {
	background: #ffde00;
	color: #000;
}
.copy{
	text-align:center;
	margin-top:2em;
	font-size: 0.9em;
	color: #ffffff;
}
.copy p a{
	color:#2e2828;
}
/*--services--*/
.services{
	padding:5em 0;
}
ul.service_box{
	padding:0;
	margin:0;
	list-style:none; 
}
ul.service_box li.service_box-left{
	float:left;
	width:50px;
	height:50px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	background:#0072bc;
	text-align:center;
	margin-right:1.5em;
}
ul.service_box li.service_box-left span.num{
	font-size: 32px;
	color: #fff;
}
ul.service_box li.service_box-right{
	overflow:hidden;
}
ul.service_box li.service_box-right h3{
	margin:0;
	padding-bottom:0.5em;
	font-size:1.1em;
}
ul.service_box li.service_box-right h3 a{
	margin:0;
	text-transform:uppercase;
	color:#000;
}
ul.service_box li.service_box-right h3 a:hover{
	text-decoration:none;
	color:#2d89ef;
}
ul.service_box li.service_box-right p{
	color:#999;
	font: 300 16px/25px 'Slabo 27px', serif;
	line-height:1.8em;
}
.service_top{
	margin-bottom:2em;
}
h3.m_1{
	padding-left: 15px;
	margin-bottom:1.5em;
	color: #000;
	font-size: 2em;
	text-transform:uppercase;
}
.services_overview{
	margin-bottom:1em;
}
.service_grid h4{
	text-transform:uppercase;
	font-size:1.1em;
	color:#000;
	margin-top:2em;
}
.service_grid p{
	font: 300 16px/25px 'Slabo 27px', serif;
	color:#999;
	line-height:1.8em;
	margin-bottom: 2em;
}
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color:#2d89ef;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover{
	color:#0072bc;
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}
/*--clients--*/
.clients{
	padding:5em 0;
}
.clients h1{
	color:#000;
	text-transform:uppercase;
	font-size:2em;
	padding-left:30px;
	margin-bottom:1.5em;
}
.client_box{
	background:#f5f5f5;
	padding:2em;
	text-align:center;
}
.client_box h2{
	color:#0072bc;
	font-size:1.1em;
	text-transform:uppercase;
}
.client_box p{
	color:#999;
	font: 300 16px/25px 'Slabo 27px', serif;
	line-height:1.8em;
	margin-bottom:2em;
}
.client_box img{
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-o-border-radius:200px;
	display:inline-block;
	border:5px solid rgb(208, 208, 208);
}
.client_box:hover img{
	border:5px solid  #2d89ef;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
}
.tab_grid{
	background:#0072bc;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tab-content h3{
	text-align:center;
	margin:2em 0;
	font-size:2em;
	color:#000;
	text-transform:uppercase;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#fff;
	font-size: 1.3em;
	cursor: pointer;
	padding:30px 20px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #ffde00;
}
.resp-tab-active{
	background:#fd926d;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
}
ul.tab_img li {
	float: left;
	width: 23.3333%;
	margin-right: 2%;
}
ul.tab_img li.last{
	margin-right:0;
}
ul.tab_img1{
	margin-top:3em;
}
.tab_desc{
	background:#f7f7f7;
	padding:1em 0;
	list-style:none;
	text-align:center;
}
.tab_desc h3, .tab_desc1 h3{
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}
.tab_desc h3 a, .tab_desc1 h3 a{
	color:#555;
}
.tab_desc p, .tab_desc1 p{
	font-size:1.5em;
	color:#000;
	margin-bottom: 10px;
}
.client_box1{
	background:none;
}
.client_box1 h4{
	color:#000;
	text-transform:uppercase;
	font-size:1.1em;
	margin-top:1em;
}
.client_box1 p, .about_grid-right p, .about_grid1 p, .well_desc p{
	color:#999;
	line-height:1.8em;
	font: 300 16px/25px 'Slabo 27px', serif;
}
/*--404--*/
.error-404.text-center {
	min-height: 500px;
	margin-top: 5em;
}
.error-404 h1 {
	font-size: 12em;
	font-weight: 700;
	color:#0072bc;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.error-404 p {
	color: #4f4844;
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
a.b-home {
	background: #4f4844;
	padding: 0.8em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
}
a.b-home:hover {
	background:#2d89ef;
}
/*--about--*/
.about{
	padding:5em 0;
}
ul.user_head{
	padding:0;
	list-style:none;
	margin-bottom: 2em;
}
ul.user_head i{
	color:#0072bc;
	font-size:2em;
	float:left;
	margin-right:0.5em;
}
ul.user_head li.user_head-right h1, ul.user_head li.user_head-right h2{
	overflow:hidden;
	color: #000;
	font-size:1.5em;
	text-transform: uppercase;
}
.about_grid-left{
	padding-left:0;
}
.about_grid-right h3, .about_grid1 h3{
	font: 300 16px/25px 'Slabo 27px', serif;
	text-transform: uppercase;
	line-height: 1.5em;
}
.about_grid-right h3 a, .about_grid1 h3 a{
	color: #000;
}
.about_grid-right h3 a:hover, .about_grid1 h3 a:hover{
	text-decoration:none;
	color: #2d89ef;
}
.sm_hr {
	overflow: hidden;
	margin: 20px 0px;
	height: 1px;
	background: #DDD;
	font-size: 0;
	line-height: 0;
}
.about_grid1 p{
	line-height:1.5em;
}
.about_bottom{
	margin-top:5em;
}
.well_desc {
	border: none;
	box-shadow: none;
	padding: 26px 20px 26px 70px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	background:#f5f5f5;
}
.dropcaps .dropcaps-first .dropcap {
	background: #2d89ef;
}
.well_desc .dropcap {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
	-moz-border-radius: 0 0 100px 0;
	-o-border-radius: 0 0 100px 0;
}
.dropcap {
	font: bold 22px/30px 'Slabo 27px', serif;
	text-align: left;
	color: #fff;
	border-radius: 5px 0 100px 0;
	-webkit-border-radius: 5px 0 100px 0;
	-moz-border-radius: 5px 0 100px 0;
	-o-border-radius: 5px 0 100px 0;
	width: 65px;
	height: 65px;
	padding: 15px 0 0 15px;
	background:#2d89ef;
}
blockquote p span{
	color:#000;
	font: 300 16px/25px 'Slabo 27px', serif;
}
.well_desc blockquote {
	margin-bottom: 0 !important;
	padding: 0 !important;;
}
.well_desc p{
	margin-top:0.5em;
}
h2.m_7{
	color: #000;
	font-size:2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2em;
}
.map{
	padding: 0 15px;
	margin-bottom:4em;
}
.map iframe {
	width: 100%;
	min-height:300px;
	border: none;
}
.contact_address {
	margin-bottom: 2em;
}
.contact_grid h3 {
	color: #2d89ef;
	font: 600 18px/25px 'Slabo 27px', serif;
	text-transform: uppercase;
}
.contact_grid p {
	font: 300 16px/25px 'Slabo 27px', serif;
	color:#999;
	line-height: 1.8em;
}
.contact-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 15px;
	outline: none;
	margin: 0 0 1.5em;
	font: 300 16px/25px 'Slabo 27px', serif;
	color: #999;
	background: #fff;
	border: 1px solid #DFDDDD;
}
.contact-form textarea {
	display: block;
	background: #fff;
	height: 150px;
	width: 100%;
	padding: 15px;
	margin: 1em 0;
	border: 1px solid #DFDDDD;
	outline: none;
	font: 300 16px/25px 'Slabo 27px', serif;
	color: #999;
}
.contact-form input[type="submit"] {
	background: #0072bc;
	padding: 10px 25px;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
}
.contact-form input[type="submit"]:hover{
	background: #ffde00;
	color:#000;
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	-o-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
/*--responsive design--*/
@media (max-width:1440px){
.btn1 {
	width: 63%;
}
.banner-info {
	width:79%;
}
}
@media (max-width:1336px){
.banner-info {
	width:82%;
}
}
@media (max-width:1280px){
.btn1 {
	width:62%;		
}
.resp-tabs-list {
	width: 37%;
}
.b-info-left h1 {
	font-size:2.2em;
}
.pricing-grid h3{
	font-size: 1.4em;
}
.pricing-grid label{
	font-size: 3.5em;
}
.pricing-grid p{
	font-size: 1em;
}
.pricing-grid i{
	font-size: 65%;
}
.feature_grid li{
	font-size: 1.3em;
}
}
@media (max-width:1024px){
.btn1 {
	width: 71%;
	padding: 10px 10px;
}
.resp-tabs-list {
	width: 36%;
}
.nav > li {
	float: left;
	margin: 0 2px;
}
.b-info-left h1 {
	font-size:1.8em;
}
.banner {
	min-height:480px;
}
.banner-info {
	margin: 8em auto 0 auto;
}
.plans h2 {
	font-size:1.8em;
}
.pricing-grid h3 {
	font-size: 1.2em;
}
.pricing-grid label {
	font-size: 3.5em;
}
.pricing-grid p {
	font-size:1em;
}
.sm-pricing{
	margin-top: 2em;
}
a.btn1.btn2.btn-8.btn-8c {
	width: 60%;
	padding: 5px;
	font-size: 1.2em;
}
.contact-info h3, .contact-info h4, .contact-info h5{
	font-size: 2em;
}
.contact-info {
	padding: 1em 0 4em;
}
.feature i {
	width: 140px;
	height: 140px;
	line-height: 145px;
	font-size: 5em;
}
.feature {
	padding-left: 170px;
}
.feature h3 {
	font-family: 'Open Sans', sans-serif;
}
.request-demo{
	width: 80%;
}
.request-demo button{
	margin-bottom: 6em;
	font-size: 1.4em;
}
h3.m_1 {
	font-size: 1.7em;
}
ul.service_box li.service_box-right h3 {
	font-size: 1em;
}
.resp-tabs-list {
	width: 45%;
}
}
@media (max-width:800px){
.app-banner {
	height: 60vh;
}
.h_menu4 {
	width:100%;
	margin-top: 0;
}
.menu-icon{
	position: absolute;
	right: 2em;
	top: 3em;
}
.nav > li {
	float: none;
}
.header {
	text-align: center;
}
.logo{
	float:left;
	margin:1em 0 0 0;
}
a.toggleMenu:hover{
	color:#fff;
}
.toggleMenu {
	color:#fff;
}
ul.nav {
	background: #555;
}
.b-info-left h1 {
	font-size: 1.6em;
}
.btn1 {
	width: 80%;
	padding:8px 10px;
	font-size: 0.85em;
}
.b-info-left h2 {
	font-size:1.1em;
}
.b-info-left p, .b-info-right p{
	font-family: 'Open Sans', sans-serif;
}
.banner {
	min-height:400px;
}
.banner-info {
	margin:6em auto 0 auto;
	font-family: 'Open Sans', sans-serif;

}
.feature {
	margin-bottom: 3em;
}
.feature i {
	width: 120px;
	height: 120px;
	line-height: 130px;
	font-size: 4em;
}
.feature_grid {
	margin-bottom:0;
}
.footer-grid {
	margin-bottom: 2em;
}
.footer-grid h3 {
	margin:0;
}
.feature h3 {
	font: bold 25px/37px 'Slabo 27px', serif;
}
ul.service_box {
	margin-bottom: 2em;
}
.service_top {
	margin-bottom:0;
}
.services_overview {
	text-align: center;
	margin-bottom: 0;
}
.service_grid img{
	display:inline-block;	
}
.service_grid p {
	margin-bottom: 1em;
}
.service_grid {
	margin-bottom: 3em;
}
.services {
	padding: 3em 0 1em;
}
.clients {
	padding:3em 0;
}
.footer {
	padding: 3em 0;
}
.copy {
	margin-top: 0em;
}
.resp-tabs-list {
	width: 58%;
}
.resp-tab-item {
	font-size: 1.1em;
	padding: 20px 20px;
}
.sap_tabs {
	margin-bottom: 4em;
}
.about_grid {
	margin-bottom: 3em;
}
.about_grid-left {
	text-align: center;
	margin-bottom: 2em;
}
.about_grid-left img{
	display:inline-block;
}
.about {
	padding: 3em 0;
}
.map iframe {
	min-height: 200px;
}
.contact-form {
	margin-top: 3em;
}
.contact-form input[type="text"] {
	padding: 10px;
}
.map{
	margin-bottom:2em;
}
.plans h3, .plans p{
	text-align: center;
}
}
@media (max-width:768px){
.btn1 {
	width: 83%;
}
.pricing-grid {
	margin-bottom:2em;
}
.contact-info h3, .contact-info h4, .contact-info h5 {
	font-size: 1.2em;
}
.contact-info h4 span{
	width: 100%;
	position: relative;
}
.contact-detail {
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
.plans {
	padding: 3em 0 0;
}
.pricing-grid label {
	font-size: 4.5em;
}
.pricing-grid p {
	font-size:1.5em;
}
.pricing-grid i {
	font-size:80%;
}
.bottom-grids {
	padding: 4em 0 2em;
}
.b-info-left h1 {
	font-size:1.4em;
}
.feature i {
	width: 100px;
	height: 100px;
	line-height: 105px;
	font-size: 3em;
}
.feature {
	padding-left: 150px;
}
.clients h1 {
	margin-bottom: 1em;
}
}
@media (max-width:640px){
.btn1 {
	width: 99%;
}	
.resp-tabs-list {
	width: 65%;
}
.b-info-left, .b-info-right{
	float:none;
	width:100%;
}
.banner-info {
	margin: 5em auto 0 auto;
}
.plans h2 {
	font-size: 1.5em;
}
ul.tab_img li {
	width: 47.3333%;
	margin-right: 2%;
}
.resp-tab-content h3 {
	margin: 1em 0;
}
.app-banner {
	height: 40vh;
}
}
@media (max-width:480px){
.plans h3{
	font-size: 1.2em;
}
.b-info-left h1 {
	font-size: 1.5em;
}	

.logo {
	margin: 0 0 0 0;
}
.logo img{
	margin-top: 20px;
}
.header {
	padding: 0.5em 0 0 0;
}
.banner {
	text-align: left;
}
.b-info-left h1{
	font-size: 1em;	
}
.b-info-left h2{
	font-size: 0.9em;	
}
.banner-info {
	width: 98%;
}
.feature h3 {
	font: bold 17px/15px 'Slabo 27px', serif;
}
.feature {
	padding-left: 120px;
}
.feature p {
	font: 300 14px/22px 'Slabo 27px', serif;
}
.clients h1, .resp-tab-content h3{
	font-size:1.7em;
}
.sap_tabs {
	margin-bottom: 1em;
}
h2.m_7 {
	font-size: 1.7em;
	margin-bottom: 1em;
}
}
@media (max-width:320px){
.logo img {
	width: 90%;
}
.banner-info {
	width: 100%;
}
.b-info-left h1 {
	font-size: 1.2em;
}
.b-info-left h2 {
	font-size: 1em;
}
.b-info-right p, p.m_10{
	display:none;
}
.banner {
	min-height: 260px;
}
.welcome-note p {
	font: 300 15px/25px 'Slabo 27px', serif;
}
.plans h2 {
	font-size: 1.2em;
}
.contact-info h3, .contact-info h4, .contact-info h5 {
	font-size: 1.1em;
}
.contact-info p{
	margin:0.5em 0;
}
.feature i {
	width: 70px;
	height: 70px;
	line-height: 73px;
	font-size: 2.5em;
}
.feature {
	padding-left: 80px;
}
.feature h3 {
	font: bold 15px/20px 'Slabo 27px', serif;
}
.feature {
	margin-bottom: 2em;
}
.feature_grid h1{
	font-size: 1.4em;
}
.bottom-grids {
	padding: 3em 0 1em;
}
.clients h3 {
	font-size: 1.1em;
}
h3.m_1 {
	font-size: 1.3em;
}
ul.service_box li.service_box-left span.num {
	font-size: 26px;
}
ul.service_box li.service_box-left {
	width: 40px;
	height: 40px;
	margin-right: 1em;
}
ul.service_box li.service_box-right h3 {
	font-size: 0.85em;
}
ul.service_box li.service_box-right p {
	font: 300 14px/25px 'Slabo 27px', serif;
}
.service_grid h4 {
	font-size: 0.95em;
}
.service_grid p {
	font: 300 15px/25px 'Slabo 27px', serif;
}
.service_grid {
	margin-bottom: 2em;
}
.clients h1, .resp-tab-content h3 {
	font-size: 1.3em;
}
.client_box h2 {
	font-size: 1em;
}
.client_box p {
	font: 300 14px/25px 'Slabo 27px', serif;
	margin-bottom: 1em;
}
.client_box1 p, .about_grid-right p, .about_grid1 p, .well_desc p {
	font: 300 14px/23px 'Slabo 27px', serif;
}
ul.tab_img li {
	margin: 0 0% 10% 2%;
}
.client_box1 h4 {
	font-size: 0.85em;
}
.error-404 h1 {
	font-size: 7em;
}
.error-404.text-center {
	min-height: 300px;
	margin-top: 3em;
}
.about_grid-right h3, .about_grid1 h3 {
	font: 300 14px/25px 'Slabo 27px', serif;
	text-transform: uppercase;
	line-height: 1.5em;
}
.about_bottom {
	margin-top: 3em;
}
ul.user_head li.user_head-right h1, ul.user_head li.user_head-right h2 {
	font-size: 1.1em;
}
ul.user_head i {
	font-size: 1.5em;
}
ul.user_head {
	margin-bottom: 1em;
}
h2.m_7 {
	font-size: 1.3em;
}
.well_desc {
	padding: 10px 10px 20px 70px;
}
.about {
	padding: 3em 0 1em;
}
.about_grid-right {
	padding: 0;
}
}
