/* responsive of custom css */

@media (max-width: 466.99px) {
  h1,
  h1.h-ultra {
    font-size: 30px;
  }

  h2,
  h2.h-ultra {
    font-size: 25px;
  }

  h3,
  h3.h-ultra {
    font-size: 20px;
  }

  h4,
  h4.h-ultra {
    font-size: 17px;
  }

  h5,
  h5.h-ultra {
    font-size: 15px;
  }

  h6,
  h6.h-ultra {
    font-size: 14px;
  }

  h1 strong {
    font-size: 27px;
  }

  h2 strong {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 strong {
    font-size: 19px;
  }

  h5 strong {
    font-size: 17px;
  }

  h6 strong {
    font-size: 14px;
  }

  h1.h-inner {
    font-size: 35px;
  }

  h1.font-warning {
    font-size: 40px;
  }

  p,
  p.h-bold {
    font-size: 11px;
  }

  span.list {
    padding: 0 0 13px 0;
  }

  /*=================================
    navigation
    ==================================*/

  .collapse-visible {
    display: none;
  }

  .collapse-hidden {
    display: block;
  }

  /*=================================
    navigation
    ==================================*/

  .navbar-header {
    height: 50px;
    background: transparent !important;
  }

  .navbar.navbar-custom .navigation {
    /* background: transparent !important; */
    padding-bottom: 0;
  }

  .navbar.navbar-custom.navbar-fixed-top {
    height: 65px;
    /* background: transparent !important; */
    box-shadow: none;
    margin: 0;
  }
  .navbar-custom .nav.navbar-nav {
    /* background: rgba(203, 203, 204, 0.5); */
    background: #ffffff !important;
    text-align: center;
    margin: 0;
  }
  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .navbar-collapse {
    width: 100vw;
    background: #ffffff;
    /* background: rgba(246, 246, 248, 0.9); */
  }

  .navbar.navbar-custom.navbar-fixed-top .navbar-collapse {
    width: 100vw;
    /* background: rgba(203, 203, 204, 0.5); */
  }

  .navbar.navbar-custom ul.nav.navbar-nav {
    margin-top: -3px;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
    background: rgba(246, 246, 248, 0.5);
    margin: 0 !important;
    /* border: none;
        box-shadow: none;         */
    margin: 10px 10px 0 0;
  }

  /* .navbar .navbar-toggle{
        margin: 10px 40px 0 0;
    } */

  /* navigation dropdown menu */

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown
    ul.dropdown-menu {
    top: 50px;
    left: -40px;
    border-top: none;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.collapse-visible {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown.collapse-hidden {
    display: none;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  /*=================================
        intro
    ===================================*/

  /* .intro .container{
        padding-top:10vh;
    } */

  .intro-content div.col-lg-6 {
    top: -110px;
  }

  .intro h1.h-ultra,
  .intro h2.h-ultra,
  .intro h3.h-ultra,
  .intro h4.h-ultra,
  .intro h5.h-ultra,
  .intro h6.h-ultra {
    background: -moz-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  /*=================================
        quote
    ===================================*/

  #intro-quote li span.list desc {
    font-size: 13px;
  }

  #quote .intro-content .align-content-center {
    top: 40vh;
    left: 50vw;
  }

  #intro-quote.text-center h1.h-ultra,
  #quote .intro-content h1.h-ultra {
    font-size: 25px;
  }

  #quote .intro-content {
    height: 600px;
  }

  #imgtestimonial {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    float: right;
    top: -5vh;
    margin-left: 20vw;
  }
  /* #quote .intro-content h1.h-ultra{
            font-size: 25px;
        }  */

  /*=================================
        vision
    ===================================*/
  #vision.intro,
  #vision div.intro-content {
    padding: 30px 0 0 0;
    height: auto;
    max-height: 800px;
  }

  #vision div.intro-content {
    margin-top: 0;
  }

  #vision .container {
    padding-top: 0;
  }

  /* #vision.home-section.nobg{
        margin-top: 0;
        padding-top:0;
    } */
  /* #vision div.intro-content{
        background: #ecf0f1;

        overflow: hidden;
    } */

  #vision blockquote i.fa {
    font-size: 28px;
    line-height: 0.5;
  }

  #vision blockquote span strong {
    font-size: 16px;
  }

  #vision h2 {
    font-size: 18px;
  }

  #vision blockquote span.list strong.font-info {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }

  #vision blockquote span.list strong.font-info p {
    font-size: 12px;
  }

  #vision blockquote span.list strong.font-info {
    font-size: 15px;
  }

  #vision blockquote h1 strong {
    font-size: 30px;
    line-height: 0.5;
  }

  /*=================================
        services
    ===================================*/

  #services .container {
    padding-top: 10vh;
  }

  @media (max-width: 768px) {
    #services .container {
      padding-top: 0vh;
    }
  }

  #services div.intro-content {
    height: 950px;
    max-height: 1100px;
  }

  #services p {
    font-size: 15px;
  }

  #services div.box-content {
    margin-left: auto;
    margin-right: auto;
  }

  #services div.box-content img {
    height: 40px;
    width: 40px;
  }
  /* #services div.box-content h6{
        font-size: 13px;
    } */

  #services div.box-content p {
    font-size: 12px;
    padding: 0 10px 0 10px;
  }

  #services blockquote span.list strong.font-info p {
    font-size: 12px;
  }

  #services blockquote span.list strong.font-info {
    font-size: 15px;
  }

  /*=================================
        business strategy
    ===================================*/

  #business {
    padding-top: 0;
  }

  #business .home-section {
    height: 1270px;
  }

  @media (max-width: 768px) {
    #business .home-section {
      height: auto;
    }
  }

  #business .intro-content {
    height: 1270px;
  }

  #business .container {
    padding-top: 0;
  }

  #business .section-heading {
    margin: 5vh 0 1vh 0;
  }

  .section-heading p {
    font-size: 12px;
  }

  .circle-primary,
  .circle-warning {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  /*=================================
        shareholders
    ===================================*/
  #shareholders div.intro-content {
    min-height: 750px;
    height: auto;
    padding-bottom: 20px;
  }

  #shareholders .container {
    text-align: center;
    margin-top: 80vw;
  }
  #shareholders p.h-bold {
    font-size: 12px;
  }

  #shareholders h1.h-bold {
    font-size: 20px;
  }

  #imgshareholders {
    /* display: none; */
    background: url(../img/team/1535274752928.jpg) no-repeat top left;
    display: block !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  blockquote span.list {
    font-size: 15px;
  }
  /* blockquote span.list strong{
        font-size: 20px;
    } */

  /*=================================
        testimonial
    ===================================*/

  /* #testimonial {
      height: 1500px;
    } */

  #testimonial .intro-content {
    height: 1200px;
  }

  #testimonial .container {
    padding-top: 0;
  }

  #testimonial blockquote h1.font-warning,
  #testimonial blockquote h1.font-warning strong {
    font-size: 40px;
  }

  #testimonial blockquote p {
    font-size: 15px;
  }

  #testimonial blockquote span.list {
    font-size: 15px;
  }

  #testimonial blockquote span.list strong.font-info {
    font-size: 15px;
  }

  /*=================================
        clients
    ===================================*/
  p.p-title {
    font-size: 15px;
  }
  /*======== End max-width:576px =======*/
}

