@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
    color: rgb(255, 255, 255);
}

a:hover {
    color: #82af4a;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

img {
    width: 100%;
}

.reactionweb_footer{
    text-align: center;
    width: 185px;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #82af4a;
    color: #fff;
}

::-moz-selection {
    background: #82af4a;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .right-info ul li{
        display: block !important;
    }
}

.section-heading h1 {
    line-height: 40px;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 50px; 
    padding-bottom: 20px;
    border-bottom: 2px solid #82af4a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
    background-color: #1f272b;
    position: relative;
    z-index: 1111;
  }
  
  .sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
  }
  
  .sub-header .right-icons {
    text-align: right;
    padding: 8px 0px;
  }
  
  .sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
  }
  
  .sub-header .right-icons ul li a {
    color: #fff;
    font-size: 14px;
    transition: all .3s;
  }
  
  .sub-header .right-icons ul li a:hover {
    color: #82af4a;
  }
  
  .sub-header .left-content p em {
     font-style: normal;
     color: #82af4a;
  }

    .number_phone {
        color: white;
    }

    .main-banner .header-box {
        background-color: rgba(31,39,43,0.75);
        border-radius: 75px 75px 75px 75px;
        padding: 30px;
        position: absolute;
        top: 65%;
        text-align: center;
      }

      
/* 
---------------------------------------------
Google
--------------------------------------------- 
*/
      .bJugHk{
        line-height: 40px !important;
        margin-top: 0px !important;
        margin-bottom: 50px !important;
        padding-bottom: 20px !important;
        border-bottom: 2px solid #82af4a !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        color: #fff !important;
      }
      

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
/*
@media (max-width: 1300px) {
    .main-banner .header-box {
      background-color: rgba(31,39,43,0.75);
      border-radius: 75px 75px 75px 75px;
      padding: 30px;
      position: absolute;
      top: 65%;
      text-align: center;
    }
}*/

@media (max-width: 992px) {
    .sub-header .right-icons {
        text-align: center;
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    #bg-video {
    background-repeat: no-repeat;
    width: auto; /*or your image's width*/
    height: auto; /*or your image's height*/
    margin: 0;
    padding: 0;
    }
}

@media (max-width: 767px) {
    .div-left-content{
        display: none;
    }

    .sub-header .left-content p {
        display: none;
    }

    .sub-header .right-icons {
        text-align: center;
    }

    .sub-header .right-icons {
        text-align: center;
        font-size: 13px;
    }

    .sub-header .div-right-icons {
        width: 100%;
    }
}

