* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}

header {
  padding: 0;
  background: #fff;
}

.navbar {
  padding: 20px 0;
  margin-bottom: 0px !important;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
 width: auto;
 height: 81px;
margin: -14px;
}

.example6 .navbar-brand{ 

  width: 84px;
}

.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0,-50%);
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}


.top-area {
  background: #430220;
  padding: 10px 0;
}

.top-contact ul li{
  display: inline;
  padding: 0 5px;
}

.top-contact ul li a{
  color: #fff;
}

.abt {
  padding: 70px 0 100px 0;
}

.heading h2{
  text-transform: uppercase;
  text-align: center;
  color: #430220;
  font-weight: 600;
  position: relative;
  margin: 0px;
}

.heading h2::after {
    content: '';
    position: absolute;
    background: #ce8320;
    margin: 0 auto;
    width: 18%;
    height: 3px;
    bottom: -7px;
    left: 41%;
}

.heading h2::before {
    content: '';
    position: absolute;
    background: #302e5b;
    margin: 0 auto;
    width: 10%;
    height: 4px;
    bottom: -20px;
    left: 45%;
}

.heading {
  padding-bottom: 40px;
}

.abt-details p{
  /*text-align: center;*/
}

.abt-details p span{
  text-align: center;
  font-weight: 600;
  color: #430220a6;
}

.service {
    background: url(../img/bgimg.jpg);
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
}

.service img{
  margin: 0 auto;
  border-radius: 50%;
  width:50%;
  background: #fff;
}