@media (min-width: 467px) and (max-width: 576px) {
  h1,
  h1.h-ultra {
    font-size: 30px;
  }

  h2,
  h2.h-ultra {
    font-size: 25px;
  }

  h3,
  h3.h-ultra {
    font-size: 20px;
  }

  h4,
  h4.h-ultra {
    font-size: 18px;
  }

  h5,
  h5.h-ultra {
    font-size: 15px;
  }

  h6,
  h6.h-ultra {
    font-size: 14px;
  }

  h1 strong {
    font-size: 35px;
  }

  h2 strong {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 strong {
    font-size: 23px;
  }

  h5 strong {
    font-size: 20px;
  }

  h6 strong {
    font-size: 19px;
  }

  h1.h-inner {
    font-size: 45px;
  }

  p,
  p.h-bold {
    font-size: 12px;
  }

  span.list {
    padding: 0 0 15px 0;
  }

  /*=================================
      collapse-visible
  ==================================*/
  .collapse-visible {
    display: none;
  }

  .collapse-hidden {
    display: block;
  }
  /*=================================
   navigation
   ==================================*/
  .navbar.navbar-custom.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
    position: fixed;
    top: 0;
    left: 0;
  }

  /*=================================
      navigation fixed
  ==================================*/

  .navbar.navbar-custom.navbar-fixed-top ul li > a {
    font-size: 11px;
  }
  .navbar.navbar-custom.navbar-fixed-top ul.nav li.dropdown.collapse-hidden {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top ul.nav li.collapse-visible {
    display: none;
  }

  /*=================================
      navigation collapse
  ==================================*/
  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown.collapse-hidden {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown.collapse-visible {
    display: none;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown
    ul.dropdown-menu {
    top: 50px;
    left: -40px;
    border-top: none;
  }

  /* .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul.nav li.collapse-visible{
      display:none;
  } */

  /*=================================
      intro
  ===================================*/

  .intro-content div.col-lg-6 {
    top: -110px;
  }

  .intro h1.h-ultra,
  .intro h2.h-ultra,
  .intro h3.h-ultra,
  .intro h4.h-ultra,
  .intro h5.h-ultra,
  .intro h6.h-ultra {
    background: -moz-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  /*=================================
      quote & testimonial
  ===================================*/
  .intro-content .footer-content {
    width: 100vw;
    bottom: 18vh;
  }

  #intro-quote.text-center h1.h-ultra,
  #quote .intro-content h1.h-ultra #testimonial .intro-content h1.h-ultra {
    font-size: 25px;
  }

  #testimonial blockquote p {
    font-size: 15px;
  }

  #quote .intro-content,
  #testimonial .intro-content {
    height: 600px;
  }

  #imgtestimonial {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
    top: 28%;
  }
  /* #quote .intro-content h1.h-ultra{
          font-size: 25px;
      }  */

  /*=================================
      vision
  ===================================*/
  #vision.intro,
  #vision div.intro-content {
    height: 800px;
  }

  #vision blockquote i.fa {
    font-size: 28px;
    line-height: 0.5;
  }
  #vision h2 {
    font-size: 18px;
  }

  #vision blockquote span strong.font-info,
  #vision blockquote span p {
    font-size: 15px;
  }

  #vision blockquote span strong.font-info {
    line-height: 0.5;
  }

  /*=================================
      services
  ===================================*/

  #services div.intro-content {
    height: 880px;
  }

  #services p {
    font-size: 15px;
  }

  #services div.box-content {
    margin-left: auto;
    margin-right: auto;
  }

  #services div.box-content img {
    height: 40px;
    width: 40px;
  }
  /* #services div.box-content h6{
      font-size: 13px;
  } */

  #services div.box-content p {
    font-size: 12px;
    padding: 0 10px 0 10px;
  }

  /* #services h2{
      font-size: 18px;
  } */

  /*=================================
      business strategy
  ===================================*/
  #business .home-section,
  #business .intro-content {
    height: 1200px;
  }

  /* #business,
  #business .home-section{
      height: 1200px;
  } */

  .section-heading p {
    font-size: 12px;
  }

  .circle-primary,
  .circle-warning {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  /*=================================
      shareholders
  ===================================*/
  #shareholders div.intro-content {
    height: 600px;
    padding-bottom: 20px;
  }

  #shareholders p.h-bold {
    font-size: 12px;
  }

  #shareholders h1.h-bold {
    font-size: 20px;
  }

  /* #imgshareholders {
      display: none;
  } */

  blockquote span.list {
    font-size: 15px;
  }
  blockquote span.list strong {
    font-size: 20px;
  }

  /*=================================
      clients
  ===================================*/
  p.p-title {
    font-size: 15px;
  }
  /*======== End min-width 467 and max-width:576px =======*/
}

