/*
|----------------------------------------------------------------------
|       Media Queries
|----------------------------------------------------------------------
*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*_____ Common _____*/
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
  }
  .main-services .flex .col {
    width: calc(100%/2);
  }
  #business .flexRow .design {
    display:none;
  }
  #business .flexRow > .col1 {
    padding-right: 0;
  }
  .investing .col .image1 {
    right: 12px;
    top: 260px;
  }
  .nav-tabs>li>a {
    min-width: 170px;
  }
  #faq .col {
    width: 100%;
  }
  nav > ul > li {
    padding: 0 15px;
}
}

@media screen and (max-width: 991px) {
  /*_____ Navigation _____*/
  .toggle {
    display: flex;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-flow: wrap;
    justify-content: center;
    float: none;
    display: none;
    height: auto;
    background: rgb(0 13 22 / 90%);
    padding: 20px 50px 15px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: saturate(180%) blur(20px);
    overflow: auto;
    z-index: 2;
  }

  nav.active {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  #nav {
    align-items: center;
    flex-flow: wrap;
  }
  #nav > li {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px;
  }
  nav > ul > li > a {
    font-size: 20px;
  }
  #nav > li > .sub {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    background: transparent;
    visibility: visible;
    opacity: 1;
    text-align: center;
    margin: 0 auto !important;
    border: 0;
    border-radius: 0;
    transition: none;
    box-shadow: none;
  }
  #nav > li > .sub > li {
    display: flex;
    justify-content: center;
  }
  #nav > li > .sub > li > a {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
  }
  nav #cta {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  header .proIco {
    margin: 0;
    margin-right: 40px;
  }
  #banner {
    padding-top: 0;
  }
 #blog_detail .colR {
    padding-left: 0px;
}
#blog_detail .colL {
  padding-right: 0px;
  margin-bottom: 20px;
}
  /*_____ Common _____*/
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
  }
  /*_____ Home _____*/
  #intro .flexRow > .col {
    width: 100%;
  }
  #intro .heading {
    text-align: left;
  }
  #intro .inside {
    padding: 60px;
  }
  #business .flexRow {
    flex-flow: wrap;
  }
  .innerNews .col .inner h3 {
    font-size: 24px;
  }
  #serve .flexRow > .col{
    width: calc(100%/2);
  }
  .choose {
    background-image: none !important;
  }
  .choose .col,
  #contact .flexRow > .col,
  #discover .flexRow > .col1,
  #discover .flexRow > .col2,
  #business .flexRow > .col {
    width: 100%;
  }
  #business .flexRow > .col1{
    padding-right: 10px;
  }
  #services .flexRow {
    flex-flow: wrap !important;
  }
  #blog_detail .colL,
   #blog_detail .colR,
  #services .flexRow > .col {
    width: 100%;
  }

  /* =========footer====== */
  footer .flexRow {
    flex-flow: wrap;
  }
    footer .flexRow > .col {
    flex: none;
    width: 100%;
    min-width: initial;
  }
  footer .upside h3{
    margin-right: 10px;
  }
  .workBlk > .image {
    padding-bottom: 50%;
  }
  #faq .col,
  #contact .infoLst > li {
    width: 100%;
  }
  footer .social {
    margin: 30px -8px -3px;
  }
  .copyright .inner {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  .copyright p {
    margin: 0 0 10px;
  }
  .main-services .flex .col {
    width: calc(100%/2);
  }
  #solution .content {
    background: #f9f4ea;
  } 
  /*_____ Common _____*/
  .investing .col .image1 {
    position: absolute;
    right: 13px;
    top: 184px;
    width: 252px;
    height: 231px;
  }
  .investing .col .image {
    width: 357px;
    height: 332px;
  }
  .challenge .col:nth-child(1) {
    padding-right: 0;
  }
  .nav-tabs>li>a {
    min-width: 115px;
  }
  .team h2 {
    font-size: 24px;
  }
  /* =======blog=========== */
  #blog_detail .inner{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /*_____ All Site _____*/
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  /*_____ Home _____*/
  #banner .content > h1 {
    font-size: 50px;
  }
  .challenge .colR .design {
    display: none;
  }
  .challenge .colR .inner {
    padding-left: 0;
}
  #serve .flexRow > .col,
  .main-services .flex .col,
  #solution .content,
  .team .col,
  footer .flexRow > .col,
  .investing .col:first-child, 
  .investing .col,
  .investing .col .image,
  .challenge .col,
  ._lIst .colL,
  #slider .cntnt,
  ._lIst .colR    {
    width: 100%;
  }
  #serve .workBlk > .image {
    padding-bottom: 23%;
  }
  #faq .col{
    padding:0;
  }
  ._lIst .colL {
    padding-right: 0;
}
  .fda .col:last-child {
    padding-left: 0;
    padding-right: 0;
}
  .investing .col .image1{
    display: none;
  }
  #services .bTn,
  footer .social,
  #business .bTn,
  footer .bTn {
    justify-content: center;
  }
  footer .upside{
    flex-direction: column;
}
footer .upside h3{
    margin-right: 0px;
}

