body {
    /* background-color: #021b3c; */
    background-color: #070809;
}

html,body{background-color: #000;}

.card {
    /* background-color: #021b3c !important; */
    background-color: #fff;
    /* background-color: #062b48; */
}
#removeImage{width:30px;height:30px}

.fw-100{width: 100%;}

.invalid-feedback{line-height: 1;}

table .page-item.active .page-link{background-color: #f25800 !important;
  border-color: #f25800 !important;}
 .select2-container--default .select2-selection--single .select2-selection__rendered{padding: 6px 15px;
  color: #cccdce;}
  .select2-container .select2-selection--single{border-color: #000;}
  .select2-container--default .select2-selection--single{background-color: #000;}
  .select2-container--default .select2-selection--multiple{background-color: #fff;
  border: 1px solid #e8e8e8;}
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li{min-height: 40px;}
  .select2-container .select2-search--inline .select2-search__field{margin-top: 4px;
  padding: 0px 10px;
  font-size: 14px;}
  .form-select{font-size:13px}
.select2-container--default .select2-selection--single .select2-selection__rendered{min-height: 45.6px;}
.common-dash .card.blog-wrapper {
    /* background-color: #1f4475 !important; */
    box-shadow: 0 15px 34px 16px rgba(0, 0, 0, 0.06);    /* background: linear-gradient( to top, rgba(9, 39, 193, 0.6) 0%, rgba(37, 71, 251, 0) 100% ); */
    background-color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{font-size:12px}

.history-card strong,
.history-card span{font-size:13px}

.ltrmode.lightmode {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.ltrmode.lightmode .contractor-footer {
  position: absolute;
  bottom: 25px;
  color: #fff;
  right: 16%;
  transform: translate(-16%);
  opacity: 0.8;
  font-weight: 300;
}
.img-before {
  position: absolute;
  top: 0;
  right: 50px;
  width: 50%;
}
.back-btn .btn{background: transparent !important;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f25800;  color: #f56410;
}
.tooltip .tooltip-inner {
  background-color: red !important;
}

/* Optional: Arrow (tooltip pointer) color match */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: red !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: red !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: red !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: red !important;
}

.contractor-block.contractor-dash .card-body.project-sec .img-warp img {
    height: 400px;
    object-fit: cover;
  }


 #pdfview1 .modal-body body{display: flex;
  justify-content: center;}


.codex-loader {
    display: none;
}

.modal-header .btn-close{background-color: #fff;opacity: 1;border-radius: 50%;width: 20px;height: 20px;font-size: 12px;}

.iframe-img{width:100%;height:500px}


.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}

.glass-effect{padding: 20px;
    background: #fbfbfb;}
.fw-400{font-weight: 400;}

.customizer-action svg {
    width: 23px !important;
    color: #ffffff !important;
}
.blog-wrapper .detailwrapper{display: flex;flex-direction: column;
  justify-content: space-between;
  align-items: center;padding: 10px 15px;justify-content: center;}
.blog-wrapper .detailwrapper a  {line-height: 1.2;}
.blog-wrapper .blog-footer{margin-block-start: 0px;}
.blog-wrapper .detailwrapper h4 {
    /* color: #fff !important; */
    color: black !important;
}

.about-project-sec .box-card {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 1px rgba(4, 20, 30, 0.03);
  padding: 15px 15px 20px;
}
.about-project-sec .box-card label{font-size: 13px;}
.about-project-sec .form-check-input{margin-top: 7px;}

.form-check-label {
  font-weight: 300;
}

.active-mode {
    border: solid 2px #000000 !important;
}

.property-img {
    max-width: 507px;
    max-height: 286px;
}

.text-justify {
    text-align: justify;
}

.custom .media {
    padding: 10px !important;
}

.user-avatar {
    width: 30px;
    height: 30px;
}

.action-sec {
    position: relative;
    padding: 20px;
    background: #1f4475;
    border-radius: 10px;
}

.action-sec h6 {
    display: flex;
    align-items: center;
}

.action-sec h6 span {
    position: absolute;
    right: 0;
}

.project_list .cardbody .box {
    /* background-color: #1f4475; */
    padding: 10px;
    /* color: white; */
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0px 1px rgba(4, 20, 30, 0.03);
    background-color: #fff;
}




.section-box {
      border: 2px solid #000;
      padding: 20px;
      margin-bottom: 20px;
    }
.section-box .card-box {
      border: 1px solid #000;
      padding: 15px;
      height: 100%;
      position: relative;
      background: #fff;
    }
  .section-box  .card-box h6 {
      font-weight: 700;
    }
  .section-box  .icon-check {
      color: green;
      font-size: 20px;
      position: absolute;
      top: 10px;
      right: 10px;
    }
  .section-box  .icon-cross {
      color: red;
      font-size: 20px;
      position: absolute;
      top: 10px;
      right: 10px;
    }
   .section-box .new-badge {
      background: yellow;
      color: black;
      font-weight: bold;
      padding: 3px 8px;
      font-size: 12px;
      position: absolute;
      top: 10px;
      right: 10px;
      border: 1px solid #000;
    }
/* ./ */

.project_list .cardbody .box h4,
.project_list .cardbody .box h6 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.project_list .cardbody .box ul li {
    list-style: none;
    display: flex;
}

.project_list .cardbody .table-responsive h3 {
    font-size: 16px;
    margin: 6px 0;
}
.card.blog-wrapper .detailwrapper .blog-footer .custom-control.custom-switch {
    margin-left: 38px;
  }
  #close-preview{width:30px}
  .menulist-page{display: flex;
    flex-wrap: wrap;
    justify-content: center;padding: 20px;}
    .menulist-page li{padding:10px 10px;}
    .menulist-page li a {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #5e2dd8;
    border: 1px solid var(--primary-bg-color);
    border-radius: 4px;color: #fff;transition: all 0.5s linear;
  }
  .menulist-page li a:hover{
     color:#fff;
     } 
  /* .dataTables_wrapper .dataTables_info{color:#fff} */
  .dataTables_wrapper .dataTables_info {
  color: #000;
  font-size: 13px;
}
  .agent-job-section .col-lg-12.mt-5 .btn-block.text-center {
    margin-top: 25px;
  }


  .custom-container.common-dash .toggle-position{position: relative;left: 100px;}

  .dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom: 1px solid transparent !important;}

.dataTables_wrapper .dataTables_filter input{color: #000;background: #fff;height: 35px;}

.codex-header .nav-iconlist .bi.bi-box-arrow-right {width: 22px;height: 21px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 2px 10px;
  background: #15193b !important;
  font-size: 12px;}
#DataTables_Table_0_paginate .paginate_button:hover{background-color: #f25800 !important;}

.custom-steup-form .col-md-6{margin-bottom: 5px;}
.custom-steup-form .form-label{margin-bottom: 0px;
  color: #262626;
  font-size: 13px;}

   .card .ttl.fs-14{font-size:14px}
   .border.p-20 h5 u{color:#212020}
  .login-box .auth-footer h6.text-center{font-size: 14px;}


.fw-bold.title.text-underline{text-decoration-thickness: 0.15rem;}
 .project-sec .project-img.img-fluid {
  height: 170px;
  width: 100%;
  object-fit: fill;
  border-radius: 5px;border: 1px solid #dedede;
}
.project-sec .border-box-div {background: #fff;
  padding: 15px;border: 1px solid #c8c6c6;}
.project-sec .box-14 h6{font-size: 13px;margin-bottom: 5px;}
.project-sec .border-box-div .title{margin-bottom: 10px;font-size: 15px;color: var(--primary-bg-color);}
.project-sec .border-box-div .first.min-width {
  /* min-width: 150px; */
  display: inline-block;
}

.btn.btn-sm.btn-min{font-weight: 500;letter-spacing: 1;}

.accordion-button:focus{box-shadow: none;}
.accordion-item .accordion-body h6{font-size: 14px;}

.col-md-3.d-flex.ps-lg-0 .border-box-div.fw-100.box-14{border-left: 0px;}

/* .border-box-div .btn-min {font-size: 12px;
  min-width: 120px;} */
  .border-box-div .btn-min {
  font-size: 12px;
  min-width: 160px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bid-option {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
#workTab .nav-link {
  min-width: 120px;
  border-radius: 5px;font-weight: 500;
}

#workTab .nav-link.active{background-color: #ffff04;color: #000;}

.default-form .remove-option-btn{position: absolute;
  right: 15px;
  background: #fc2020;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #fc2020;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;}
  .default-form .remove-option-btn:hover{opacity: 0.8;}

  .preview-box .small-muted {
  font-size: 13px;
  font-weight: 400;
}


.com-info .head .com-ttl{font-size: 15px;
  font-weight: 600;}
.com-info .head h6{font-size: 13px;
  font-weight: 400;color:#000;
  margin-top: 2px;}
.com-info .ft-body h6  {font-size: 13px;
  font-weight: 400;color: #000;}

 .bid-price .head h5 {font-size: 14px;
  font-weight: 600;}
 .bid-price .price-sec{margin-top: 40px;}
  .bid-price .price-sec .price{font-size: 20px;}

 .list-ul li{display: flex;}
 .list-ul li +li{margin-top:5px}
  .list-ul li span{color:#000 !important}
 .list-ul .fs {min-width: 180px;}

 #pricingTable tr td{line-height: 32px;}
  #pricingTable thead tr th{background: transparent;border: 1px solid #dfdbdb !important;}

  .starter   { background:#f8b739 !important; color:#fff !important; font-weight:700; }
.basic     { background:#f47c47 !important; color:#fff !important; font-weight:700; }
.optimal   { background:#8e44ad !important; color:#fff !important; font-weight:700; }
.business  { background:#e84393 !important; color:#fff !important; font-weight:700; }
.premium   { background:#4b7bec !important; color:#fff !important; font-weight:700; }
#priceTable thead img {
  width: 90px;
}


.default-form [readonly] {
  background-color: #e6ebf1 !important;   /* light grey background */
  cursor: not-allowed;         /* disabled type cursor */
}
.highlight-col{background: #e8ebf1 !important;}

.border-x-0{border-left: 1px solid transparent  !important;border-right: 1px solid transparent !important;}
.border-right-0{border-right: 1px solid transparent !important;}


.project-sec .fw-100 .project-title{font-size: 22px;}
.project-sec .fw-100 .project-sub{font-weight: 400;}



.phase .phase-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  cursor: pointer;
  color: #f25800;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 1px solid #f25800;
  padding: 10px;
}
.phase ul{display: flex;
  flex-wrap: wrap;
  gap: 14px;}
  .phase li{width:100%}
.phase .btn.btn-outline-secondary{width:100% !important;padding:10px 20px !important;font-weight: 500;} 

.phase .btn-check:checked + label {
    background-color: #f25800 !important;
    color: #fff !important; /* Optional: text color ko visible karne ke liye */
    border-color: #f25800 !important; /* Optional: border bhi red */
}
  .phase  .category {
        padding: 8px 10px;
        border: 1px solid #ccc;
        margin-top: 5px;
        width: 350px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fafafa;
    }

   .phase .subcategory-list {
        display: none;
        margin-left: 25px;
        margin-top: 5px;
    }

  .phase  .subcategory {
        padding: 7px;
        border-left: 3px solid #0a58ca;
        background: #f0f0f0;
        margin-top: 4px;
        width: 300px;
    }

   .phase .arrow {
        transition: 0.3s;
        font-size: 14px;
    }

    .phase .rotate {
        transform: rotate(180deg);
    }



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


      .width-3{width: 28%;}
    .width-2{width: 19%;}

 .contractor-footer-form{display: none;}
}
  @media only screen and (max-width: 767px) {
      .contractor-footer-form{position: absolute;
  bottom: 0px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;}
.card.sale-revenue.img-wrap .card-header h4{font-size: 14px !important;padding: 5px;text-align: center;}
.card-header h4{padding-left: 15px;font-size: 18px !important;}

#calendar .fc-toolbar-title{font-size:16px}
#calendar .fc-toolbar{flex-direction: column;}
#calendar .fc-scrollgrid-sync-inner{padding: 0;}


.ltrmode .img-before {
  position: absolute;
  top: 0;
  right: 15px;
  width: 100%;
  padding-left: 30px;
}

  }

@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
    .information h4 {
  font-size: 16px;}

      .codex-authbox .auth-header h3 {
    font-size: 14px !important;
  }
.codex-authbox.login-page .login-box{padding: 18px 15px !important;}

}

.blgcomment-list li .media img {
    width: auto;
    height: 40px !important;
}
#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}

.codex-sidebar .logo-gridwrap {
    padding: 10px 16px !important;
}

.logo-gridwrap .codexbrand-logo {
    width: 104px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.setting-logo {
    width: 300px !important;
    ;
}

.landing-logo {
    width: 180px !important;
}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 250px;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

.landing_logo {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.head-invoice img {
    width: 250px;
}

.cdx-invoice .body-invoice .table tr td {
    padding: 10px 10px !important;
}

/* .twoft-img{display: flex;
  position: absolute;
  bottom: -50px;
  right: -62px;} */
  .twoft-img {
  display: flex;
  /* position: absolute;
  bottom: -50px;
  transform: translateX(-50%);
  left: 50%; */
  justify-content: center;margin-top: 20px;
}
.twoft-img li{border-radius: 5px;margin:0 5px;}

.twoft-img li img{width: 120px;
  padding: 5px;
  height: 58px;
  object-fit: contain;}

/* .codex-brand img{
    width: 300px;
} */

@media screen and (min-width:992px) {
    .authbox-img img{width:650px}
}

.codex-brand img {
    width: 160px;
}

.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}

.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

.codex-header .dropdown.notification-list.topbar-dropdown,
.codex-header .navicon-wrap.customizer-action {
    display: none;
}

.contractor-dash .card .card-header {
    /* padding: 0 25px; */
    padding: 0px;
    margin-bottom: 10px;
}

.card.sale-revenue.img-wrap .card-header {
    justify-content: center;
}

.modal .modal-title {
    color: #021b3c;font-size: 18px;
}
.table tbody .d-flex.justify-content-center{align-items: center;}
.table tbody .d-flex.justify-content-center a{margin: 0 4px !important;}
.custom-card {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.superAdmin{margin-top:2px}
/* .dataTables_filter * {
    background-color: #19375e;
} */
.form-check.form-check-inline{display: flex;
    justify-content: center;align-items: center;}
/* .dataTables_filter .text-body.font-weight-semibold,
.text-body {
    color: #fff !important
} */

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9 !important;
}

.table-user.sorting_1 {
    /* background: transparent !important; */
    /* background: #011f37 !important; */
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}

.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}
/* .codex-menu li a{background-color: rgba(9, 39, 193, 0.6);} */
.submenu-list .submenu-list.active li.active a,
.codex-menu li.menu-item:hover > a,
.codex-menu li.menu-item.active > a{
    /* background-color: rgba(9, 39, 193, 0.6); */
    color: #fff !important;
}
.codex-menu .menu-item.active a svg{color: #fff !important;}

.codex-menuwrapper .avtar-block {
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); */
    border-radius: 10px;
    margin-bottom: 20px;
    /* background: #1f4475; */
    background-color: transparent;margin-top:0px;
}

.simplebar-content li:hover .d-flex.avtar-block {
    background-color: transparent !important;
    color: #000;
}

.codex-menuwrapper .icon-item .avtar-img {
    width: 60px;
    height: 60px;
    border: 1px solid #c2bab5;
    border-radius: 50px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(240, 156, 107, 0.5);
    margin-bottom: 6px;
}

.avtar-info h6 {
    /* color: #000; */
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', 'Roboto','Montserrat';
}

.avtar-info h6 small {
    font-size: 10px;
    font-weight: 500;
    color: #c1c1c1;
    text-transform: capitalize;
    font-family: 'Poppins', 'Roboto','Montserrat';
}

.menu-item .d-flex.avtar-block .icon-item {
    margin: 0px;
}

.menu-item .d-flex.avtar-block {
    padding: 10px;
}

.daactive-sidebar .avtar-info {
    display: none;
}

.daactive-sidebar .codex-menuwrapper .avtar-block {
    box-shadow: none
}


/*  */


/* 
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    border-radius: .1875rem;
    position: relative;
    width: 100%;
    box-shadow: none
} */

.card .card-inside-title {
    font-size: 15px;
    color: #000
}

.card .card-inside-title small {
    color: #9e9e9e;
    font-size: 11px
}

.card .card-inside-title small a {
    color: #757575;
    font-weight: 700
}

.card .bg-red,
.card .bg-pink,
.card .bg-purple,
.card .bg-deep-purple,
.card .bg-indigo,
.card .bg-blue,
.card .bg-light-blue,
.card .bg-cyan,
.card .bg-teal,
.card .bg-green,
.card .bg-light-green,
.card .bg-lime,
.card .bg-yellow,
.card .bg-amber,
.card .bg-orange,
.card .bg-deep-orange,
.card .bg-brown,
.card .bg-grey,
.card .bg-blue-grey,
.card .bg-blush,
.card .bg-black {
    border-bottom: none !important;
    color: #fff !important
}

.card .bg-red h2,
.card .bg-red small,
.card .bg-red .material-icons,
.card .bg-pink h2,
.card .bg-pink small,
.card .bg-pink .material-icons,
.card .bg-purple h2,
.card .bg-purple small,
.card .bg-purple .material-icons,
.card .bg-deep-purple h2,
.card .bg-deep-purple small,
.card .bg-deep-purple .material-icons,
.card .bg-indigo h2,
.card .bg-indigo small,
.card .bg-indigo .material-icons,
.card .bg-blue h2,
.card .bg-blue small,
.card .bg-blue .material-icons,
.card .bg-light-blue h2,
.card .bg-light-blue small,
.card .bg-light-blue .material-icons,
.card .bg-cyan h2,
.card .bg-cyan small,
.card .bg-cyan .material-icons,
.card .bg-teal h2,
.card .bg-teal small,
.card .bg-teal .material-icons,
.card .bg-green h2,
.card .bg-green small,
.card .bg-green .material-icons,
.card .bg-light-green h2,
.card .bg-light-green small,
.card .bg-light-green .material-icons,
.card .bg-lime h2,
.card .bg-lime small,
.card .bg-lime .material-icons,
.card .bg-yellow h2,
.card .bg-yellow small,
.card .bg-yellow .material-icons,
.card .bg-amber h2,
.card .bg-amber small,
.card .bg-amber .material-icons,
.card .bg-orange h2,
.card .bg-orange small,
.card .bg-orange .material-icons,
.card .bg-deep-orange h2,
.card .bg-deep-orange small,
.card .bg-deep-orange .material-icons,
.card .bg-brown h2,
.card .bg-brown small,
.card .bg-brown .material-icons,
.card .bg-grey h2,
.card .bg-grey small,
.card .bg-grey .material-icons,
.card .bg-blue-grey h2,
.card .bg-blue-grey small,
.card .bg-blue-grey .material-icons,
.card .bg-blush h2,
.card .bg-blush small,
.card .bg-blush .material-icons,
.card .bg-black h2,
.card .bg-black small,
.card .bg-black .material-icons {
    color: #fff !important
}

.card .bg-red .badge,
.card .bg-pink .badge,
.card .bg-purple .badge,
.card .bg-deep-purple .badge,
.card .bg-indigo .badge,
.card .bg-blue .badge,
.card .bg-light-blue .badge,
.card .bg-cyan .badge,
.card .bg-teal .badge,
.card .bg-green .badge,
.card .bg-light-green .badge,
.card .bg-lime .badge,
.card .bg-yellow .badge,
.card .bg-amber .badge,
.card .bg-orange .badge,
.card .bg-deep-orange .badge,
.card .bg-brown .badge,
.card .bg-grey .badge,
.card .bg-blue-grey .badge,
.card .bg-blush .badge,
.card .bg-black .badge {
    background-color: #fff;
    color: #424242
}

.card .header {
    color: #424242;
    padding: 20px;
    position: relative;
    box-shadow: none
}

.card .header .header-dropdown {
    position: absolute;
    top: 14px;
    right: 20px;
    list-style: none
}

.card .header .header-dropdown li a {
    padding: 5px 10px
}

.card .header .header-dropdown li .dropdown-menu {
    padding: 5px;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 30px !important
}

.card .header .header-dropdown li .dropdown-menu li {
    display: block !important
}

.card .header .header-dropdown li .dropdown-menu li a {
    padding: 5px 10px
}

.card .header .header-dropdown i {
    font-size: 20px;
    color: #9e9e9e;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.card .header .header-dropdown i:hover {
    color: #000
}

.card .header h2 {
    font-size: 17px;
    color: #757575;
    position: relative
}

.card .header h2::before {
    position: absolute;
    width: 13px;
    height: 2px;
    left: -20px;
    top: 8px;
    content: ''
}

.card .header h2 small {
    font-size: 13px;
    color: #9e9e9e;
    line-height: 15px
}

.card .header h2 small a {
    font-weight: 700;
    /* color: #757575 */
    color: #fff;
}

.card .p-15 {
    padding: 15px !important
}

.card .body {
    font-size: 14px;
    /* color: #424242; */
    /* color: #fff; */
    padding: 20px;
    font-weight: 400
}

.info-box {
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px
}

.info-box .icon i {
    color: #fff;
    font-size: 30px;
    line-height: 80px
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px
}

.info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important
}

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px
}

.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important
}

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px
}

.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    color: #555
}

.info-box.hover-zoom-effect .icon {
    overflow: hidden
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s
}

.info-box.hover-expand-effect:hover:after {
    width: 100%
}

.info-box-2 {
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 150px
}

.info-box-2 .icon {
    display: inline-block
}

.info-box-2 .icon i {
    color: #fff;
    font-size: 30px;
    line-height: 70px
}

.info-box-2 .chart.chart-bar {
    height: 100%
}

.info-box-2 .chart.chart-bar canvas {
    vertical-align: baseline !important
}

.info-box-2 .chart.chart-pie {
    height: 100%
}

.info-box-2 .chart.chart-pie canvas {
    vertical-align: baseline !important
}

.info-box-2 .chart.chart-line {
    height: 100%
}

.info-box-2 .chart.chart-line canvas {
    vertical-align: baseline !important
}

.info-box-2 .content {
    display: inline-block;
    padding: 7px 10px
}

.info-box-2 .content .text {
    font-size: 14px;
    margin-top: 11px;
    color: #555
}

.info-box-2 .content .number {
    font-weight: normal;
    font-size: 26px;
    color: #555
}

.info-box-2.hover-zoom-effect .icon {
    overflow: hidden
}

.info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box-2.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s
}

.info-box-2.hover-expand-effect:hover:after {
    width: 100%
}

.notify {
    position: absolute;
    top: 30px;
    right: 11px
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -16px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 4px solid;
    border-color: #3d4c5a;
    border-radius: 70px;
    animation: heartbit 1s ease-out;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -ms-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #3d4c5a;
    position: absolute;
    right: -6px;
    top: -10px
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: .1
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: .3
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes heartbit {
    0% {
        -ms-transform: scale(0);
        opacity: 0
    }
    25% {
        -ms-transform: scale(0.1);
        opacity: .1
    }
    50% {
        -ms-transform: scale(0.5);
        opacity: .3
    }
    75% {
        -ms-transform: scale(0.8);
        opacity: .5
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0
    }
}

.gifimage {
    display: none;
}

.sidebar .user-info .image img {
    width: 80px;
    height: 80px;
}

.dashboard-navbar {
    background: #0e294a;
}

.fr_main-content {
    margin-top: 100px;
}

.rf_dropdrown .btn {
    display: none;
}

.rf_dropdrown .bootstrap-select {
    border: none;
    padding: 0px;
}

form h5 {
  font-size: 16px;
}
.form-group label {
  font-size: 13px;line-height: 24px;
}

form .form-control{height: 42px;}
/* .search-form{background: #000;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #2d2c2c;} */
  .search-form h5{font-size: 16px;}
.form-group input,
.form-group select {
    border-radius: 3px;
    /* min-height: 42.6px; */
}
.contractor-block.contractor-dash .custom-card h4 span{float: right;cursor: pointer;}

.contractor-block.contractor-dash .card-body .custom-card{
    /* background: linear-gradient( to top, rgba(0, 0, 0, 0.6) 0%, rgb(0, 34, 210) 100% ); */
    box-shadow: 0 0 0 1px rgba(4, 20, 30, 0.03);
    border: 1px solid #e5e5e5;
}
  .contractor-block.contractor-dash .custom-card h4 .feather {color: #00d600;}
.rf_records-toggle .dropdown-toggle {
    display: none;
}

#tab3 .file-block .btn.btn-outline-info{min-width: 131px;
  display: inline-block;margin-top: 10px !important;}
/* .first-option h5 {
    color: #fff;
  } */
.project_list .rf_dropdrown h3 {
    font-size: 18px;
  }

.codex-sidebar.sidebar-light .icon-logo{display: none;}
.table-striped tr {
    font-size: 12px;
}

.table-striped td {
    text-align: left;
}

.form-control select {
    font-size: 13px;
}

.sidebar .menu .list .menu-toggle:before {
    display: none;
}

.notify {
    display: none;
}

a {
    /* color: #546E85 */
    /* color: #f25800; */
    color: inherit;
}
.custom-datatable tbody tr td a{  text-decoration: underline;}
.simplebar-content-wrapper .nav-tabs .nav-link{color:#000;min-width: 85px;
  text-align: center;}
.simplebar-content-wrapper .nav-tabs .nav-link.active {
  color: #fff;
  background: #191c50;
}
.dashboard-container .nav.nav-tabs{margin-bottom: 10px !important;}
.text-left{text-align: left;}
.link-btn {
  font-size: 14px;white-space: nowrap;
}
/* ./ */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f00;
    transition: 0.4s;
    border-radius: 50px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(30px);
}


/* Styling for the text inside the toggle switch */

.slider::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    transition: 0.4s;
}

.btn.btn-info, .btn.bg-dark,.btn.btn-primary {
    /* border: 1px solid #1f4475 !important; */
    /* background: #1f4475 !important;  */
    /* background: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%); */
      position: relative;
      font-family: 'Roboto';font-weight: 500;
}

.btn.btn-outline-primary{border: 1px solid #f25800 !important;color: #f25800 !important;}
.btn.btn-outline-primary:hover{background-color: #f25800 !important;color:#fff !important}
/* .btn.btn-info:after, .btn.bg-dark:after,
.btn-primary:after{position: absolute;content: '';
    position: absolute;
  content: '';
  top: -2px;
  left: -2px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
  border-radius: 5px;
  z-index: -1;
} */

/* .btn.btn-info:hover:after,
.btn.bg-dark:hover:after,
.btn-primary:hover:after{position: absolute;content: '';
    position: absolute;
  content: '';
  top: -2px;
  left: -2px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(to right, #3a4ed5 0%, #3acfd5 100%);
  border-radius: 5px;
  z-index: -1;
} */

.card.sale-revenue.img-wrap {
    /* border: 1px solid #1f4475;
    box-shadow: 0 0 10px rgb(31, 68, 117); */
    /* border: 1px solid #1f4475;
  box-shadow: 0 0 10px rgb(31, 68, 117);
  background: rgba(37, 71, 251, 0.6);
  background: linear-gradient( to bottom, rgba(9, 39, 193, 0.6) 0%, rgba(37, 71, 251, 0) 100% ); */
  background-color: #fff !important;
}

input:checked+.slider::after {
    /* content: "ON"; */
    left: -15px;
    color: white;
    content: ""
}

.view-card,
.view-card .ttl {
    border-bottom: 1px solid #4b6281 !important;
}

/* .bg-dark {
    background-color: #1f4475 !important;
} */




.custom-nav-tabs .tab-content .card-ttl{font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #f56410;
  text-transform: uppercase;
  font-family: "Roboto";}
.custom-nav-tabs .nav-pills .nav-item .nav-link{width: 100%;text-align: left;border-radius: 0;font-size: 13px;color:#262626;border-bottom: 1px solid #efebeb;
  font-weight: 500;letter-spacing: 1px;}
.custom-nav-tabs .nav-pills .nav-item .nav-link.active{background: linear-gradient(to bottom, #000, #1a1a47, #0f172a) !important;color:#fff;}

[contenteditable="true"] span {
  display: inline-block;   
  min-width: 120px;
  max-width: 100%;
  padding: 6px 8px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  line-height: 1.3;
  font-size: 14px;
  caret-color: auto;          
  outline: none;              
  white-space: pre-wrap;     
  word-break: break-word;
  cursor: text;
  -webkit-user-modify: read-write-plaintext-only; 
  font-size: 13px;
  color: #000 !important;
}


.modal-content{border: 1px solid transparent !important;}
/* .modal-content .modal-header{padding: 30px 20px 60px;position: relative;background: linear-gradient(to bottom, #000, #1a1a47, #0f172a) !important;} */

/* .modal-content .modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 80px;
  background: #fff;
  border-radius: 25%/100px 100px 0 0;
} */
/* .modal-content .modal-header .modal-title{color:#fff} */
.modal-content .form-group label{font-weight: 400;}
.modal-content .form-control{background: #f9f9fb;border: 1px solid #ededf0;}





.ft-card a {
    border: 1px solid #c3c3c3 !important;
    border-radius: 2px !important;
    padding: 8px;
}

.form.step h4,
.form.step h3,
.form.step h6 {
    color: #000;
}

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px
}

body {
    font-family: "Roboto";
    /* font-family: "Mulish"; */
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-weight: 400;
    /* background-color: #fff; */
    /* color: #767676; */
}
.codex-menu li > a svg{width:20px;min-width:15px;height:24px;margin-bottom: 5px;margin-right: 0px !important;color: #d0cbcb;}
/* .codex-menu .submenu-list a{line-height: 1.3; display: flex; flex-direction: column; text-align: center;} */
.codex-menu .submenu-list a{line-height: 1.3;margin-left: 25px;}
/* svg {
    width: 15px;
    height: 15px;
} */

.table-responsive svg {
    width: 16px;
    height: 16px;
}

img.svg {
    width: 15px;
    height: 15px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6f6f6f;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6f6f6f;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6f6f6f;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6f6f6f;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6f6f6f;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #6f6f6f;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0px 40px;
    position: relative;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.4;
    /* font-family: "Poppins"; */
    font-family: "Roboto";
    /* color: #000; */
    /* color: #fff; */
    /* color: #fff; */
    color: #262626;
}

h1 {
    font-size: 36px;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.grax_tm_all_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.grax_tm_all_wrap,
.grax_tm_all_wrap * {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
/* .custom-card label{color:#fff} */

.grax_tm_section {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}

#preloader:before,
#preloader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#preloader:after {
    left: auto;
    right: 0;
}

#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.loader_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #C8C8C8;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@keyframes lineround {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}


/*hiding all*/

.preloaded .loader_line:after {
    opacity: 0;
}

.preloaded .loader_line {
    opacity: 0;
    height: 100%!important;
}

.preloaded:before,
.preloaded:after {
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
    0% {
        width: 50%;
    }
    100% {
        width: 0%;
    }
}


/*---------------------------------------------------*/


/*	02) GRAX TOPBAR
/*---------------------------------------------------*/

.grax_tm_topbar {
    left: 0px;
    right: 0px;
    position: relative;
    z-index: 10;
    padding: 10px 0px;
    /* 	transform: translateY(-101%);
	 */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
    border-bottom: 1px solid #2f2f2f;
}

.grax_tm_topbar.opened {
    transform: translateY(0);
}

.grax_tm_topbar.animate {
    background-color: #fff;
    padding: 25px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.grax_tm_topbar .topbar_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grax_tm_topbar .logo .dark {
    display: none;
}

.grax_tm_topbar.animate .logo .dark {
    display: block;
}

.grax_tm_topbar.animate .logo .light {
    display: none;
}

.grax_tm_topbar .logo img {
    max-width: 140px;
}

.grax_tm_topbar .logo a {
    display: inline-block;
}

.grax_tm_topbar .menu ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_topbar .menu ul li {
    margin: 0px 30px 0px 0px;
    display: inline-block;
}

.grax_tm_topbar .menu ul li:last-child {
    margin-right: 0px;
}

.grax_tm_topbar .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    transition: all .3s ease;
}

.grax_tm_topbar .menu ul li.current a {
    color: #e54b4b;
}

.grax_tm_topbar .menu ul li a:hover {
    color: #e54b4b;
}

.grax_tm_topbar.animate .menu ul li a {
    color: #000;
}


/*---------------------------------------------------*/


/*	03) GRAX MOBILE MENU
/*---------------------------------------------------*/

.grax_tm_mobile_menu {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}

.grax_tm_mobile_menu .topbar_inner {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #fff;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.grax_tm_mobile_menu .topbar_in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_trigger .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.my_trigger .hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.my_trigger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.my_trigger .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.my_trigger .hamburger-inner::before,
.my_trigger .hamburger-inner::after {
    content: "";
    display: block;
}

.my_trigger .hamburger-inner::before {
    top: -8px;
}

.my_trigger .hamburger-inner::after {
    bottom: -10px;
}

.my_trigger .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.my_trigger .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger {
    padding: 0px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.my_trigger .hamburger-box {
    display: block;
}

.my_trigger .hamburger .hamburger-inner::before,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner {
    background-color: #000;
    width: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_mobile_menu .dropdown {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: none;
}

.grax_tm_mobile_menu .dropdown .dropdown_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 25px 0px;
}

.grax_tm_mobile_menu .dropdown .dropdown_inner ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_mobile_menu .dropdown .dropdown_inner ul li {
    margin: 0px;
    float: left;
    width: 100%;
}

.grax_tm_mobile_menu .dropdown .dropdown_inner ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 4px 0px;
    font-family: "Montserrat";
    font-weight: 500;
}

.grax_tm_mobile_menu .logo img {
    max-width: 70px;
}


/*---------------------------------------------------*/


/*	04) GRAX HERO
/*---------------------------------------------------*/

.grax_tm_hero {
    width: 100%;
    height: 400px;
    clear: both;
    float: left;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 100%);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_hero.creative {
    clip-path: none;
}

.grax_tm_hero.creative.shape {
    clip-path: none;
}

.grax_tm_hero.shape {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 25% 100%, 0 83%);
}

.grax_tm_hero .bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.grax_tm_hero .bg .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grax_tm_hero .bg .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
}

.grax_tm_hero .content {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.grax_tm_hero .container {
    height: 100%;
}

.grax_tm_hero .details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.grax_tm_hero .name {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 11px;
}

.grax_tm_hero .details[data-animation="toTop"] .fn_animation .character {
    top: 15px;
}

.grax_tm_hero .details[data-animation="toTop"] .fn_animation .character.opened {
    top: 0px;
}

.grax_tm_hero .details[data-animation="toRight"] .fn_animation .character {
    right: 15px;
}

.grax_tm_hero .details[data-animation="toRight"] .fn_animation .character.opened {
    right: 0px;
}

.grax_tm_hero .details[data-animation="scale"] .fn_animation .character {
    opacity: 1;
    visibility: visible;
    transform: scale(0);
}

.grax_tm_hero .details[data-animation="scale"] .fn_animation .character.opened {
    transform: scale(1);
}

.grax_tm_hero .details[data-animation="rotate"] .fn_animation .character {
    transform: rotate(30deg);
}

.grax_tm_hero .details[data-animation="rotate"] .fn_animation .character.opened {
    transform: rotate(0);
}

.fn_animation {
    opacity: 0;
}

.fn_animation.ready {
    opacity: 1;
}

.fn_animation .character {
    display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fn_animation .character.opened {
    opacity: 1;
    visibility: visible;
}

.fn_animation.job .character {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.grax_tm_hero .job {
    color: #ddd;
    letter-spacing: 1.5px;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 400px;
    font-style: italic;
}

.grax_tm_down {
    position: absolute;
    z-index: 7;
    bottom: 5%;
    display: none;
}

.grax_tm_down.opened {
    display: block;
}

.grax_tm_down[data-position="left"] {
    left: 0px;
}

.grax_tm_down[data-position="right"] {
    right: 0px;
}

.grax_tm_down[data-position="center"] {
    left: 50%;
    transform: translateX(-50%);
}

.grax_tm_down .line_wrapper {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.grax_tm_down .line_wrapper {
    width: 1px;
    height: 50px;
    background: none;
    display: block;
}

.grax_tm_down .line_wrapper:before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 50%;
    display: block;
    top: 0;
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;
    ;
}

@-webkit-keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

.grax_tm_down[data-skin="light"] .line_wrapper:before {
    background-color: #fff;
}


/*---------------------------------------------------*/


/*	05) GRAX ABOUT
/*---------------------------------------------------*/

.grax_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    margin-bottom: 150px;
    padding-top: 150px;
}

.grax_tm_about .about_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
}

.grax_tm_about .left {
    width: 40%;
    padding-right: 50px;
}

.grax_tm_about .left .image {
    position: relative;
}

.grax_tm_about .left .image img {
    opacity: 0;
    min-width: 100%;
}

.grax_tm_about .left .main {
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}

.grax_tm_about .right {
    width: 60%;
    padding-left: 50px;
}

.grax_tm_about .right .text {
    width: 100%;
    float: left;
    padding-top: 27px;
    padding-bottom: 28px;
}

.grax_tm_about .right .list {
    width: 100%;
    float: left;
    margin-bottom: 27px;
}

.grax_tm_about .right .list ul {
    margin: 0px 0px 0px -20px;
    list-style-type: none;
}

.grax_tm_about .right .list ul li {
    margin: 0px 0px 13px 0px;
    float: left;
    width: 50%;
    position: relative;
    padding-left: 20px;
}

.grax_tm_about .right .list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 30px;
}

.grax_tm_about .right .list ul li span {
    font-family: "Poppins";
    font-weight: 600;
    color: #000;
    font-style: italic;
}

.grax_tm_about .right .list ul li .svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    margin-top: -1px;
}

.grax_tm_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #e54b4b;
    border: 2px solid #e54b4b;
    padding: 10px 40px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_button a:hover {
    background-color: transparent !important;
    color: #000;
}

.grax_tm_progress_part {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 135px 0px 140px 0px;
}

.grax_tm_progress_part .part_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
}

.grax_tm_progress_part .left {
    width: 50%;
    padding-right: 50px;
}

.grax_tm_progress_part .left h3 {
    font-weight: 600;
    margin-bottom: 27px;
}

.grax_tm_progress_part .right {
    width: 50%;
    padding-left: 50px;
}

.kioto_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.progress_inner {
    width: 100%;
    margin-bottom: 27px;
}

.progress_inner:last-child {
    margin-bottom: 0px;
}

.progress_inner>span {
    margin: 0px 0px 7px 0px;
    width: 100%;
    display: block;
    text-align: left;
    font-family: "Poppins";
    font-weight: 500;
    color: #000;
}

.progress_inner span.number {
    float: right;
}

.progress_inner .background {
    background: rgba(0, 0, 0, .09);
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 8px;
    border-radius: 5px;
}

.progress_inner .background .bar_in {
    height: 100%;
    background: #e54b4b;
    width: 0px;
    overflow: hidden;
    border-radius: 5px;
}

.progress_inner .background .bar {
    width: 0px;
    height: 100%;
}

.progress_inner .background .bar.open {
    -webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    -moz-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Fx 5+ */
    animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    width: 100%;
}

@-webkit-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


/*---------------------------------------------------*/


/*	06) GRAX PORTFOLIO
/*---------------------------------------------------*/

.grax_tm_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_title_holder span {
    color: #e54b4b;
}

.grax_tm_title_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
}

.grax_tm_portfolio {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 140px 0px 100px 0px;
    background-color: #f9f9f9;
}

.grax_tm_portfolio .portfolio_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px;
}

.grax_tm_portfolio ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none;
}

.grax_tm_portfolio ul li {
    margin: 0px 0px 50px 0px;
    float: left;
    width: 33.3333%;
    padding-left: 50px;
}

.grax_tm_portfolio ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.grax_tm_portfolio .image {
    position: relative;
}

.grax_tm_portfolio .image img {
    min-width: 100%;
    opacity: 0;
}

.grax_tm_portfolio .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.grax_tm_portfolio .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: #f9f9f9;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_portfolio ul li .list_inner:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.grax_tm_portfolio .details {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_portfolio ul li .list_inner:hover .details {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.grax_tm_portfolio .details span {
    font-family: "Poppins";
}

.grax_tm_portfolio .details h3 {
    font-size: 18px;
    font-weight: 600;
}

.grax_tm_full_link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
}

.overlay_effect {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    border-radius: 5px;
}

.overlay_effect:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #f9f9f9;
    z-index: 1;
}

.overlay_effect:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.my_waypoint.load .overlay_effect:before {
    z-index: 2;
    background-color: #000;
    animation: anim 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.my_waypoint.load .overlay_effect:after {
    animation: anim2 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes anim {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes anim2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}


/*---------------------------------------------------*/


/*	07) GRAX TALK
/*---------------------------------------------------*/

.grax_tm_talk {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 10px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.grax_tm_talk:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(..//img/patterns/inspiration-geometry.png);
    background-repeat: repeat;
    opacity: 1;
    /**  If you choose lighter pattern image as background please Decrease opacity  **/
    z-index: 2;
}

.grax_tm_talk:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    z-index: 1;
}

.grax_tm_talk .talk_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.grax_tm_talk .text {
    padding-right: 20px;
}

.grax_tm_talk .text h3 {
    font-weight: 600;
    color: #fff;
}

.grax_tm_talk .text h3 span {
    position: relative;
}

.grax_tm_talk .text h3 span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    /*! background-color: #fff; */
    bottom: 11px;
    left: 100%;
    opacity: 1;
    animation: myAnim 0.9s infinite;
    -moz-animation: myAnim 0.9s infinite;
    -webkit-animation: myAnim 0.9s infinite;
}

@keyframes myAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes myAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.grax_tm_talk .text p {
    font-family: "Poppins";
}

.grax_tm_talk .button a {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.grax_tm_talk .button a:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
}

.grax_tm_talk .button a:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.grax_tm_talk .button a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}


/*---------------------------------------------------*/


/*	08) GRAX NEWS
/*---------------------------------------------------*/

.grax_tm_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #f9f9f9;
    padding: 140px 0px 90px 0px;
}

.grax_tm_news .news_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px;
}

.grax_tm_news .news_list ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.grax_tm_news .news_list ul li {
    margin: 0px 0px 50px 0px;
    float: left;
    width: 33.3333%;
    padding-left: 50px;
}

.grax_tm_news .news_list ul li .list_inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    position: relative;
}

.grax_tm_news .news_list ul li .image {
    position: relative;
    overflow: hidden;
}

.grax_tm_news .news_list ul li .image img {
    min-width: 100%;
    opacity: 0;
}

.grax_tm_news .news_list ul li .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1) translateZ(0);
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_news .news_list ul li .list_inner .image:hover .main {
    transform: scale(1.1) rotate(3deg);
}

.grax_tm_news .news_list ul li .details {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-top: 32px;
}

.grax_tm_news .news_list ul li .details .title {
    margin-bottom: 10px;
}

.grax_tm_news .news_list ul li .details .title a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_news .news_list ul li .details .title a:hover {
    color: #e54b4b;
}

.grax_tm_news .news_list ul li .details .date {
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 12px;
    color: #767676;
    font-style: italic;
}

.grax_tm_news .news_list ul li .details .date a {
    text-decoration: none;
    color: #767676;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_news .news_list ul li .details .date a:hover {
    color: #e54b4b;
}

.grax_tm_news .news_list ul li .details .date span {
    position: relative;
    margin-left: 11px;
}

.grax_tm_news .news_list ul li .details .date span:before {
    position: absolute;
    content: "";
    margin-top: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    right: 100%;
    background-color: #939393;
    width: 1px;
    height: 9px;
    margin-right: 7px;
}

.grax_tm_news .description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11;
    display: none;
}

