*{
  font-family:"open sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
.top-header{
background:black;
height:30px;
}
.top-header ul{
padding:0;
}
.top-header ul li{
display:inline-block;
list-style:none;
border-left:1px solid #323437;
}
.top-header ul li:last-child{
border-right:1px solid #323437;
}
.top-header ul li a .fa{
color:white;
font-size:12px
}
.top-header ul li a{
color:white;
font-weight:300;
padding:0 13px;
font-size:11px;
letter-spacing:1px;

}
.top-header ul li a:hover,.top-header ul li a:hover .fa{
color: #0077C8;
}
.top-info ul li a .fa{
margin-right:7px;
}
.top-header .col-sm-8{
padding-left:25vw;
float:right;
}
button {
  padding: 10px 20px;
  background: #0077C8;
  color: white;
  border-radius: 3px;
  outline: none;
  border: 0px;
  transition: padding-right 0.2s ease;
}
button:hover {
  padding-right: 25px;
  box-shadow: 0 6px 22px 0px rgba(0, 0, 0, 0.3);
}

input,
textarea {
  border-bottom: 1px solid #CCC;
}
input:active, input:focus,
textarea:active,
textarea:focus {
  outline: none;
}
.sticky {
  position:fixed;
  top: 0;
  z-index: 99;
  width:100%;
  background:white;
}

#nav-bar .navbar-brand img {
  height: 60px;
  padding-left: 30px;
}

.navbar-nav li {
  padding: 0 5px;
}


ul li{
	list-style:none;
}
#container{
	width:100%;
}
.navbar{
background:white;
border-bottom:1px solid #0077c8;
}
.navbar a{
float:left;
font-size:16px;
font-weight: normal;
color:black;
text-align:center;
padding:10px 20px;
text-decoration:none;
}
.d {
float:left;
overflow:hidden;
}
.d .d-btn{
font-size: 16px;
border:none;
outline:none;
color:black;
padding:10px 20px;
background:inherit;
}
.d:hover .d-btn{
background:black;
border-bottom:2px solid #0077c8;
	transition:0.1s;
        color:#0077c8;
}
.navbar a:hover{
background:black;
color:#0077c8;
}
.d-content{
display:none;
position:absolute;
background: #f9f9f9;
width:100%;
left:0;
z-index:99;
}
.d:hover .d-content{
display:block;
}
.column {
float:left;
width:25%;
padding:20px;
background:black;
height:auto;
border-bottom:1px solid #0077c8;
}
.column a{
display:block;
float:none;
color: white;
text-align: left;
}
.column h3{
color:#eee;
padding: 0px 20px;
font-size:16px;
}
.column p{
font-size:14px;
padding: 0px 20px;
color:#838080;
}
.column a:hover{
color:white;
background:black;
}
.row:after {
content:'';
display:table;
clear:both;
}
@media(max-width:650px){
.column{
width:100%;
height:auto;
}}


.button {
  padding: 10px 20px;
  background: #0077c8;
  color: white;
  border-radius: 3px;
  outline: none;
  border: 0px;
  transition: padding-right 0.2s ease;
}
.button:hover {
  box-shadow: 0 6px 22px 0px rgba(0, 0, 0, 0.3);
}
/*---Microsoft ERP Software----*/
#MicrosoftERPslider {
  width: 100%;
}
#MicrosoftERPslider .carousel-item {
  min-height: 480px;
  height: 70vh;
}
.overlay-main { 
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.5;
}
#MicrosoftERPslider .carousel-item .carousel-image-wrapper {
  height: 100%;
  background-size: cover;
  background-position: 10%;
}
#MicrosoftERPslider .carousel-item .image-1 {
  background-image: url("images/OdooCRM.jpg");
  opacity:0.9;
}
#MicrosoftERPslider .carousel-item .carousel-caption {
  top: 40%;
  transform: translateX(0%);
  bottom: initial;
}
#MicrosoftERPslider .carousel-caption h2 {
 color:white;
  opacity: 1;
  padding:50px;
  font-size: 46px;
}
@media only screen and (max-width:768px){
#MicrosoftERPslider .carousel-caption h2 {
  color: #0077C8;
  font-size: 20px;
  font-weight:500;
}
#MicrosoftERPslider .carousel-caption p {
  color: black;
  background-color: white;
  opacity: 0.6;
  font-size: 10px;
  font-family: Lato, sans-serif;
}
#MicrosoftERPslider .carousel-item .carousel-image-wrapper {
  height: 300px;
  background-size: cover;
  background-position: 10%;
}
#MicrosoftERPslider .carousel-item .carousel-caption {
  top: 70%;
  transform: translateY(-70%);
  bottom: initial;
  
}
#MicrosoftERPslider .carousel-item {
  height:300px;
  min-height:300px;
}

}


