body {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
  }
.mt-80 {
    margin-top: 80px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .ma {
    margin: auto !important;
  }
  
  ul {
    margin: auto !important;
  }
  
  li {
    margin: auto;
  }
  
  .color {
    background-color: #2d394b !important;
    padding: 10px 0;
  
  }
  
  .top_left li {
    color: #fff;
    list-style: none;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  
  .top_left li i {
    margin-right: 15px;
  }
  
  .top_right {
    float: right;
  }
  
  .icon li {
    list-style-type: none;
    float: left;
    margin: 7px;
  }
  
  .icon li a {
    color: #fff;
    text-decoration: none;
  }
  .btn1 {
    color: #fff !important;
    border-radius: 40px;
    background-color: #2d394b !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
  }
  
  .btn1:last-child {
    color: #fff !important;
  }
  
  .btn1:last-child:hover {
    color: #fff !important;
  }
  
  .btn1:hover {
    background-color: #2d394b !important;
    color: #fff !important;
  }
  .menu li{
    margin: 0 10px;
  }
  .menu li a {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
  
  }
  
  
  .menu li a:hover {
    color: #2d394b !important;
  }



  .page-title {
    background-image: url(../images/contact.jpg);
    position: relative;
    text-align: center;
    padding: 100px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  
  .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.page-title .page-breadcrumb {
  position: relative;
}
.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.page-title .page-breadcrumb li a {
  color: #fff;
  font-weight: 500;
}
.page-title .page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-title .page-breadcrumb li:after {
  position: absolute;
  content: '\f105';
  right: -11px;
  top: 2px;
  color: #dcdbdb;
  font-family: 'FontAwesome';
}
/* bannen_area */
.contact_me{
    padding: 30px 0;
    background-color: #e3e7ec;
}
.witr_bar_inner {
  height: 3px;
  width: 150px;
  background: #7f92ad;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  margin-bottom: 20px;
}
.form-group{
  margin-bottom: 10px;
}

.foot {
  padding: 10px 0px;
}

.footer_area p {
  font-size: 12px;
  color: #fff;
  margin: 20px auto !important;
  text-align: justify;
}

.footer_icon i {
  padding: 10px;
  background-color: rgb(5, 40, 92);
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

.foot-text {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
}

.faq {
  padding: 0;
}

.faq li {
  list-style: none;
  margin-bottom: 5px;
}

.faq li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.faq li a:hover {
  text-decoration: underline;
}

.loc {
  padding: 0;
}

.loc li {
  list-style: none;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 25px;
}

.loc li i {
  font-size: 20px;
  float: left;
  padding: 10px 10px;
  margin-right: 10px;
  line-height: 20px;
}

.btn-info {
  border-radius: 5px !important;
  padding: 10px 10px;
  border: none;
}

#scollup {
  background: #14b1bb none repeat scroll 0% 0;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
  position: fixed;
  z-index: 1000;
}

#scrollUp i {
  color: #fff;
}

.footer_menu {
  padding: 25px 0 25px;
  position: relative;
}

.footer_menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 1px;
  background-color: #a3a3a3;
  margin: auto;
}

.left_text p {
  color: #ffff;
  font-size: 20px;
}

.float_right {
  float: right;
}

.right_menu li {
  list-style: none;
  float: left !important;
  margin-right: 20px;
}

.right_menu li a {
  color: #ffff;
  font-size: 16px;
  text-decoration: none;
}
.list-style-none li{
  list-style: none;
  margin-bottom: 10px;
}
.list-style-none li img{
  margin-right: 15px;
}


  