@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?e8ojxl');
  src: url('fonts/icomoon.eot?e8ojxl#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?e8ojxl') format('truetype'),
    url('fonts/icomoon.woff?e8ojxl') format('woff'),
    url('fonts/icomoon.svg?e8ojxl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checked:before {
  content: "\e935";
}

.icon-dots-menu:before {
  content: "\e900";
}

.icon-left-arrow1:before {
  content: "\e901";
}

.icon-right-arrow1:before {
  content: "\e902";
}

.icon-down-arrow1:before {
  content: "\e903";
}

.icon-up-arrow1:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e910";
}

.icon-megaphone:before {
  content: "\e933";
}

.icon-layers:before {
  content: "\e934";
}

.icon-bulb-business-idea:before {
  content: "\e905";
}

.icon-business-cash-management:before {
  content: "\e906";
}

.icon-business-management-presentation:before {
  content: "\e907";
}

.icon-business-management-stamp:before {
  content: "\e908";
}

.icon-business-management-target:before {
  content: "\e909";
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-chart-diagram-pie:before {
  content: "\e90b";
}

.icon-chart-graph-pie:before {
  content: "\e90c";
  color: #4d4d4d;
}

.icon-clock:before {
  content: "\e90d";
}

.icon-contact-support:before {
  content: "\e90e";
}

.icon-diagram-business:before {
  content: "\e90f";
}

.icon-earth-alt:before {
  content: "\e911";
}

.icon-edit-square:before {
  content: "\e912";
}

.icon-edit-square-1:before {
  content: "\e913";
}

.icon-email-mail:before {
  content: "\e914";
}

.icon-flower-smile:before {
  content: "\e915";
}

.icon-folder:before {
  content: "\e916";
}

.icon-folder-1:before {
  content: "\e917";
}

.icon-happy-smile:before {
  content: "\e918";
}

.icon-image-comment:before {
  content: "\e919";
}

.icon-link:before {
  content: "\e91a";
}

.icon-location:before {
  content: "\e91b";
}

.icon-minus:before {
  content: "\e91c";
}

.icon-newspaper-news:before {
  content: "\e91d";
}

.icon-phone:before {
  content: "\e91e";
}

.icon-phone-call:before {
  content: "\e91f";
}

.icon-play:before {
  content: "\e920";
}

.icon-plus:before {
  content: "\e921";
}

.icon-quote:before {
  content: "\e922";
}

.icon-rating:before {
  content: "\e923";
}

.icon-search:before {
  content: "\e924";
}

.icon-up-arrow:before {
  content: "\e925";
}

.icon-down-arrow:before {
  content: "\e926";
}

.icon-left-arrow:before {
  content: "\e927";
}

.icon-right-arrow:before {
  content: "\e928";
}

.icon-up-arrow-1:before {
  content: "\e929";
}

.icon-down-arrow-1:before {
  content: "\e92a";
}

.icon-right-arrow-1:before {
  content: "\e92b";
}

.icon-left-arrow-1:before {
  content: "\e92c";
}

.icon-up-arrow-2:before {
  content: "\e92d";
}

.icon-down-arrow-2:before {
  content: "\e92e";
}

.icon-right-arrow-2:before {
  content: "\e92f";
}

.icon-left-arrow-2:before {
  content: "\e930";
}

.icon-user:before {
  content: "\e931";
}

.icon-user-1:before {
  content: "\e932";
}


.icn {
  width: 90px !important;
  height: 90px;

}

.service-icn {
  width: 70px;
  height: 70px;

}

.achievement-icn {
  width: 70px;
  padding-top: 24px;
  height: 96px;
}

.main-header__contact-list li .text p a:hover {
  color: #f94c30 !important;
}

.hide {
  display: none;
}

@media (max-width:1024px) {
  .services-one {
    padding: 60px 0 60px !important;
  }

  .team-one {
    padding: 60px 0 60px !important;
  }

  .services-two {
    padding: 60px 0 60px !important;
  }

  .project-three {
    padding: 60px 0 69px !important;
  }

  .testimonial-two {
    padding: 60px 0 60px !important;
  }

  .project-one {
    padding: 60px 0 70px !important;
  }

  .pricing-section {
    padding: 60px 0 60px !important;
  }

  .services-three {
    padding: 60px 0 60px !important;
  }

  .blog-one {
    padding: 60px 0 60px !important;
  }
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

.product-text {
  font-size: 15px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: auto;
  line-height: 22px;
}

/*.product-text:hover {
  color: #f94c30;
}*/

#product-data {
  cursor: pointer;
}

.price-tag {
  padding: 6px;
}

label {
  display: inline-block;
  color: white;
}
h3.blog-one__title a:hover {
    color: #F94C30 !important;
    cursor: pointer;
}
.blog-para{
  cursor: auto;
    line-height: 22px !important;
}
.blog-one__btn a:hover {
    color: #F94C30 !important;
    cursor: pointer;
}
.services-one__title h3:hover {
    color: #F94C30;
}

.services-one__single:hover img {
    scale: 0.9;
}
.services-one__single img {
    overflow: hidden;
    transition: all 0.5s;
}
.testimonial-two__single{
  min-height: 450px;
}
.team-one__single{
  min-height: 590px;
}
.modal-content.cst-modal {
    background: transparent;
    border: none !important;
    box-shadow: none;
    overflow: visible;
}
 
.innermod {
    margin: 10px;
    background: #fff;
    overflow-y: scroll;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
button.close.newcloase {
    position: absolute !important;
    z-index: 1000007;
    background: transparent;
    border: none;
    top: -6px;
    right: -10px !important;
}
 

@media (min-width:768px){
div#blog-modal .cst-modal {
    max-height: 90vh !important;
}

 
div#modal-portfolio .modal-header img {
    width: auto;
    margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}
div#modal-portfolio .modal-dialog {
    max-width: 1050px;
    width: 1050px;
}
div#modal-portfolio .cst-modal {
    max-height: 90vh;
}
div#modal-product .modal-dialog {
        width: 1050px;
        max-width: 1050px;
}
 
