/* =================== Global for theme =================== */
.cotton-bg-secound {
  background-color: #F9F9F6 !important;
}

.color-3 {
  color: #333333 !important;
}

.cotton-black {
  color: #000 !important;
}

/* home promo section */
.home-promo-section {
  background: #F9F9F6;
}

.home-promo-section .container {
  padding: 80px 0;
}

.home-promo-section .container .col-md-3 {
  width: 20%;
}

.home-promo-section .container .col-md-3 .icon-box {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.home-promo-section .container .col-md-3 .icon-box:hover {
  background: #fff;
}

.home-promo-section .container .col-md-3 .icon-box .icon.icon-lg {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.home-promo-section .container .col-md-3 h4 a {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

/* Home about */
.home--about .section-content h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}

.home--about .section-content p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.home--about .section-content .btn-site {
  background: #B72026;
  padding: 14px 30px;
  width: 146px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.home--about .section-content .btn-site:hover {
  background: rgba(183, 32, 38, 0.1);
  color: #B72026;
}

.home--about .parallax {
  max-width: 1010px;
  margin: 0 auto;
}

.home--about .counter-wrapper {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .home--about .counter-wrapper {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.home--about .counter-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 270px);
  width: 100%;
  background: #F9F9F6;
  z-index: -1;
}

.home--about .counter-wrapper .section-content {
  margin-top: 46px;
}

.home--about .counter-wrapper .section-content .funfact span {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #333333;
}

.home--about .counter-wrapper .section-content .funfact h5 {
  color: #3A3950;
  font-size: 18px;
  line-height: 28px;
}

.home--about .counter-wrapper .section-content .funfact.top {
  position: relative;
  top: -11px;
}

.home--about .parallax .img-fullwidth {
  height: 540px;
  object-fit: cover;
  width: 100%;
}

.home--about .parallax .funfact {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .home--about .parallax .funfact {
    border-right: 0px;
  }
}

.home--about .parallax .funfact.no-border {
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}

/* why choose section */
.why-choose-us h2 {
  margin-top: 0;
}

.why-choose-us .section-head-center {
  margin-bottom: 60px;
}

.why-choose-us .section-head-center .double-line-bottom-theme-colored-2:before {
  left: 50%;
  transform: translateX(-50%);
}

.why-choose-us .section-head-center .double-line-bottom-theme-colored-2:after {
  left: 50%;
  transform: translateX(-50%);
}

.why-choose-us .choose-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.why-choose-us .choose-wrapper .icon-box img {
  width: 50px;
  height: auto;
  margin-bottom: 22px;
}

.why-choose-us .choose-wrapper .icon-box .media-body h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000;
}

.why-choose-us .choose-wrapper .icon-box .media-body p {
  color: #333333;
  line-height: 24px;
}

/* Hero slider */
.rev_slider li.tp-revslider-slidesli .tp-caption {
  left: 50px;
}

/*========= about us page =========*/
/* Banner */
.cotton--global-banner {
  height: 321px;
  background-size: cover;
  position: relative;
}

.cotton--global-banner .cotton--banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 45.02%, rgba(0, 0, 0, 0.6) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  height: 100%;
}

.cotton--global-banner .head-f-c {
  margin-top: 121px !important;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

/* about us page */
.home--about.company-profile-page {
  background: #fff;
}
@media (max-width: 600px) {
  .home--about.company-profile-page .container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.home--about.company-profile-page .counter-wrapper .section-content {
  margin-top: 0;
}

@media (max-width: 600px) {
  .menuzord-responsive .menuzord-brand {
    margin: 8px !important;
  }
}
@media (max-width: 600px) {
  .founder-message .container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.founder-message .section-content .message-content {
  padding-left: 30px;
}
@media (max-width: 600px) {
  .founder-message .section-content .message-content {
    padding-top: 30px;
    padding-left: 0;
  }
}
.founder-message .section-content .message-content h2 {
  line-height: 42px;
}
.founder-message .section-content .message-content .double-line-bottom-theme-colored-2 {
  margin-bottom: 32px;
}
.founder-message .section-content .message-content svg {
  display: inherit;
  margin-bottom: 20px;
}
.founder-message .section-content .message-content em {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.founder-message .section-content .message-content h3 {
  font-weight: 600;
}
.founder-message .section-content .message-content p {
  color: #333333;
}

.home--about.company-profile-page.mission .container {
  padding-bottom: 167px;
}
@media (max-width: 600px) {
  .home--about.company-profile-page.mission .container .mission-content {
    padding-left: 0 !important;
  }
}
.home--about.company-profile-page.mission .small-text {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.home--about.company-profile-page.mission figcaption {
  position: absolute;
  bottom: -70px;
  left: -23px;
  background: #F8E9EA;
  box-shadow: -10px 4px 24px rgba(0, 0, 0, 0.04);
  padding: 20px;
  box-sizing: border-box;
  width: 95%;
}
@media (max-width: 600px) {
  .home--about.company-profile-page.mission figcaption {
    position: relative;
    bottom: 0;
    left: 0;
    background: #F8E9EA;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.home--about.company-profile-page.mission ul {
  list-style: inherit;
  padding-left: 20px;
}
.home--about.company-profile-page.mission ul li {
  color: #333333;
}

.values-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 38px;
}
@media (max-width: 600px) {
  .values-wrapper {
    margin-top: 30px;
  }
}
.values-wrapper .value-item {
  text-align: center;
}
.values-wrapper .value-item p {
  margin-top: 25px;
  margin-bottom: 0;
}

.team-wrapper .section-content .team-members {
  cursor: pointer;
}
.team-wrapper .section-content .team-members .team-thumb {
  height: 350px;
}
.team-wrapper .section-content .team-members .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-wrapper .section-content .team-members .team-thumb .team-social {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 10px;
}
.team-wrapper .section-content .team-members .team-thumb .team-social li a {
  display: flex;
  width: 38px;
  height: 38px;
  background: #000000;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 6px;
}
.team-wrapper .section-content .team-members .sort-details {
  text-align: left;
  text-transform: capitalize;
}

.team-popup {
  position: fixed;
  width: 1040px;
  background: #FFFFFF;
  left: 50%;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  height: 550px;
}
.team-popup .team-popup-inner {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .team-popup .team-popup-inner {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
  }
  .team-popup .team-popup-inner::-webkit-scrollbar {
    width: 6px;
  }
  .team-popup .team-popup-inner::-webkit-scrollbar-track {
    background: #E9E9E9;
  }
  .team-popup .team-popup-inner::-webkit-scrollbar-thumb {
    background: #C2C2C6;
  }
}
@media (max-width: 600px) {
  .team-popup {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
}
.team-popup .team-popup-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
}
@media (max-width: 600px) {
  .team-popup .team-popup-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.team-popup .team-popup-wrapper .content-inner {
  padding: 35px 30px 40px 30px;
  box-sizing: border-box;
}
.team-popup .team-popup-wrapper .content-inner h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-popup .team-popup-wrapper .content-inner .content-list {
  display: flex;
  margin-bottom: 46px;
}
.team-popup .team-popup-wrapper .content-inner .content-list span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.team-popup .team-popup-wrapper .content-inner .content-list span.border-right {
  padding-right: 25px;
  border-right: 1px solid #E7DBCB;
}
.team-popup .team-popup-wrapper .content-inner .content-list span svg {
  margin-right: 12px;
}
.team-popup .team-popup-wrapper .content-inner .scroll-text {
  height: 315px;
  overflow-y: scroll;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
}
@media (max-width: 600px) {
  .team-popup .team-popup-wrapper .content-inner .scroll-text {
    height: auto;
    overflow: auto;
  }
}
.team-popup .team-popup-wrapper .content-inner .scroll-text::-webkit-scrollbar {
  width: 6px;
}
.team-popup .team-popup-wrapper .content-inner .scroll-text::-webkit-scrollbar-track {
  background: #E9E9E9;
}
.team-popup .team-popup-wrapper .content-inner .scroll-text::-webkit-scrollbar-thumb {
  background: #C2C2C6;
}
.team-popup .team-popup-wrapper .content-thumbnail {
  height: 100%;
  position: relative;
  width: 100%;
}
.team-popup .team-popup-wrapper .content-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-popup .team-popup-wrapper .content-thumbnail ul.styled-icons.team-social.icon-sm {
  top: 20px;
  opacity: 1;
  left: 20px;
  right: inherit;
}
.team-popup .team-popup-wrapper .content-thumbnail .team-social {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 10px;
}
.team-popup .team-popup-wrapper .content-thumbnail .team-social li a {
  display: flex;
  width: 38px;
  height: 38px;
  background: #000000;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 6px;
}
.team-popup.active {
  display: block;
}

.cotton-layer-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.cotton-layer-overlay.active {
  display: block;
}

button.team-close__btn {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  border: none;
  outline: 0;
  padding: 0;
  z-index: 999;
}
@media (max-width: 600px) {
  button.team-close__btn {
    right: 0;
  }
}

.cotton-business-sidebar li {
  border-bottom: 1px solid rgba(6, 5, 10, 0.1);
  padding: 20px 0 !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.cotton-business-sidebar li:hover {
  padding-left: 20px !important;
  background: #B72026;
  color: #fff;
}

.business_division_div .single-service p b {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.fiber-process .step-area {
  width: 730px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .fiber-process .step-area {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.fiber-process .step-area .step-item {
  width: 100%;
}
.fiber-process .step-area .step-item .step-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.fiber-process .step-area .step-item .step-item-inner .label-tag {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 3px solid #F8C2C2;
  text-align: center;
  background: #fff;
  line-height: 52px;
  font-weight: 400;
  font-size: 24px;
  color: #B72026;
  border-radius: 100%;
  top: 0;
  left: 200px;
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item .step-item-inner .label-tag {
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 16px;
    left: 78px;
  }
}
.fiber-process .step-area .step-item .step-item-inner .step-thumb {
  width: 292px;
  height: 292px;
  border-radius: 100%;
  margin-right: 60px;
  position: relative;
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item .step-item-inner .step-thumb {
    margin-right: 0;
    width: 120px;
    height: 120px;
  }
}
.fiber-process .step-area .step-item .step-item-inner .circle-image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #F8C2C2;
}
.fiber-process .step-area .step-item .step-item-inner .description {
  width: 350px;
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item .step-item-inner .description {
    width: calc(100% - 120px);
  }
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item .step-item-inner .description p {
    display: none;
  }
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item .step-item-inner .description h4 {
    margin-bottom: 0;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 16px !important;
  }
}
.fiber-process .step-area .step-item img.line {
  margin-left: 135px;
}
@media (max-width: 600px) {
  .fiber-process .step-area .step-item img.line {
    margin-left: 10%;
    width: 70%;
  }
}
.fiber-process .step-area .step-item:last-child img.line {
  display: none;
}

@media (max-width: 600px) {
  .contact-form-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.contact-form-wrapper .col-lg-6 {
  background-color: #fff;
  height: 609px;
}
@media (max-width: 600px) {
  .contact-form-wrapper .col-lg-6 {
    width: calc(100% - 30px);
    margin-left: 15px;
    height: auto;
    padding: 0;
  }
}
.contact-form-wrapper .col-lg-6 form {
  padding: 48px 0 43px 40px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 600px) {
  .contact-form-wrapper .col-lg-6 form {
    padding: 40px 20px 10px 20px;
  }
}
@media (max-width: 600px) {
  .contact-form-wrapper .col-lg-6 form .col-sm-6.pr-0 {
    padding-right: 15px !important;
  }
}
.contact-form-wrapper .col-lg-6 form p a {
  color: #B72026;
}
.contact-form-wrapper .col-lg-6 form .textarea {
  padding: 16px 20px 20px 20px;
}
.contact-form-wrapper .col-lg-6 form button.btn.btn-primary {
  background: #B72026;
  width: 163px;
  height: 50px;
  border: none;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.contact-form-wrapper .col-lg-6 form button.btn.btn-primary:hover {
  opacity: 0.9;
}

.product-area button.close {
  right: 25px;
  position: absolute;
  top: 14px;
  z-index: 999;
  font-size: 30px;
}
.product-area .modal-body {
  padding: 30px;
  box-sizing: border-box;
  height: 90vh;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}
@media (max-width: 600px) {
  .product-area .modal-body {
    height: 100vh;
    padding: 10px;
  }
}
.product-area .modal-body::-webkit-scrollbar {
  width: 5px;
}
.product-area .modal-body::-webkit-scrollbar-track {
  background: #E9E9E9;
}
.product-area .modal-body::-webkit-scrollbar-thumb {
  background: #C2C2C6;
}
.product-area .section-content .pricing-table {
  border: 0px;
}
.product-area .section-content .pricing-table ul.list li {
  padding-left: 20px;
  padding: 15px 5px 10px 20px;
  font-size: 13px;
}
.product-area .section-content .pricing-table ul.list li::before {
  left: 0;
  top: 15px;
}
.product-area .modal-dialog {
  width: 1170px;
  max-width: 100%;
}

.thumnail .tab-content {
  padding: 0;
  border: 0;
}
.thumnail .tab-content .tab-pane img {
  width: 100%;
  height: 545px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .thumnail .tab-content .tab-pane img {
    height: auto;
  }
}
.thumnail .product-wrapper .nav.nav-tabs {
  margin-top: 9px;
}
@media (max-width: 600px) {
  .thumnail .product-wrapper .nav.nav-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
}
.thumnail .product-wrapper .nav.nav-tabs::after, .thumnail .product-wrapper .nav.nav-tabs::before {
  display: none;
}
.thumnail .product-wrapper .nav.nav-tabs h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.thumnail .product-wrapper .nav.nav-tabs li {
  width: 170px;
  height: 164px;
  margin-right: 9px;
}
@media (max-width: 600px) {
  .thumnail .product-wrapper .nav.nav-tabs li {
    width: 100%;
    height: auto;
  }
}
.thumnail .product-wrapper .nav.nav-tabs li a {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}
.thumnail .product-wrapper .nav.nav-tabs li a img {
  width: 100%;
  height: 172px;
}
@media (max-width: 600px) {
  .thumnail .product-wrapper .nav.nav-tabs li a img {
    height: auto;
  }
}
.thumnail .product-wrapper .nav.nav-tabs li:last-child {
  margin-right: 0;
}

.cotton-product-details .cotton-product-inner {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cotton-product-details .cotton-product-inner h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #383A45;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .cotton-product-details .cotton-product-inner h3 {
    margin-top: 30px;
  }
}
.cotton-product-details .cotton-product-inner p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  opacity: 0.8;
}
.cotton-product-details .cotton-product-inner svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .cotton-product-details .cotton-product-inner svg {
    display: none;
  }
}

.available-color h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}
.available-color li {
  transition: all 0.2s ease-in;
}
.available-color li a {
  padding: 0;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border: 1px solid transparent;
}
.available-color li a span {
  width: 100%;
  height: 100%;
  display: inherit;
}
.available-color li.active a, .available-color li:hover a {
  transform: scale(1.3);
  border: 1px solid red;
}

.product-description-area h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-description-area p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.product-description-area .short-description {
  margin-bottom: 30px;
}
.product-description-area .panel-group .panel {
  border: none;
}
.product-description-area .panel-body {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.product-description-area .panel-body img {
  display: inherit;
  margin-top: 10px;
}
.product-description-area .panel-default > .panel-heading {
  background-color: transparent;
  border: 0px solid;
}
.product-description-area .panel-default > .panel-heading .panel-title {
  border: none;
}
.product-description-area .panel-default > .panel-heading .panel-title a {
  color: #000000;
  padding: 12px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-description-area .panel-default > .panel-heading .panel-title a.active svg {
  transform: rotate(180deg);
}

/*# sourceMappingURL=update-css.css.map */
