@media screen and (min-width: 320px) and (max-width: 480px) {
  .mb-resp {
    margin-bottom: 30px;
  }
  .social-head {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    margin-top: 10px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-prev,
  #home-testimonial .owl-next {
    display: none;
  }
  /* HEADER */
  #main-header .header-wrapper .contacts {
    flex-wrap: wrap;
    display: block;
  }
  #main-header .header-wrapper .contacts .phone {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .sina-nav .sina-brand > img {
    width: 157px;object-fit: cover;
    padding: 9px 0;
  }
  .sina-nav .sina-brand {
    float: right !important;
  }
  .inner-social-icons {
    display: inline-block;
    padding: 0px 15px 0px 15px !important;
  }
  .inner-social-icons li {
    float: left;
    margin-right: 1rem;
  }
  /* HEADER */

  /* SLIDER */
  .big-slider {
    position: relative;
    top: 20px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row {
    height: 270px;
  }
  .big-slider #slider .item {
    height: 270px;
  }
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row .slider-content {
    top: 60px;
}
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    .btn{
        padding: 5px 30px;
    }
  /* SLIDER */

  /* ABOUT */
  #home-about .about-wrapper .image-wrapper .image-main {
    flex-wrap: wrap;
    flex-direction:column;
  }
  #home-about .about-wrapper .image-wrapper .image-main .first-image {
    margin-right: unset;
    margin-left: 0;
    transform: translateY(0px);
    display:none;
}
  #home-about .about-wrapper .image-wrapper .image-main .second-image {
    position: initial;
  }
  #home-about .about-wrapper .image-wrapper .image-main img {
    width: 100%;
    margin-bottom: 30px;
  }
  #home-about .about-wrapper {
    padding: 20px;
  }
  #home-about .about-wrapper .text-wrapper {
    padding-left: 0px;
    padding-right: 0;
  }
  /* ABOUT */

  /* PORTFOLIO */
  #home-portfolio .portofolio .portfolio-wrapper .image {
    padding: 0;
  }
  #home-portfolio .portofolio .portfolio-wrapper .image::before {
    background-image: none;
  }
  #home-portfolio .portofolio .portfolio-wrapper .text {
    padding-left: 0px;
    margin-top: 30px;
  }
  /* PORTFOLIO */

  /* COUNTER */

  #counter .counter-wrapper .count {
    margin-bottom: 40px;
  }
  /* COUNTER */

  /* PROMOTERS */
  #home-promoter .portfolio-wrapper .card .card-body {
    padding: 20px;
  }
  #home-promoter .portfolio-wrapper .card {
    margin-bottom: 20px;
  }
  #home-promoter .portfolio-wrapper .background {
    flex-direction: column-reverse;
  }
  /* PROMOTERS */

  /* NEWS */
  .main-wrapper .events-wrapper .card .card-body .date-box {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .events-wrapper .card .card-body .text-flex {
    display: block;
  }
  .main-wrapper .events-wrapper .card .card-body .text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-wrapper .events-wrapper .card .card-body .text .icon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-wrapper .news-wrapper .card .card-body {
    border: 1px solid #e4e4e4;
  }
  #news-wrapper {
    margin-bottom: 23px;
  }
  .main-wrapper
    .events-wrapper
    .card
    .card-body
    .text
    .icon-flex
    span:last-child {
    margin-left: 0px;
  }
  .main-wrapper .card span {
    margin-top: 12px;
  }
  /* NEWS */

  /* VIDEO */
  #home-video .card img {
    height: 300px;
  }
  #home-video .card .videolink-icon h3 {
    font-size: 20px;
    text-align: center;
  }
  /* VIDEO */

  /* GALLERY */
  #home-gallery .card {
    margin-bottom: 75px;
  }
  /* GALLERY */

  /* TESTIMONIAL */
  .testimonial .card {
    border: 1px solid rgb(240, 240, 240);
  }
  .testimonial .card .card-body {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .testimonial .card .card-body .testimonial-left {
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right {
    width: 100%;
    position: initial;
    float: none;
    margin-bottom: 20px;
  }
  .testimonial .card .card-body .testimonial-right .image .bg-testimonial {
    height: auto;
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right .image {
    position: initial;
  }
  /* TESTIMONIAL */

  /* FOOTER */
  #home-footer {
    padding: 20px;
  }
  #home-footer .footer-container .footer-menu ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  /* FOOTER */

  /* INNER ABOUT PAGE */
  .breadcrumb-option {
    top: -30px;
  }
  .img-about img {
    float: none;
    margin-left: 0px;
    width: 100%;
    height:auto;
    margin-bottom: 20px;
  }
  /* INNER ABOUT PAGE */

  /* INNER CONTACT PAGE */
  .contact-page .contact-left {
    margin-bottom: 30px;
  }
  
  #main-header .header-wrapper {
  display: none;
}
  /* INNER CONTACT PAGE */
}