/*-----Microsoft ERP------*/
#MicrosoftERP {
  padding: 50px 20px 50px;
  background-size: cover;
  background:#d8d8d8;
}
#MicrosoftERP .menu-layout-features-container, #MicrosoftERP .col-md-8{
padding:20px;
background: #e8e8e8;
}
#MicrosoftERP .menu-layout-features-container{
padding-bottom:70px;
line-height:35px;

}
#MicrosoftERP .col-md-4 .widgettitle{
padding:20px;
background:#e8e8e8;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
#MicrosoftERP .col-md-8 p{
font-size:15px;
padding-bottom:10px;
}
#MicrosoftERP .col-md-12 img{
width:100%;
height:auto;
overflow:hidden;
padding-top:20px;
padding-right:20px;
}
@media only screen and (max-width:768px)
{#MicrosoftERP .col-md-12 img{
width:100%;
height:auto;
overflow:hidden;
}
#MicrosoftERP {
  padding: 15px 12px 15px;
  background-size: cover;
  background:#d8d8d8;
}
#MicrosoftERP .menu-layout-features-container, #MicrosoftERP .col-md-8{
padding:5px;
background: #e8e8e8;
}
#MicrosoftERP .menu-layout-features-container{
padding-bottom:7px;
line-height:35px;

}
#MicrosoftERP .col-md-4 .widgettitle{
padding:2px;
background:#e8e8e8;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
#MicrosoftERP .col-md-4{
padding-bottom:5px;
}
#MicrosoftERP .col-md-8{
padding:10px;
}
#MicrosoftERP .col-md-8 p{
font-size:15px;
padding-bottom:2px;
}}

#MicrosoftERP h3{
font-weight:500;
font-size:28px;
color:black;
margin-top:0;
line-height:30px;
margin-bottom:10px;
}
.menu li {
list-style:none;
}
.menu li a{
color:black;
}
.features{
width:100%;
}
/*----Microsoft ERP Solution------*/
#MicrosoftERPsolution{
  padding: 20px 20px 10px;
  background:#e8e8e8;
}
#MicrosoftERPsolution h2{
padding-bottom: 20px;
padding-top:20px;
}
p{
font-size:18px;
}
.MicrosoftERPsolution{
margin-top:10px;
}
.MicrosoftERPsolution h1{
padding-top:40px;
}
.MicrosoftERPsolution .col-md-12{
background:#f7f7f7;
padding-left:50px;
padding-right:50px;
border-bottom: 1px solid #CCC;
}
.MicrosoftERPsolution p {
padding-top:5px;
}
/*----Microsoftfeatures----*/
#Microsoftfeatures{
background: #0077c8;
padding-top:40px;
color:white;
}
.card ul{
list-style:none;
}
.card ul li:before {
  content:'✓ ';
  color:rgba(0, 125, 184,1);
}
.card ul li ul li:before {
  content:' ';
  color:rgba(0, 125, 184,1);
}
#Mkcrosoftfeatures h2{
font-size:5vw;
}
.card {
  min-height: 230px;
  border: 20px solid #0077c8;
  color:black;
}
.card .card-title {
  border: 2px solid #f7f7f7;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  font-size: 1rem;
  padding: 15px 15px;
}
.card .card-content {
  padding-left:20px;
  font-size:16px;
  line-height:2;
  height:auto;
}
.card-deck{
padding-bottom:30px;
}
.h1,h1{
  font-size:45px;
}
.h2,h2{
  font-size:30px;
}
h3{
  font-size:25px;
}
h4{
  font-size:20px;
}
h1,h2,h3{
  font-weight:300;
  margin:0 0 20px;
}

/*---Microsoft ERP contact----*/
#MicrosoftERPcontact{
background:#f7f7f7;
color:black;
padding:20px;
}
/*----footer-----*/
#footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/background.jpg);
  background-size: cover;
  background-position: center;
  color: #0077C8;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 40px;
}

.footer h3,
h4 {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: left;
}

.footer p {
  font-size: 16px;
  text-align: left;
  color: white;
  line-height: 20px;
}

.socialmedia .follow {
  color: #0077C8;
  padding-left: 20px;
}

.menu-support-help-container ul li {
  list-style: none;
}

.menu-support-help-container ul li a:hover {
  color: #0077C8;
}

/*-----copyright------*/
#copyright {
  height: 60px;
  background: black;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.copyright ul {
  padding: 0;
  margin: 0;
  float: right;
  margin-right: 30px;
}

.copyright ul li {
  background: black;
  position: relative;
  list-style: none;
  display: inline-block;
}

.copyright ul li a {
  display: block;
  padding: 0 20px;
  color: gray;
  text-decoration: none;
  line-height: 60px;
  font-size: 16px;
  text-shadow: 1px 1px 0 #222;
}

.copyright p {
  padding: 0px 20px;
  padding-top: 20px;
  color: gray;
  font-size: 12px;
}

.nav_menu li a {
  color: white;
}
/*-------------------------------------
	6. scroll top btn css
-------------------------------------*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 70px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 1px solid white; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0077c8; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/*# sourceMappingURL=style.css.map */