body.modal {
    overflow-y: hidden;
}

.grax_tm_modalbox_news {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: 15;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.grax_tm_modalbox_news.opened {
    opacity: 1;
    visibility: visible;
}

.grax_tm_modalbox_news .container {
    height: 100vh;
}

.grax_tm_modalbox_news .box_inner {
    position: absolute;
    top: 70px;
    bottom: 70px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition: all .3s ease;
    transition-delay: .3s;
}

.grax_tm_modalbox_news.opened .box_inner {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.grax_tm_modalbox_news .close {
    position: fixed;
    left: 100%;
    top: 0px;
    margin-left: 40px;
    z-index: 111111;
}

.grax_tm_modalbox_news .close a {
    text-decoration: none;
    color: #fff;
}

.grax_tm_modalbox_news .close .svg {
    width: 50px;
    height: 50px;
}

.grax_tm_modalbox_news .description_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 50px;
}

.grax_tm_modalbox_news .details {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.grax_tm_modalbox_news .description {
    width: 100%;
    float: left;
}

.grax_tm_modalbox_news .description p {
    margin-bottom: 15px;
}

.grax_tm_modalbox_news .description blockquote {
    font-style: italic;
    color: #000;
    border-left: 2px solid #e54b4b;
    padding-left: 20px;
    margin-bottom: 15px;
}

.grax_tm_modalbox_news .description_wrap .image {
    position: relative;
    max-height: 450px;
    z-index: -1;
    margin-bottom: 40px;
}

.grax_tm_modalbox_news .description_wrap .image img {
    min-width: 100%;
}

.grax_tm_modalbox_news .description_wrap .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

.grax_tm_modalbox_news .details .title {
    font-weight: 600;
    margin-bottom: 5px;
}

.grax_tm_modalbox_news .date {
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 12px;
    color: #767676;
    font-style: italic;
}

.grax_tm_modalbox_news .date a {
    text-decoration: none;
    color: #767676;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_modalbox_news .date a:hover {
    color: #e54b4b;
}

.grax_tm_modalbox_news .date span {
    position: relative;
    margin-left: 11px;
}

.grax_tm_modalbox_news .date span:before {
    position: absolute;
    content: "";
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    right: 100%;
    background-color: #939393;
    width: 1px;
    height: 9px;
    margin-right: 7px;
}

.grax_tm_modalbox_news .share {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
}

.grax_tm_modalbox_news .share span {
    font-family: "Poppins";
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-right: 20px;
}

.grax_tm_modalbox_news .share ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_modalbox_news .share ul li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.grax_tm_modalbox_news .share ul li a {
    text-decoration: none;
    color: #000;
}


/*---------------------------------------------------*/


/*	09) GRAX CONTACT
/*---------------------------------------------------*/

.grax_tm_contact {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    margin-bottom: 110px;
    padding-top: 140px;
}

.grax_tm_contact .contact_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    padding-top: 77px;
}

.grax_tm_contact .left {
    width: 50%;
}

.grax_tm_contact .left .text {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.grax_tm_contact .info_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_contact .info_list ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_contact .info_list li {
    margin: 0px 0px 18px 0px;
    float: left;
    width: 100%;
    position: relative;
}
.default-form.bg-secondary.rounded.h-100.p-25 .form-check.form-switch{position: relative;}
#statusLabel{position: absolute;
  left: 70px;
  top: 5px;}

.grax_tm_contact .info_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 27px;
}