div#modal-product .cst-modal {
    max-height: 90vh;
}
div#modal-product .modal-header img{
  width: auto;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}
div#blog-modal .modal-dialog {
    width: 1050px !important;
    max-width: 1050px !important;
}
/*div#blog-modal .modal-header img {
    width: auto !important;
}*/

.modal-header img {
    height: 300px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

 
}
 
@media (max-width:768px){
  .modal-dialog {
    top: 102px;
}
  div#modal-product .cst-modal {
    max-height: 90vh;
}
div#modal-portfolio .cst-modal {
    max-height: 90vh;
}
div#blog-modal .cst-modal {
    max-height: 90vh !important;
}
.custom-cursor__cursor-two{
  background: none !important;
}
.custom-cursor__cursor{
  display: none !important;
}
.main-menu__main-menu-box-left {
    position: absolute !important;
    display: block !important;
    float: right;
    right: 0;
}
.mobile-nav__social{
  padding-left: 0px !important;
}

.testimonial-two__single {
    min-height: 550px;
}
.plan{
  margin-bottom: 20px;

}
section {
    scroll-margin-top: 60px;
  }
 
 
}

button.close.newcloase i.fa.fa-times {
    background: #f94c30;
    border-radius: 50%;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
 
}
.modal-header{
  border-bottom: 0px;
}
.modal-footer{
  border-top: 0px;
}

@media (max-width: 991px) {

  /* poora header sticky */
  header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }

  /* menu area ko upar lana */
  .main-menu {
    position: relative;
    z-index: 9999;
    background: #fff;
  }

  /* page content niche push */
  body {
    padding-top: 90px; /* header height ke hisaab se */
  }
}