/*custom*/
:root {
  --main-bg-color: RGB(55, 191, 145);
}
a:hover,a:focus{
  text-decoration: none;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

.text-yellow{
 color:#ff9900;
}
.bg-yellow {
  background-color:#ff9900;
}
.text-grey{
 color:rgb(95, 101, 107);
}
.bg-grey {
  background-color:rgb(95, 101, 107);
}
.text-black{
 color:rgb(0, 0, 0);
}
.bg-black {
  background-color:rgb(0, 0, 0);
}
.text-dark-grey{
  color:rgb(51, 51, 51);
}
.bg-dark-grey{
  background-color:rgb(51, 51, 51);
}
body{
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
}
h2{
 font-weight: 700;
 margin: 0;
}
.separater {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: rgb(51, 51, 51);
    left: 50%;
    margin-left: -50px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.separater::before {
    left: 50%;
    right: auto;
    margin-left: -5px;
    position: absolute;
    content: '';
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color:#ff9900;
}
.title-section {
  margin-bottom: 25px;
}
/*our group*/
.our-group{
  padding-bottom:70px;
  padding-top:50px;
}
.our-group-icon {
    height: 60px;
    width: 60px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: 25px;
    display: inline-block;
    left: 15px;
    margin-bottom: 15px;
}
.our-group-icon::before {
    height: 60px;
    width: 60px;
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    z-index: -1;
    left: -15px;
    top: -15px;
}
.our-group-icon i {
    font-size: 35px;
    color: #ff9900;
    background-color: rgb(247, 247, 247);
    height: 100%;
    line-height: 60px;
    width: 100%;
    text-align: center;
}
.our-group-content-small {
    padding: 30px 15px;
    border: 3px solid rgb(245, 245, 245);
    background-color: #fff;
    margin-bottom: 15px;
}
.our-group-item {
  padding: 20px 10px;
  text-align: center;
  display: block !important;
  background-color: rgb(255, 255, 255);
  border: solid .5px transparent;
  background-clip: padding-box;
}
.our-group-item img {
    height: 74px;
    width: auto;
   
    margin: auto;
}
#our-group-slider {
    border-style: solid;
    background: rgb(210, 206, 206);
    border-color: rgb(210, 206, 206);
    border-width: .5px 1px .5px .5px;
}
/*header second*/
.header{
  position:relative;
}
.header-contact-info .media i {
    margin-top: 0;
    font-size: 39px;
}
.header-contact-info .media a {
    color: #808080;
    font-size: 13px;
    text-transform: uppercase;
}
.header-contact-info .media-heading {
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.logo img {
    height: 78px;
    width: auto;
}
.header-contact-info .media {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
    margin-left: 20px;
}
.icv img{
  height: 55px;
  width:auto;
}
/*header bottom*/
.header-bottom .navbar-light .navbar-nav .nav-link {
    padding: 17px 22px;
    display: block;
    font-size: 18px;
  color:#fff;
    font-weight: 400;
    transition: 1s all;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 4px 10px;
    border-radius: 0;
    margin-bottom: 5px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(55, 191, 145)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-bottom .navbar-brand{
  display:none;
}

.header-bottom {
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    box-shadow: 0 1px 4px 1px rgba(21, 0, 0, 0.68);
}
/*footer*/
/*footer*/
.footer-top {
    background-color: rgb(11, 11, 11);
    padding-top: 55px;
    padding-bottom: 40px;
}
.footer-top h3,.footer-top h4{
  color:rgb(215, 215, 215);
}
.footer-top p {
    color: rgb(102, 102, 102);
    font-size: 15px;
}
.small-title {
    margin-bottom: 25px;
    margin-top: 15px;
}
.line1, .line2 {
    background-color: #ff9900 !important;
}
.line1 {
    float: left;
    height: 5px;
    width: 40px;
}
.line2 {
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 78px;
}
.footer-top h3 {
    font-size: 22px;
}
.container-half-left {
    width: 570px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 45px;
}
.container-half-right {
    width: 570px;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 45px;
}
.footer-top h4 {
    font-size: 17px;
}
.copyright-area {
    padding: 20px 0 5px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
}
.copyright-box p {
    color: rgb(173, 173, 173);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 15px;
}
.copyright-box a {
    color: #ff9900;
}
.copyright-box a:hover {
    color: #fff;
}
.footer-top a {
    color: rgb(102, 102, 102);
    font-size: 15px;
}
@media(max-width:991px){
  .icv{
    position:absolute;
    top: 7.5px;
    right: 15px;
  }
  .header-middle {
    position: relative;
  }
  .header-middle::before {
    content: '';
    position: absolute;
    top: 85px;
    left: 0;
    background-color: #f7f7f7;
    right: 0;
    bottom: 0;
  }
  .header-contact-info .media {
    margin-bottom: 0;
    margin-top: 19px;
    padding-left: 0;
    margin-left: 0;
  }
  .header-bottom {
      position: relative;
      background-color: rgb(44, 42, 43);
      box-shadow: none;
  }
}
@media(max-width:575px){
  .logo img {
    height: 65px;
  }
  .icv img {
    height: 50px;
  }
  .icv {
    top: 10px;
  }
}