.grax_tm_contact .info_list ul li span.first {
    min-width: 100px;
    display: inline-block;
}

.grax_tm_contact .info_list ul li span.second {
    font-weight: 400 !important;
    color: inherit !important;
}

.grax_tm_contact .info_list ul li span {
    font-family: "Poppins";
    font-weight: 600;
    color: #000;
}

.grax_tm_contact .info_list ul li a {
    text-decoration: none;
    color: inherit !important;
    transition: all .3s ease;
    display: inline-block;
    position: relative;
}

.grax_tm_contact .info_list ul li a:hover {
    color: #000;
}

.grax_tm_contact .info_list ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.grax_tm_contact .info_list ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.grax_tm_contact .info_list ul li a:hover {
    color: #000 !important;
}

.grax_tm_contact .info_list ul li .svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    margin-top: -1px;
}

.grax_tm_contact .right {
    width: 50%;
    padding-left: 50px;
}

.grax_tm_contact .fields {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_contact .fields .first {
    width: 100%;
    float: left;
}

.grax_tm_contact .fields ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_contact .fields ul li {
    width: 100%;
    margin: 0px 0px 30px 0px;
    float: left;
}

.grax_tm_contact .fields ul li input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 5px;
}

.grax_tm_contact .fields ul li input:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .5);
}