/*  */
@media screen and (min-width: 481px) and (max-width: 639px) {
  .mb-resp {
    margin-bottom: 30px;
  }
  .social-head {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    margin-top: 10px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-prev,
  #home-testimonial .owl-next {
    display: none;
  }
  /* HEADER */
  #main-header .header-wrapper .contacts {
    flex-wrap: wrap;
  }
  #main-header .header-wrapper .contacts .phone {
    margin-right: 20px;
  }
  .sina-nav .sina-brand > img {
    width: 157px;
    padding: 9px 0;object-fit: cover;
  }
  .sina-nav .sina-brand {
    /*position: inherit;*/
    /*padding: 0px;*/
    /*margin: 0 0px 0 0;*/
    /*background: transparent;*/
    /*display: flex !important;*/
    /*justify-content: flex-end;*/
    /*box-shadow: none;*/
     float: right !important;
  }
  .inner-social-icons {
    display: inline-block;
    padding: 0px 15px 0px 15px !important;
  }
  .inner-social-icons li {
    float: left;
    margin-right: 1rem;
  }
  /* HEADER */

  /* SLIDER */
  .big-slider {
    position: relative;
    top: -30px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row {
    height: 270px;
  }
  .big-slider #slider .item {
    height: 270px;
  }
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* SLIDER */

  /* ABOUT */
  #home-about .about-wrapper .image-wrapper .image-main {
    flex-wrap: wrap;
    flex-direction:column;
  }
  #home-about .about-wrapper .image-wrapper .image-main .first-image {
    margin-right: unset;
    margin-left: 0;
    transform: translateY(0px);
    display:none;
}
  #home-about .about-wrapper .image-wrapper .image-main .second-image {
    position: initial;
  }
  #home-about .about-wrapper .image-wrapper .image-main img {
    width: 100%;
    margin-bottom: 30px;
  }
  #home-about .about-wrapper {
    padding: 20px;
  }
  #home-about .about-wrapper .text-wrapper {
    padding-left: 0px;
    padding-right: 0;
  }
  /* ABOUT */

  /* PORTFOLIO */
  #home-portfolio .portofolio .portfolio-wrapper .image {
    padding: 0;
  }
  #home-portfolio .portofolio .portfolio-wrapper .image::before {
    background-image: none;
  }
  #home-portfolio .portofolio .portfolio-wrapper .text {
    padding-left: 0px;
    margin-top: 30px;
  }
  /* PORTFOLIO */

  /* COUNTER */

  #counter .counter-wrapper .count {
    margin-bottom: 40px;
  }
  /* COUNTER */

  /* PROMOTERS */
  #home-promoter .portfolio-wrapper .card .card-body {
    padding: 20px;
  }
  #home-promoter .portfolio-wrapper .card {
    margin-bottom: 20px;
  }
  #home-promoter .portfolio-wrapper .background {
    flex-direction: column-reverse;
  }
  /* PROMOTERS */

  /* NEWS */
  .main-wrapper .events-wrapper .card .card-body .date-box {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .events-wrapper .card .card-body .text-flex {
    display: block;
  }
  .main-wrapper .events-wrapper .card .card-body .text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-wrapper .events-wrapper .card .card-body .text .icon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-wrapper
    .events-wrapper
    .card
    .card-body
    .text
    .icon-flex
    span:last-child {
    margin-left: 0px;
  }
  .main-wrapper .card span {
    margin-top: 12px;
  }
  .main-wrapper .news-wrapper .card .card-body {
    border: 1px solid #e4e4e4;
  }
  #news-wrapper {
    margin-bottom: 23px;
  }
  /* NEWS */

  /* VIDEO */
  #home-video .card img {
    height: 300px;
  }
  #home-video .card .videolink-icon h3 {
    font-size: 20px;
    text-align: center;
  }
  /* VIDEO */

  /* GALLERY */
  #home-gallery .card {
    margin-bottom: 75px;
  }
  /* GALLERY */

  /* TESTIMONIAL */
  .testimonial .card {
    border: 1px solid rgb(240, 240, 240);
  }
  .testimonial .card .card-body {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .testimonial .card .card-body .testimonial-left {
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right {
    width: 100%;
    position: initial;
    float: none;
    margin-bottom: 20px;
  }
  .testimonial .card .card-body .testimonial-right .image .bg-testimonial {
    height: auto;
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right .image {
    position: initial;
  }
  /* TESTIMONIAL */

  /* FOOTER */
  #home-footer {
    padding: 20px;
  }
  #home-footer .footer-container .footer-menu ul li {
    width: 33.33%;
    margin: 5px 5px;
  }
  /* FOOTER */

  /* INNER ABOUT PAGE */
  .breadcrumb-option {
    top: -30px;
  }
  .img-about img {
    float: none;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  /* INNER ABOUT PAGE */

  /* INNER CONTACT PAGE */
  .contact-page .contact-left {
    margin-bottom: 30px;
  }
  
  
  #main-header .header-wrapper {
  display: none;
}


  /* INNER CONTACT PAGE */
}