.service h3{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.service p{
  text-align: center;
  color: #fff;
}

.service-box-details {
  background-color: #fff5;
  height: 250px;
  padding:10px 20px;
  margin-top: 20px;
  border-radius: 45px 45px 0 0;
  position: relative;
  transition: 0.6;
  overflow: hidden;
  box-shadow: 0px 5px 2px #fff;
}

.service-box-details:hover{
  background-color: #430220;
}
/*.service-box-details:hover::after {
    content: '';
    position: absolute;
    transform: translateY(-20px);
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}*/

.industry {
  padding: 100px 0;
}

.industry ul li{
  /*list-style: disc;*/
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #302e5b;
  transition: 0.6s;
  background: #430220;
  padding: 10px 20px;
  color: #fff;
}

.industry ul li:hover{
 box-shadow: 0 5px 2px 0 #666;
}
.technology {
  padding: 70px 0;
  background: url(../img/bgimg1.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.technology h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.technology p{
  text-align: center;
  margin-bottom: 25px;
  color: #d8d8d8;
}
.technology a {
    padding: 10px 20px;
    border: 2px solid #fff;
    background: #fff;
    color: #430220;
    text-transform: uppercase;
    font-weight: 600;
}

.footer {
    padding-top: 50px;
    background: #424040;
    padding-bottom: 40px;
}

.abt-footer h2{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.abt-footer a{
  font-size: 12px;
  background: #000;
  padding: 5px 10px;
}

.footer h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.6s;
  color: #fff;
}

.footer h2::after {
    content: "";
    position: absolute;
    background: #430220;
    height: 3px;
    width: 25%;
    bottom: -5px;
    left: 0;
    transition: 0.6s;
    
}

/*.footer h2:hover::after {
    content: "";
    position: absolute;
    background: #430220;
    height: 3px;
    width:90%;
    bottom: -5px;
    left: 0px;
    
}*/

.footer p{
  color:#fff;
}

.footer ul li a{
  color: #fff;
  transition: 0.6s;
}
.footer ul li:hover a{
  transform: translateX(5px);
  margin-left: 20px;
}
.copyright p{
  text-align: center;
  padding: 10px 0;
  background: #000;
  color: #fff;
}

.social-top ul li{
  display: inline;
  padding: 10px 20px;
  color: #fff;
  background: #00a2f447;
  border-radius: 5px;

}

.social-top ul li a{
  color: #fff;
}

.navbar-nav>li>a{
  color: #430220;
  font-weight: 600;
  text-transform: uppercase;
}

/*abt page*/

 .abt-heading {
  background: #000;
 }

 .abt-heading h2{
  text-align: center;
  padding: 70px 0;
  color: #fff;
 }

 .abt-area {
  padding: 100px 0;
 }


.abt-area-img img{
  width: 100%;
}

.abt-area-details{
  margin-top: 24px;
}

.abt-area-details h2 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 45px;
    padding-bottom: 27px;
    font-weight: 600;
    color: #000;
    position: relative;
}


.abt-area-img img{
  border-radius: 30px;
  box-shadow: 1px 5px 5px #c7c7c7;
}
.abt-area-details h2::after {
    content: '';
    background: #430220;
    height: 4px;
    width: 95%;
    position: absolute;
    left: 0;
    bottom: 21px;
}


.abt-area-details h2 span{
  color: #430220;
}

.bottom-area {
  padding: 40px 0;
}

.call-us{
  background: #000;
  padding: 25px 0;

}

.call-us h2{
  color: #fff;
  text-transform: uppercase;
}

.call-us h2 span{
  color: #0edede;
}

.call-us a {
    background: #430220;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 75px;
    border-radius: 10px;
    font-weight: 600;
}
/*end abt page*/
/*product page*/

.product-heading {
  background: #000;

}

.product-heading h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 70px 0;
  color: #fff;
}

.product-area {
  padding: 100px 0;
}


.product-box {
    padding: 10px 0;
    border: 1px solid #666;
    margin: 15px 0;
}

.product-box img {
    margin: 0 auto;
    height: 280px;
}


.product-details-img img{
  width: 100%;
  border-right: 2px solid #430220;
}

.product-box h2 {
    text-align: center;
    text-transform: uppercase;
    color: #430220;
    font-size: 17px;
    font-weight: 600;
    border-top: 1px solid #430220;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0px;
}


.product-details-box{
  border:2px solid #430220;
  float: left;
  padding: 20px 10px;

}

.product-details-box h3 {
    margin: 0px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #430220;
    font-weight: 600;
    border-bottom: 1px solid;
}

.product-details-box p{
  padding: 5px 0;
}

.download-btn a{
  background: #430220;
  padding: 8px 10px;
  color: #fff;
  border-radius: 5px ;
}

.download-btn a:hover{
  background:#000 ;
}


.product-details-box ul li {
    font-weight: 600;
    color: #9e446d;
    text-transform: uppercase;
    font-size: 14px;
}
/*end product page*/

/*maintence page*/

.maintenance-heading {
  background: #000;
}

.maintenance-heading h2{
  text-align: center;
  padding: 70px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.maintenance-area{
  padding: 100px 0;
}

/*end maintenance*/

/*branches*/

.branches-heading {
  background: #000;
}

.branches-heading h2{
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.branch-details{
  margin: 10px 0;
}
.branch-details p{
  background: #430220;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 5px #6666667d;
}


.braches-area {
  padding: 100px 0;
}

/*end branches*/







.contact-form{
 margin-top:15px;
}

.contact-form .textarea{
 min-height:220px; resize:none;
}
.form-control{
 box-shadow:none;
  border-color:#555;
   height:49px;
 }
.form-control:focus{
 box-shadow:none;
  border-color:#430220;
}
.form-control-feedback{ 
  line-height:50px;
}
.main-btn{ 
  background:#430220;
   border-color:#430220; 
   color:#fff;
 }
.main-btn:hover{ 
  background:#302e5b;
  color:#fff;
}
.form-control-feedback {
line-height: 50px;
top: 0px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}






/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.why-text h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}


.why-area {
    background: url(../img/training.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}
.why-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000e3;
    opacity: 0.8;
}


.navbar-header p{
  font-weight: bold;
  width: 302px;
  padding-top: 10px;
}