.grax_tm_contact .fields .last textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    height: 120px;
    resize: none;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.grax_tm_contact .fields .last textarea:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .5);
}

.grax_tm_contact .empty_notice {
    color: #F52225;
    margin-bottom: 7px;
    display: none;
    text-align: left;
    font-weight: 500;
}

.grax_tm_contact .contact_error {
    color: #F52225;
    text-align: left;
    font-weight: 500;
}

.grax_tm_contact .returnmessage {
    color: #3A00FF;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500;
}

.grax_tm_contact .grax_tm_button a {
    display: block;
    text-align: center;
}


/*---------------------------------------------------*/


/*	10) GRAX COPYRIGHT
/*---------------------------------------------------*/

.grax_tm_copyright {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #000;
    padding: 130px 0px 100px 0px;
    position: relative;
}

.grax_tm_copyright .copyright_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grax_tm_copyright .logo img {
    max-width: 100px;
}

.grax_tm_copyright .social ul {
    margin: 0px;
    list-style-type: none;
}

.grax_tm_copyright .social ul li {
    margin: 0px 25px 0px 0px;
    display: inline-block;
}

.grax_tm_copyright .social ul li:last {
    margin-right: 0px;
}

.grax_tm_copyright .social ul li a {
    text-decoration: none;
    color: #fff;
}