/***********************************************************************************/
@media screen and (min-width: 640px) and (max-width: 861px) {
  .mb-resp {
    margin-bottom: 30px;
  }
  .social-head {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    margin-top: 10px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-prev,
  #home-testimonial .owl-next {
    display: none;
  }
  /* HEADER */
  #main-header .header-wrapper .contacts {
    flex-wrap: wrap;
  }
  #main-header .header-wrapper .contacts .phone {
    margin-right: 20px;
  }
  .sina-nav .sina-brand > img {
    width: 157px;
    padding: 9px 0;object-fit: cover;
  }
  .sina-nav .sina-brand {
    position: inherit;
    padding: 0px;
    margin: 0 0px 0 0;
    background: transparent;
    display: flex !important;
    justify-content: flex-end;
    box-shadow: none;
  }
  .inner-social-icons {
    display: inline-block;
    padding: 0px 15px 0px 15px !important;
  }
  .inner-social-icons li {
    float: left;
    margin-right: 1rem;
  }
  /* HEADER */

  /* SLIDER */
  .big-slider {
    position: relative;
    top: -30px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row {
    height: 270px;
  }
  .big-slider #slider .item {
    height: 270px;
  }
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* SLIDER */

  /* ABOUT */
  #home-about .about-wrapper .image-wrapper .image-main {
    flex-wrap: wrap;
  }
  #home-about .about-wrapper .image-wrapper .image-main .second-image {
    position: initial;
  }
  #home-about .about-wrapper .image-wrapper .image-main img {
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
  }
  #home-about .about-wrapper {
    padding: 20px;
  }
  #home-about .about-wrapper .text-wrapper {
    padding-left: 0px;
    padding-right: 0;
  }
  /* ABOUT */

  /* PORTFOLIO */
  #home-portfolio .portofolio .portfolio-wrapper .image {
    padding: 0;
  }
  #home-portfolio .portofolio .portfolio-wrapper .image::before {
    background-image: none;
  }
  #home-portfolio .portofolio .portfolio-wrapper .text {
    padding-left: 0px;
    margin-top: 30px;
  }
  /* PORTFOLIO */

  /* COUNTER */

  #counter .counter-wrapper .count {
    margin-bottom: 40px;
  }
  /* COUNTER */

  /* PROMOTERS */
  #home-promoter .portfolio-wrapper .card .card-body {
    padding: 20px;
  }
  #home-promoter .portfolio-wrapper .card {
    margin-bottom: 20px;
  }
  #home-promoter .portfolio-wrapper .background {
    flex-direction: column-reverse;
  }
  /* PROMOTERS */

  /* NEWS */
  .main-wrapper .events-wrapper .card .card-body .date-box {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .events-wrapper .card .card-body .text-flex {
    display: block;
  }
  .main-wrapper .events-wrapper .card .card-body .text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-wrapper .events-wrapper .card .card-body .text .icon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-wrapper
    .events-wrapper
    .card
    .card-body
    .text
    .icon-flex
    span:last-child {
    margin-left: 0px;
  }
  .main-wrapper .card span {
    margin-top: 12px;
  }
  .main-wrapper .news-wrapper .card .card-body {
    border: 1px solid #e4e4e4;
  }
  #news-wrapper {
    margin-bottom: 23px;
  }
  /* NEWS */

  /* VIDEO */
  #home-video .card img {
    height: 300px;
  }
  #home-video .card .videolink-icon h3 {
    font-size: 20px;
    text-align: center;
  }
  /* VIDEO */

  /* GALLERY */
  #home-gallery .card {
    margin-bottom: 75px;
  }
  /* GALLERY */

  /* TESTIMONIAL */
  .testimonial .card {
    border: 1px solid rgb(240, 240, 240);
  }
  .testimonial .card .card-body {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .testimonial .card .card-body .testimonial-left {
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right {
    width: 100%;
    position: initial;
    float: none;
    margin-bottom: 20px;
  }
  .testimonial .card .card-body .testimonial-right .image .bg-testimonial {
    height: auto;
    width: 100%;
  }
  .testimonial .card .card-body .testimonial-right .image {
    position: initial;
  }
  /* TESTIMONIAL */

  /* FOOTER */
  #home-footer {
    padding: 20px;
  }
  #home-footer .footer-container .footer-menu ul li {
    width: 20.33%;
    margin: 5px 5px;
  }
  /* FOOTER */

  /* INNER ABOUT PAGE */
  .breadcrumb-option {
    top: -30px;
  }
  .img-about img {
    margin-left: 20px;
    width: 300px;
    margin-bottom: 20px;
  }
  /* INNER ABOUT PAGE */

  /* INNER CONTACT PAGE */
  .contact-page .contact-left {
    margin-bottom: 30px;
  }
  /* INNER CONTACT PAGE */
}