footer form{
    width: 100%;
    padding-top:20px;
}
.innerNews .col .inner h3 {
  font-size: 13px;
}

/* =======blog======= */
#blog .col{
  width: 100%;
}
#blog .col:nth-child(odd){
  border-right: none;
  padding-right: 0;
}
#blog .col:nth-child(even){
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

}

@media screen and (max-width: 580px) {
  /*_____ col-xx-? _____*/
  .col-xx-12 {
    width: 100%;
  }
  .col-xx-11 {
    width: 91.6667%;
  }
  .col-xx-10 {
    width: 83.3334%;
  }
  .col-xx-9 {
    width: 75%;
  }
  .col-xx-8 {
    width: 66.6667%;
  }
  .col-xx-7 {
    width: 58.3334%;
  }
  .col-xx-6 {
    width: 50%;
  }
  .col-xx-5 {
    width: 41.6667%;
  }
  .col-xx-4 {
    width: 33.3334%;
  }
  .col-xx-3 {
    width: 25%;
  }
  .col-xx-2 {
    width: 16.6667%;
  }
  .col-xx-1 {
    width: 8.3334%;
  }
  .contain-fluid{
    padding: 0 15px;
  }
  /*_____ Home _____*/
  .announce h5 {
    font-size: 13px;
}
.announce .textt {
    margin-right: 10px;
  }
  .bottom-box-cta .textt {
    margin-right: 25px;
  }
  .bottom-box-cta .textt h4{
   font-size: 13px;
  }
  .bottom-box-cta .textt p{
   display: none;
  }
  #business .flexRow .design,
  header .proIco .proName {
    display: none;
  }
  .innerNews .col:nth-child(1){
    display: none;
  }
  .innerNews .col {
    width: 100%;
    padding: 40px 0;
}
#folio .content{
  padding: 0;
}
#folio .content:before{
  display:none;
}
#serve .workBlk > .image {
  padding-bottom: 45%;
} 

}

@media screen and (max-width: 480px) {
  /*_____ col-xx-? _____*/
  .col-xx-12,
  .col-xx-11,
  .col-xx-10,
  .col-xx-9,
  .col-xx-8,
  .col-xx-7,
  .col-xx-6,
  .col-xx-5,
  .col-xx-4,
  .col-xx-3,
  .col-xx-2,
  .col-xx-1 {
    width: 100% !important;
  }
  /*_____ Home _____*/
  #banner .content > h1 {
    font-size: 42px;
  }
  /*_____ Common _____*/
  #sBanner {
    padding: 50px 0;
  }
  #sBanner .content h1 {
    font-size: 40px;
  }
  #intro .inside {
    padding: 40px;
  }
  #inbox .buble {
    width: 100%;
  }
  .topHead {
    flex-flow: column;
  }
  .topHead .heading + * {
    margin-top: 10px;
  }
  .topHead .bTn,
  .topHead .bTn > .webBtn {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  /*_____ All Site _____*/
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  /*_____ Home _____*/
  #banner .content > h1 {
    font-size: 36px;
  }
  #banner .content > p {
    font-size: 16px;
  }
  /*_____ Common _____*/
  #sBanner .content h1 {
    font-size: 28px;
  }
  .nav-tabs>li>a {
    min-width: 107px;
  }
  #blog_detail .colL .col2 {
    width: 67%;
  }
  #blog_detail .colL .col1 {
    width: 33%;
  }
  #blog_detail .colL .col2 .text {
    padding: 20px 18px;
  }
}

@media screen and (max-width: 320px) {
  /*_____ Home _____*/
}

/*
|----------------------------------------------------------------------
|       Media Queries Height
|----------------------------------------------------------------------
*/

@media screen and (max-height: 420px) {
}

@media screen and (min-height: 768px) {
}

@media screen and (min-height: 1040px) {
}