.grax_tm_copyright .social .svg {
    width: 17px;
    height: 17px;
}

.grax_tm_copyright .copy p {
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}

.grax_tm_copyright .copy a {
    text-decoration: none;
    color: #fff;
}

.my_wave {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}

.my_wave svg {
    overflow: hidden;
    vertical-align: middle;
    height: 180px;
    width: 100%;
    fill: #fff;
}


/*---------------------------------------------------*/


/*	11) GRAX CURSOR
/*---------------------------------------------------*/

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 50;
    background-color: #000;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #000;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.grax_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}


/*---------------------------------------------------*/


/*	12) GRAX PARTICLE EFFECT
/*---------------------------------------------------*/

.grax_tm_hero .particle_wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}


/*---------------------------------------------------*/


/*	13) GRAX GLITCH EFFECT
/*---------------------------------------------------*/

.grax_tm_hero .glitch_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.glitch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("..//img/slider/2.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    z-index: -1 !important;
    opacity: 1;
    transform: scale(1);
}

.glitch:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.grax_tm_hero .ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(..//img/slider/2.jpg);
}

.grax_tm_hero .ripple:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.container.water {
    visibility: hidden;
}

.my_shape {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -11px;
    z-index: 5;
}

.my_shape .svg {
    width: 100%;
    height: 100%;
}

