
.video{
    width: 100%;
    height: 100vh;
}
#services {
/*    background: url("../img/default.png") center center  #fff;*/
    background: #F4F5F9;
    background-size: cover;
    padding: 60px 0 40px 0;
}
.section-bg{
   background: #F4F5F9;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
.footer-img {
    margin: 0 -44px;
}
.footer-img > li {
    float: left;
   /* overflow: hidden;*/
    padding: 5px;
    width: 25%;
}
li {
    list-style: none;
}
#footer .footer-top {
/*    background: url("../img/footer_bg.jpg")center center / cover no-repeat fixed;*/
    background: #262729;
}
.footer-bottom{
    background: #262729;
}
#contact{
    /* background: url("../img/bg-3.jpg")center center / cover no-repeat fixed; */
}

a:link img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:link img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.home_single_service:hover {
    background: #41cb52 none repeat scroll 0 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    /* transform: scale(0.9); */
    /* z-index: 1; */
    color: #FFFFFF;
}
.home_single_service {
    margin-bottom: 30px;
    /* padding: 70px 20px; */
    /* background: #f9f9f9;*/
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 43px 11px;
}
.home_single_service i {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home_single_other {
    margin-bottom: 37px;
    /* padding: 70px 20px; */
    /* background: #f9f9f9;*/
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 40px 11px 16px;
    background: #dee6e26b  none repeat scroll 0 0;
}
.home_single_other i {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
}


.mb-4{
    margin-bottom: 10px; 
}

#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5{display: none;}
#more6 {display: none;}
.top-bar {
    margin-top: -30px;
    padding: 1px;
    margin-bottom: 12px;
}


#content {
    overflow: hidden; 
    height: 55em !important;
    line-height: 1em;
  }


  #contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form .button-contact  {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form .button-contact :hover {
  cursor: pointer;
}

.contact-background{
    box-shadow: 0px 0px 12px 0px rgb(255, 255, 255);
    padding: 60px 0;
    overflow: hidden;
}


/*******************new css about us*/

    #aboutus {
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
      }  

      #aboutus .carousel-item {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      #aboutus .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.41);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
      }
      
      #aboutus .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      #aboutus .carousel-content {
        text-align: center;
      }
      
      #aboutus h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
      }
      
      #aboutus p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
      }
      
/*************new css about us**********************/

/*************new css servicess************/
#new-services {
    display: table;
    width: 100%;
    background: url(../img/Services.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
      }  

      #new-services .carousel-item {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      #new-services .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.41);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
      }
      
      #new-services .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      #new-services .carousel-content {
        text-align: center;
      }
      
      #new-services h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
      }
      
      #new-services p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
      }


/*************new css servicess************/

/*************new css portfolio************/

#new-portfolio {
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
      }  

      #new-portfolio .carousel-item {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      #new-portfolio .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.41);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
      }
      
      #new-portfolio .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      #new-portfolio .carousel-content {
        text-align: center;
      }
      
      #new-portfolio h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
      }
      
      #new-portfolio p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
      }


/*************new css portfolio************/

/*************new css contact************/

#new-contact {
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
      }  

      #new-contact .carousel-item {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      #new-contact .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.41);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
      }
      
      #new-contact .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      #new-contact .carousel-content {
        text-align: center;
      }
      
      #new-contact h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
      }
      
      #new-contact p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
      }
/*************new css contact************/
/*************new css erp************/


#new-portfolio {
  display: table;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 300px;
    }  

    #new-portfolio .carousel-item {
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    
    #new-portfolio .carousel-item::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.41);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
    }
    
    #new-portfolio .carousel-container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }
    
    #new-portfolio .carousel-content {
      text-align: center;
    }
    
    #new-portfolio h2 {
      color: #fff;
      margin-bottom: 30px;
      font-size: 48px;
      font-weight: 700;
    }
    
    #new-portfolio p {
      width: 80%;
      margin: 0 auto 30px auto;
      color: #fff;
    }


/*************new css portfolio************/

/*************new css erp************/
#new-erp {
  display: table;
  width: 100%;
  background: url(../img/images.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  }  

    #new-erp .shadow {
      width: 100%;
      height:300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    
    #new-erp .shadow::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.41);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
    }
    
    #new-erp .carousel-container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }
    
    #new-erp .carousel-content {
      text-align: center;
    }
    
    #new-erp h2 {
      color: #fff;
      margin-bottom: 30px;
      font-size: 48px;
      font-weight: 700;
    }
    
    #new-erp p {
      width: 80%;
      margin: 0 auto 30px auto;
      color: #fff;
    }

.erp{
  background: url("../img/default.png") center center  #fff;
  padding: 60px 0 40px 0;
}

.f-15{
  font-size: 15px;
}
.navbar-bottom .nav-menu .dp-n li a:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: none;
    content: "";
    text-align: center;
    margin: 0 auto;
    transform: translateX(-2000%);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}


/*************new css erp************/