/***********************************************************************************/
@media screen and (min-width: 862px) and (max-width: 991px) {
  .mb-resp {
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    margin-top: 10px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-prev,
  #home-testimonial .owl-next {
    display: none;
  }
  /* HEADER */
  #main-header .header-wrapper .contacts {
    flex-wrap: wrap;
  }
  #main-header .header-wrapper .contacts .phone {
    margin-right: 20px;
  }
  .sina-nav .sina-brand > img {
    width: 157px;
    padding: 9px 0;
  }
  .sina-nav .sina-brand {
    position: inherit;
    padding: 0px;
    margin: 0 0px 0 0;
    background: transparent;
    display: flex !important;
    justify-content: flex-end;
    box-shadow: none;
  }

  /* HEADER */

  /* SLIDER */
  .big-slider {
    position: relative;
    top: -30px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row {
    height: 470px;
  }
  .big-slider #slider .item {
    height: 470px;
  }
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  /* SLIDER */

  /* ABOUT */

  #home-about .about-wrapper .image-wrapper .image-main img {
    margin-bottom: 30px;
  }

  /* ABOUT */

  /* PORTFOLIO */
  #home-portfolio .portofolio .portfolio-wrapper .image {
    padding: 0;
  }
  #home-portfolio .portofolio .portfolio-wrapper .image::before {
    background-image: none;
  }
  #home-portfolio .portofolio .portfolio-wrapper .text {
    padding-left: 0px;
    margin-top: 30px;
  }
  /* PORTFOLIO */

  /* COUNTER */

  #counter .counter-wrapper .count {
    margin-bottom: 40px;
  }
  /* COUNTER */

  /* PROMOTERS */
  #home-promoter .portfolio-wrapper .card .card-body {
    padding: 20px;
  }
  #home-promoter .portfolio-wrapper .card {
    margin-bottom: 20px;
  }
  #home-promoter .portfolio-wrapper .background {
    flex-direction: column-reverse;
  }
  #home-promoter .portfolio-wrapper .card img {
    height: 337px;
  }
  /* PROMOTERS */

  /* NEWS */
  .main-wrapper .events-wrapper .card .card-body .date-box {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .events-wrapper .card .card-body .text-flex {
    display: block;
  }
  .main-wrapper .events-wrapper .card .card-body .text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-wrapper .events-wrapper .card .card-body .text .icon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-wrapper
    .events-wrapper
    .card
    .card-body
    .text
    .icon-flex
    span:last-child {
    margin-left: 0px;
  }
  .main-wrapper .card span {
    margin-top: 12px;
  }
  .main-wrapper .news-wrapper .card .card-body {
    border: 1px solid #e4e4e4;
  }
  #news-wrapper {
    margin-bottom: 23px;
  }
  /* NEWS */

  /* VIDEO */
  #home-video .card img {
    height: 300px;
  }
  #home-video .card .videolink-icon h3 {
    font-size: 20px;
    text-align: center;
  }
  /* VIDEO */

  /* GALLERY */
  #home-gallery .card {
    margin-bottom: 75px;
  }
  /* GALLERY */

  /* TESTIMONIAL */

  .testimonial .card .card-body .testimonial-left {
    width: calc(100% - 215px);
  }

  .testimonial .card .card-body {
    display: flex;
    position: relative;
    padding: 20px;
  }
  .testimonial .card .card-body .testimonial-right {
    width: 215px;

    right: 0px;
    top: 0px;
  }
  /* TESTIMONIAL */

  /* FOOTER */
  #home-footer {
    padding: 20px;
  }
  #home-footer .footer-container .footer-menu ul li {
    width: 20.33%;
    margin: 5px 5px;
  }
  /* FOOTER */

  /* INNER ABOUT PAGE */
  .breadcrumb-option {
    top: -30px;
  }
  .img-about img {
    margin-left: 20px;
    width: 300px;
    margin-bottom: 20px;
  }
  /* INNER ABOUT PAGE */

  /* INNER CONTACT PAGE */
  .contact-page .contact-left {
    margin-bottom: 30px;
  }
  /* INNER CONTACT PAGE */
}