.grax_tm_down.shape {
    bottom: 20%;
}

.my_shape svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.progressbar {
    position: fixed;
    height: 100px;
    width: 1px;
    bottom: 25px;
    right: -25px;
    background-color: rgba(0, 0, 0, .08);
    z-index: 10;
    transition: all .3s ease;
}

.progressbar.animate {
    right: 25px;
}

.progressbar .line {
    position: absolute;
    width: 1px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
}

.progressbar .text {
    position: absolute;
    top: -77%;
    left: 0px;
    font-family: "Poppins";
    font-size: 13px;
    transform: rotateZ(90deg);
    text-transform: uppercase;
    transform-origin: left;
    white-space: nowrap;
    color: #fff;
}

.progressbar a {
    text-decoration: none;
    color: #000;
}


/*---------------------------------------------------*/


/*  WAXON SETTINGS
/*---------------------------------------------------*/

.grax_tm_settings {
    position: fixed;
    z-index: 20;
    top: 20%;
    right: -200px;
    width: 200px;
    background-color: rgba(0, 0, 0, 1.00);
    padding: 40px 20px 33px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grax_tm_settings.opened {
    right: 0px;
}

.grax_tm_settings .wrapper {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_settings .icon {
    position: absolute;
    top: 0px;
    right: 100%;
    background-color: #000;
    padding: 12px 12px 4px 12px;
}

.grax_tm_settings .icon .svg {
    color: #fff;
    width: 25px;
    height: 25px;
    animation: fa-spin 2s infinite linear;
}

.grax_tm_settings .link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.grax_tm_settings .title {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.grax_tm_settings .title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    left: 0px;
    bottom: 0px;
}

.grax_tm_settings .colors {
    margin: 0px 0px 22px 0px;
    list-style-type: none;
    padding-top: 32px;
}

.grax_tm_settings .colors li {
    margin: 0px;
    display: inline-block;
}

.grax_tm_settings .colors li a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.grax_tm_settings .direction {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
}

.grax_tm_settings .direction li {
    margin: 0px 20px 0px 0px;
    display: inline-block;
}

.grax_tm_settings .direction li a {
    opacity: .4;
    text-decoration: none;
    color: #fff;
}

.grax_tm_settings .direction li a.active {
    opacity: 1;
}

.grax_tm_settings .direction li .svg {
    width: 25px;
    height: 25px;
}

.grax_tm_settings .colors li.bl {
    display: inline-block;
}

.grax_tm_settings .colors li.wh {
    display: none;
}

body.dark .grax_tm_settings .colors li.bl,
.grax_tm_settings.changed .colors li.bl {
    display: none;
}

body.dark .grax_tm_settings .colors li.wh,
.grax_tm_settings.changed .colors li.wh {
    display: inline-block;
}

body.dark .grax_tm_settings,
.grax_tm_settings.changed {
    background-color: #fff;
}

body.dark .grax_tm_settings .icon,
.grax_tm_settings.changed .icon {
    background-color: #fff;
}

body.dark .grax_tm_settings .icon .svg,
.grax_tm_settings.changed .icon .svg {
    color: #000;
}

body.dark .grax_tm_settings .title,
.grax_tm_settings.changed .title {
    color: #000;
}

body.dark .grax_tm_settings .title:before,
.grax_tm_settings.changed .title:before {
    background-color: rgba(0, 0, 0, .5);
}

body.dark .grax_tm_settings .direction li a,
.grax_tm_settings.changed .direction li a {
    color: #000;
}

body.dark .grax_tm_settings .cursor li:nth-child(1) a,
.grax_tm_settings.changed .cursor li:nth-child(1) a {
    border-color: #000;
}

body.dark .grax_tm_settings .cursor li:nth-child(1) a:before,
.grax_tm_settings.changed .cursor li:nth-child(1) a:before {
    background-color: #000;
}

body.dark .grax_tm_settings .cursor li .svg,
.grax_tm_settings.changed .cursor li .svg {
    color: #000;
}

.grax_tm_settings .cursor {
    margin: 0px;
    list-style-type: none;
    padding-top: 15px;
}

.grax_tm_settings .cursor li {
    margin: 0px 20px 0px 0px;
    display: inline-block;
}

.grax_tm_settings .cursor li a {
    text-decoration: none;
    color: #fff;
    opacity: .4;
    font-weight: 600;
}

.grax_tm_settings .cursor li a.showme {
    opacity: 1;
}

.grax_tm_settings .cursor li:nth-child(1) a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
}

.grax_tm_settings .cursor li:nth-child(1) a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.grax_tm_settings .cursor li .svg {
    width: 25px;
    height: 25px;
    color: #fff;
}

.grax_tm_settings .cursor li:nth-child(2) {
    position: relative;
    top: -2px;
}

.grax_tm_settings .effect {
    margin: 0px;
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 25px;
}

.grax_tm_settings .effect li {
    margin: 0px 0px 5px 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    opacity: .4;
}

.grax_tm_settings .effect li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: "Montserrat";
    display: block;
    position: relative;
    top: 2px;
}