@media (min-width: 577px) and (max-width: 767.9px) {
  /*=================================
      collapse-visible
  ==================================*/
  .collapse-visible {
    display: none;
  }

  /*=================================
      navigation fixed
  ==================================*/

  .navbar-custom ul.nav li > a {
    font-size: 11px;
  }
  .navbar.navbar-custom.navbar-fixed-top ul.nav li.dropdown.collapse-hidden {
    display: none;
  }

  .navbar.navbar-custom.navbar-fixed-top ul.nav li.collapse-visible {
    display: block;
  }

  /*=================================
      navigation drop menu
  ==================================*/
  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown.collapse-hidden {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.collapse-visible {
    display: none;
  }

  .collapse-hidden {
    display: block;
  }

  /*===================================
   vision
   ====================================*/
  #vision.intro,
  #vision div.intro-content {
    height: 800px;
  }

  /*===================================
    SHAREHOLDERS
   ====================================*/
  #shareholders div.intro-content {
    min-height: 750px;
    height: auto;
    padding-bottom: 20px;
  }

  #shareholders .container {
    text-align: center;
    margin-top: 80vw;
  }

  #imgshareholders {
    background: url(../img/team/1535274752928.jpg) no-repeat top left;
    display: block !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 80vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991.1px) {
  /*=================================
      intro
  ==================================*/

  ul.lead-list li.list span desc {
  }

  /*=================================
        collapse-visible
    ==================================*/
  .collapse-visible {
    display: none;
  }

  .collapse-hidden {
    display: block;
  }

  /*=================================
        navigation fixed
    ==================================*/

  .navbar.navbar-custom.navbar-fixed-top ul li > a {
    font-size: 11px;
  }
  .navbar.navbar-custom.navbar-fixed-top ul.nav li.dropdown.collapse-hidden {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top ul.nav li.collapse-visible {
    display: none;
  }

  /*=================================
        navigation collapse
    ==================================*/

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul li > a {
    font-size: 11px;
  }
  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown.collapse-hidden {
    display: block;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.collapse-visible {
    display: none;
  }

  .navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
    ul.nav
    li.dropdown
    ul.dropdown-menu {
    top: 50px;
    left: -40px;
    border-top: none;
  }

  /*===================================
     vision
     ====================================*/
  #vision.intro,
  #vision div.intro-content {
    height: 800px;
  }

  /*===================================
     services
     ====================================*/
  #services.intro,
  #services div.intro-content {
    height: 1300px;
  }
}