/***********************************************************************************/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .mb-resp {
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    margin-top: 10px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-prev,
  #home-testimonial .owl-next {
    display: none;
  }
  /* HEADER */
  #main-header .header-wrapper .contacts {
    flex-wrap: wrap;
  }
  #main-header .header-wrapper .contacts .phone {
    margin-right: 20px;
  }
  .sina-nav .sina-brand > img {
    width: 157px;
    padding: 9px 0;
  }
  .sina-nav .sina-brand {
    position: inherit;
    padding: 0px;
    margin: 0 0px 0 0;
    background: transparent;
    display: flex !important;
    justify-content: flex-end;
    box-shadow: none;
  }

  /* HEADER */

  /* SLIDER */
  .big-slider {
    position: relative;
    top: -30px;
  }
  .big-slider #slider .item .item-overlay .item-body .container .row {
    height: 470px;
  }
  .big-slider #slider .item {
    height: 470px;
  }
  .big-slider
    #slider
    .item
    .item-overlay
    .item-body
    .container
    .row
    .slider-content
    .boxed
    h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  /* SLIDER */

  /* ABOUT */
  #home-about .about-wrapper .image-wrapper .image-main .second-image {
    display: none;
  }
  /* ABOUT */

  /* PORTFOLIO */
  #home-portfolio .portofolio .portfolio-wrapper .image {
    padding: 0;
  }
  #home-portfolio .portofolio .portfolio-wrapper .image::before {
    background-image: none;
  }
  #home-portfolio .portofolio .portfolio-wrapper .text {
    padding-left: 0px;
    margin-top: 30px;
  }
  /* PORTFOLIO */

  /* COUNTER */

  #counter .counter-wrapper .count {
    margin-bottom: 40px;
  }
  /* COUNTER */

  /* PROMOTERS */
  #home-promoter .portfolio-wrapper .card .card-body {
    padding: 20px;
  }
  #home-promoter .portfolio-wrapper .card {
    margin-bottom: 20px;
  }

  /* PROMOTERS */

  /* NEWS */
  .main-wrapper .events-wrapper .card .card-body .date-box {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .events-wrapper .card .card-body .text-flex {
    display: block;
  }
  .main-wrapper .events-wrapper .card .card-body .text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-wrapper .events-wrapper .card .card-body .text .icon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-wrapper
    .events-wrapper
    .card
    .card-body
    .text
    .icon-flex
    span:last-child {
    margin-left: 0px;
  }
  .main-wrapper .card span {
    margin-top: 12px;
  }
  .main-wrapper .news-wrapper .card .card-body {
    border: 1px solid #e4e4e4;
  }
  #news-wrapper {
    margin-bottom: 23px;
  }
  /* NEWS */

  /* VIDEO */
  #home-video .card img {
    height: 300px;
  }
  #home-video .card .videolink-icon h3 {
    font-size: 20px;
    text-align: center;
  }
  /* VIDEO */

  /* GALLERY */

  /* GALLERY */

  /* TESTIMONIAL */

  .testimonial .card .card-body .testimonial-left {
    width: calc(100% - 215px);
  }

  .testimonial .card .card-body {
    display: flex;
    position: relative;
    padding: 20px;
  }
  .testimonial .card .card-body .testimonial-right {
    width: 215px;

    right: 0px;
    top: 0px;
  }
  /* TESTIMONIAL */

  /* FOOTER */
  #home-footer {
    padding: 20px;
  }
  #home-footer .footer-container .footer-menu ul li {
    width: 20.33%;
    margin: 5px 5px;
  }
  /* FOOTER */

  /* INNER ABOUT PAGE */
  .breadcrumb-option {
    top: -30px;
  }
  .img-about img {
    margin-left: 20px;
    width: 400px;
    margin-bottom: 20px;
  }
  /* INNER ABOUT PAGE */

  /* INNER CONTACT PAGE */
  .contact-page .contact-left {
    margin-bottom: 30px;
  }
  /* INNER CONTACT PAGE */
}

/**************************************************************************************** */
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  #home-news .owl-stage-outer {
    overflow: hidden !important;
  }
  #home-testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
}

/*  */
@media screen and (min-width: 1301px) and (max-width: 1388px) {
}

/*  */
@media screen and (min-width: 1201px) and (max-width: 3088px) {
}