.grax_tm_settings .effect li.selected {
    background-color: #fff;
    opacity: 1;
}


/*---------------------------------------------------*/


/*	GRAX INTRO
/*---------------------------------------------------*/

.grax_tm_intro_hero {
    width: 100%;
    height: 100vh;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 150px;
}

.grax_tm_intro_hero:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(..//img/patterns/light-honeycomb.png);
    background-repeat: repeat;
    opacity: .4;
    z-index: 2;
}

.grax_tm_intro_hero:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    z-index: 1;
}

.grax_tm_intro_hero .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
}

.grax_tm_intro_hero .content .name {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.grax_tm_intro_hero .content p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Poppins";
    font-weight: 500;
}

.grax_tm_intro_hero .grax_tm_down {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.5%;
}

.grax_tm_intro_hero .fn_animation .character {
    top: 15px;
}

.grax_tm_intro_hero .fn_animation .character.opened {
    top: 0px;
}

.grax_tm_intro_content {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.grax_tm_intro_content .title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: center;
}

.grax_tm_intro_content .title_holder h3 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.grax_tm_intro_content .demo_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 100px;
    margin-bottom: 70px;
}

.grax_tm_intro_content .demo_list ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none;
}

.grax_tm_intro_content .demo_list ul li {
    margin: 0px 0px 50px 0px;
    float: left;
    width: 50%;
    padding-left: 50px;
    position: relative;
}

.grax_tm_intro_content .demo_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    top: 0px;
    transform: translateZ(0);
}

.grax_tm_intro_content .demo_list ul li .list_inner:hover {
    top: -10px;
}

.grax_tm_intro_content .demo_list ul li .list_inner h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.grax_tm_intro_content .demo_list ul li:last-child img {
    filter: blur(5px);
}