@media (max-width: 800px) {
  /*=========================
        Profile 
    ===========================*/
  #testimonial .container {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  /* (min-width: 768px) and  */

  /*=================================
      clients
  ===================================*/
  #testimonial {
    height: 700px;
  }

  /*=================================
      services
  ===================================*/
  #services .intro-content {
    min-height: 100vh;
    height: 1240px;
    /* height: 1200px; */
  }

  #services div.box-content {
    margin-left: 30px;
    margin-right: 30px;
  }

  #services .featured-boxes {
    margin-left: 0;
    margin-right: 0;
  }

  /*=================================
      shareholders
  ===================================*/
  /* #imgshareholders {
          display: none;
      } */

  #shareholders h1.h-bold {
    font-size: 27px;
  }
  /*=================================
      business
  ===================================*/

  .circle-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .circle-primary,
  .circle-warning {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }

  /* ===========================
  ---  business-model
  ============================ */
  #business .intro-content {
    /* height: 1200px; */
    height: auto;
  }

  .circle-primary {
    width: 140px;
    height: 140px;
    padding-top: 140px;
  }
  .circle-primary:before {
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
  }
  .circle-primary:after {
    width: 160px;
    height: 160px;
    top: -7%;
    left: -7%;

    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
  }
  /* .circle-primary:hover {
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  } */
  .circle-primary .text-wrapper {
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    padding: 30px 5px 0 5px;
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
    /*

      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

      box-shadow:
      inset 0px 11px 8px -10px #34495e,
      inset 0px -11px 8px -10px #34495e; */
  }

  .circle-primary .text-wrapper:hover {
    top: -2;
    left: -2;
    width: 142px;
    height: 142px;
    padding-left: 10px;
    padding-right: 10px;
    /* box-shadow:
      inset 0px 15px 10px -10px #34495e,
      inset 0px -15px 10px -10px #34495e; */
  }

  .circle-primary .text-wrapper p {
    font-size: 10px;
    line-height: 1.5;
  }

  .circle-primary .text-wrapper p > strong {
    font-size: 15px;
  }

  /* retail circle */

  .circle-warning {
    width: 140px;
    padding-top: 140px;
  }
  .circle-warning:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
  }
  .circle-warning:after {
    width: 160px;
    height: 160px;
    top: -7%;
    left: -7%;
  }

  .circle-warning .text-wrapper {
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    padding: 20px 10px 0 10px;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0;
    left: 0px;
  }

  .circle-warning .text-wrapper:hover {
    top: -2;
    left: -2;
    width: 142px;
    height: 142px;
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: inset 0px 15px 10px -10px #684a39,
      inset 0px -15px 10px -10px #684a39;
  }

  .circle-warning .text-wrapper p {
    font-size: 9.2px;
    line-height: 1.5;
  }

  .circle-warning .text-wrapper p > strong {
    font-size: 13px;
  }
}

@media (min-width: 993px) and (max-width: 1199) {
  /*=================================
      shareholders
  ===================================*/
  #imgshareholders {
    position: absolute;
    right: 0;
  }
}