.grax_tm_intro_fixed_price .pricing-info,
.grax_tm_intro_fixed_price .anim {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    background-color: #e54b4b;
    position: fixed;
    font-size: 22px;
    text-align: center;
    z-index: 5;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    bottom: 80px;
    right: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@-webkit-keyframes myAnimPrice {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes myAnimPrice {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.grax_tm_intro_fixed_price .anim:nth-child(1) {
    -webkit-animation: myAnimPrice 2s infinite;
    animation: myAnimPrice 2s infinite
}

.grax_tm_intro_fixed_price .anim:nth-child(2) {
    -webkit-animation: myAnimPrice 2s infinite .3s;
    animation: myAnimPrice 2s infinite .3s
}

.grax_tm_intro_fixed_price .anim:nth-child(3) {
    -webkit-animation: myAnimPrice 2s infinite .6s;
    animation: myAnimPrice 2s infinite .6s
}

.grax_tm_intro_hero .theme {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
}

.grax_tm_intro_hero .theme p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}

.grax_tm_intro_hero .theme a {
    color: #fff;
    text-decoration: none;
}

.grax_tm_intro_hero .theme .pr {
    color: #97E84D;
    font-weight: 600;
}


/*---------------------------------------------------*/


/*	14) GRAX MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/


/* Custom CSS Start */

.btn-block.dark {
    background: rgba(0, 0, 0, 1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 15px;
}

.btn-block.dark .ttl {
    color: #fff;
    margin-bottom: 20px;
}

.btn-block.dark .btn-sm {
    padding: 10px 20px;
    color: #000;
    border-radius: 50px;
    min-width: 120px;
    transition: all 0.5s linear;
}

.btn-block.dark .btn-sm:hover {
    border: 1px solid #fff;
    background: transparent !important;
    color: #fff
}

.small-logo {
    width: 300px;
}

.oxyy-login-register .hero-wrap {
    position: relative;
    overflow: hidden;
}

.oxyy-login-register .hero-wrap .hero-mask,
.oxyy-login-register .hero-wrap .hero-bg,
.oxyy-login-register .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.oxyy-login-register .col-md-6.d-flex .container.my-auto.py-5{background: #fffaf4;}
.oxyy-login-register .col-md-6.d-flex .container.my-auto.py-5::after {content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: #0e113f;
  left: 0;
  bottom: -150px;}
.oxyy-login-register .hero-wrap .hero-mask {
    z-index: 1;
}

.oxyy-login-register .hero-wrap .hero-content {
    position: relative;
    z-index: 2;width: 100%;
}

.oxyy-login-register .hero-wrap .hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.oxyy-login-register .hero-wrap .hero-bg-slideshow {
    z-index: 0;
}

.oxyy-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}
.oxyy-login-register .inner-container{
    /* box-shadow: 0 0 10px rgb(255, 208, 188); */
  /* margin: 50px 0px; */
  border-radius: 15px;
  overflow: hidden;
  /* background: #fffaf4; */
}
.hero-wrap.d-flex.align-items-center.h-100 .hero-mask.opacity-8.bg-primary{background: #0e113f  !important;}
.oxyy-login-register .hero-wrap .hero-content .form-block {
  padding: 20px 30px;
}
.oxyy-login-register .container.my-auto.py-5{padding: 0px 20px;}
.oxyy-login-register{padding: 5px 50px 5px;
  /* background: #fbfbff; */
  background: #f0f0f4;}
.oxyy-login-register .hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll;
    z-index: 1;background-image: none !important;
}


.body-block ul li span img{width: 20px;margin-right: 5px;margin-top: -2px;}
.form-block .head-block .main-ttl span.white {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: block;
  padding-left: 50px;margin-bottom: 2px;
}
.form-block .head-block .main-ttl span.white::after {
    content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0e113f;
  left: 0;
  border-top: 2px solid #fd6306;
  top: 13px;
  z-index: -1;
}
.form-block .head-block .fs-18{font-size: 18px;font-weight: 500;}
.oxyy-login-register .hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
}

.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer,
.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
    height: 100%;
}

.small_logo {
    width: 250px;
}

.project-sec .btn-block {
    margin-top: 15px;
}

.project-sec .btn-block .view-btn {
    background: #2ca8fe;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
}


/* .step {
	display: none;
}

.step.active {
	display: block;
} */

.prev-btn {
    opacity: 0.8;
}

.form.step label {
   line-height: 1.2;
  font-size: 12px;
  color: #000  !important;
  font-weight: 400;
}

.oxyy-login-register {
    width: 100%;
}


/* ./Custom CSS End */
.codex-breadcrumb .breadcrumb-contain ul li {
    display: flex;
    align-items: center;
  }
.breadcrumb .breadcrumb-item.active {
    line-height: 1.2;
}
.information h4{font-size:18px;margin-bottom: 15px;}
.information .form-group {
    margin-block-end: 10px;
  }
#multi-step-form .text-danger {
    font-size: 12px;
    line-height: 1
}

.common-dash .card-body .form-label,
.common-dash .form-group .rqs_txt,
.common-dash .form-group label {
    /* color: #fff; */
}

.breadcrumb-item+.breadcrumb-item {
    line-height: 1.2;
}

.codex-breadcrumb .breadcrumb-contain .left-breadcrumb .breadcrumb li a {
    /* color: #fff; */font-size: 13px;
  font-weight: 500;
}

.codex-menu .submenu-list>li.active>a {
    color: rgb(234, 234, 234);
    /* background: #1f4475; */
}

.auth-footer h6 {
    color: #000;font-size: 13px;
}
.form-group .btn.btn-primary.fw-100{font-weight: 400 !important;
  border: 1px solid #fd6306;}

.common-dash .card .card-body,
.common-dash .card.project_list {
    padding: 25px;
    /* background: #19375e !important;box-shadow: 0 0 21px rgb(8, 31, 147); */
    /* background-color: transparent !important; */
    /* box-shadow: 0 0 20px rgb(8, 32, 154); */
    margin-top: 5px;
    border-radius: 10px;
}

.common-dash .card.project_list>.body {
    padding: 0px;
}

.common-dash .project_list .cardbody {
    padding: 10px 0;
}

.dropzone {
    border: 2px dashed #fff;
}

.default-form .form-group.trigger_file {
    border: 2px dashed #fff !important;
    border-radius: 10px;
}

.default-form .form-group.trigger_file * {
    color: #fff !important;
}

.default-form .form-group.trigger_file .add_multipl_inputs,
.default-form .form-group.trigger_file .add_multipl_inputs p {
    color: #fff !important;
}


/* ================================= */


/* contractor */


/* ================================= */

.contractor-block .img-warp img {
    width: 100%;height: 200px;
  object-fit: cover;margin-bottom: 10px;
}
.project-body .info-ttl{font-size: 13px;font-weight: 500;margin-top: 6px;}
.project-body .info-ttl span {
  font-weight: 400;
}

.contractor-block .btn-ul ul li {
    margin-bottom: 10px;
}

.contractor-block .btn-ul ul li a {
    /* background: #2ca8fe; */
    background: #5e2dd8;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;font-size: 13px;
}
.contractor-block .btn-ul ul li a:hover{opacity:0.8;transition: all 0.5s linear;}
.sort-filter{padding: 5px 0px;font-size: 13px;}
.sort-filter #dropdownMenuButton {width: 100%;
  border: 1px solid #ddd;
  padding: 4px 5px;
  border-radius: 3px;
  padding: 5px;font-size: 13px;}
.sort-filter .dropdown-item{font-size: 13px;}
.sort-filter ul.dropdown-menu{  min-width: 217px;}

.contractor-block .ttl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.project-sec {
    /* background: #8aacd8 */
    /* background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 1px rgba(4, 20, 30, 0.03);padding:15px; */
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(203, 200, 200, 0.5);
}
.project-sec.mb-4{border: 1px solid #95a2d5;}

.card-body.project-sec {
    margin: 20px;
    border-radius: 10px;
}

.documents-sec {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.documents-sec h6 {
    margin-bottom: 5px;
    color: #021b3c;
    font-size: 14px;
}

.pdf-icon svg {
    width: 100px;
    margin-top: 10px;
    height: 100px;
}

.documents-sec .btn-block {
    margin-top: 10px
}

.documents-sec .view-btn {
    background: #2ca8fe;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;font-weight: 400;
  font-size: 13px;
}

.card.blog-wrapper .property-img,
.card.blog-wrapper .no-image-box {
    height: 280px;
    object-fit: cover;
}
.card.blog-wrapper .no-image-box{background: #dddbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;}

 .card.blog-wrapper .no-image-box .project-title{font-size: 24px;
  font-weight: 500;}

   .card.blog-wrapper .no-image-box .project-sub {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  font-weight: 400;
  line-height: 24px;
}

.Documents-card.box ul li {
    justify-content: space-between;
}

.Documents-card.box ul li .ttl {
    min-width: 50%;
    width: 50%;
    text-align: left;
    font-size: 14px;
}

.bg-img .text-dark{text-align: right;}

#workSetupGrid .btn.btn-outline-secondary{width: 100% !important;
  border-radius: 50px;}


@media (max-width: 1400px) {
    .grax_tm_modalbox_news .box_inner {
        width: 900px;
    }
}

@media (max-width: 1200px) {
    .grax_tm_modalbox_news .box_inner {
        width: 100%;
        top: 0px;
        bottom: 0px;
    }
    .grax_tm_modalbox_news .close {
        position: absolute;
        top: 20px;
        left: auto;
        right: 20px;
        margin-left: 0px;
    }
    .grax_tm_modalbox_news .close .svg {
        color: #777;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1040px) {
    #preloader {
        display: none;
    }
    .mouse-cursor {
        display: none;
    }
    .cursor-inner {
        display: none;
    }
    .cursor-inner.cursor-hover {
        display: none;
    }
    .cursor-outer {
        display: none;
    }
    .container {
        padding: 0px 20px;
    }
    .grax_tm_topbar {
        /*! display: none; */
    }
    .grax_tm_mobile_menu {
        display: block;
    }
    .grax_tm_hero .name {
        font-size: 55px;
    }
    .grax_tm_about .about_inner {
        display: block;
    }
    .grax_tm_about .left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 40px;
    }
    .grax_tm_about .right {
        padding-left: 0px;
        width: 100%;
    }
    .grax_tm_portfolio ul {
        margin-left: -20px;
    }
    .grax_tm_portfolio ul li {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .grax_tm_news .news_list ul {
        margin-left: -30px;
    }
    .grax_tm_news .news_list ul li {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .grax_tm_topbar .topbar_inner {
        justify-content: center;
    }
    .grax_tm_talk .text h3 span {
        font-size: 18px;
    }
    /* .grax_tm_talk .text h3{display: flex;} */
    .grax_tm_hero {
        height: 200px;
    }
    .grax_tm_hero .details {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .btn-block.dark {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .grax_tm_title_holder h3 {
        letter-spacing: 5px;
    }
    .grax_tm_hero .name {
        font-size: 45px;
        margin-bottom: 5px;
    }
    .grax_tm_hero .job {
        font-size: 17px;
    }
    .grax_tm_about .right .list ul {
        margin: 0px;
    }
    .grax_tm_about .right .list ul li {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_portfolio ul li {
        width: 50%;
    }
    .grax_tm_progress_part .part_inner {
        display: block;
    }
    .grax_tm_progress_part .left {
        width: 100%;
        padding-right: 0px;
        float: left;
        margin-bottom: 20px;
    }
    .grax_tm_progress_part .right {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_talk .talk_inner {
        display: block;
    }
    .grax_tm_talk .text {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .grax_tm_news .news_list ul li {
        width: 50%;
    }
    .grax_tm_news .news_list ul li .details .date span {
        margin-left: 0px;
    }
    .grax_tm_news .news_list ul li .details .date span:before {
        display: none;
    }
    .grax_tm_contact .contact_inner {
        display: block;
    }
    .grax_tm_contact .left {
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }
    .grax_tm_contact .right {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_copyright .copyright_inner {
        display: block;
    }
    .grax_tm_copyright .logo {
        margin-bottom: 17px;
    }
    .grax_tm_copyright .social {
        margin-bottom: 10px;
    }
    .grax_tm_modalbox_news .details .title {
        font-size: 25px;
    }
    .grax_tm_modalbox_news .description_wrap {
        padding: 20px;
    }
    .grax_tm_intro_fixed_price {
        display: none;
    }
    .grax_tm_intro_content .title_holder h3 {
        letter-spacing: 4px;
    }
    .grax_tm_intro_content .demo_list ul {
        margin: 0px;
    }
    .grax_tm_intro_content .demo_list ul li {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_copyright {
        padding: 130px 0px 20px 0px;
    }
    .grax_tm_copyright .copyright_inner {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .copyright_inner .copy.wow.fadeInLeft.mb-0 {
        margin-top: 20px;
    }
    .btn-block.dark .btn-sm {
        font-size: 12px;
    }

    h5 {font-size: 14px;}
table .d-flex.align-items-center .btn{padding: 8px 8px;}
table .d-flex.align-items-center .btn i{font-size: 13px;}

#filterTabs {display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;}
 #filterTabs li button {white-space: nowrap;}

}


@media (max-width: 575px) {
/* .blog-wrapper .detailwrapper .blog-footer .date-info a{float: right;
  margin-bottom: 4px;} */
  .date-info .feather.feather-edit {width: 16px;height: 16px;}
  .blog-wrapper .blog-footer .btn{font-size: 13px;padding: 8px 10px;}

  .navtabs-form .nav-pills .nav-link{font-size: 12px;
  padding: 8px 15px;}

  .default-form h5.mb-5{font-size: 14px;}

  .swal2-html-container{font-size: 14px;}
  .swal2-styled.swal2-confirm,
  .swal2-styled.swal2-cancel{font-size: 14px;
  padding: 5px 16px;}

}

@media (max-width: 480px) {
    .grax_tm_hero .name {
        font-size: 30px;
    }
    .grax_tm_hero .job {
        font-size: 15px;
    }
    .grax_tm_portfolio ul {
        margin: 0px;
    }
    .grax_tm_portfolio ul li {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_news .news_list ul {
        margin: 0px;
    }
    .grax_tm_news .news_list ul li {
        width: 100%;
        padding-left: 0px;
    }
    .grax_tm_talk .text h3 span {
        font-size: 14px;
    }
  .contractor-block .ttl{font-size: 13px;}

    h6{font-size:13px}
    .common-dash tr th{font-size:13px}
    .common-dash tr td{font-size: 12px;}

    .link-btn {white-space: nowrap;}

    .btn.btn-info, .btn.bg-dark, .btn.btn-primary{padding: 8px 10px;}

    .default-form.bg-secondary.rounded.p-25.bid-project .card-body {padding-top: 2px !important;}

   .simplebar-content h4.mb-0{font-size: 18px;}

}

@media (max-width: 360px) {
    .grax_tm_talk .text {
        margin-bottom: 0;
        padding: 6px 0px;
    }
    .grax_tm_talk .text h3 {
        display: flex;
        line-height: 1.5;
    }
    .grax_tm_talk .text h3 span {
        font-size: 10px;
    }
    .small-logo {
        width: 230px;
    }
}