.logo-black {
  display: none;
}

.custom-container-2 {
  width: 90%;
  max-width: 1728px;
  margin: 0 auto;
}
.csr-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Chivo", sans-serif;
}
.csr-desc ul li {
  position: relative;
  padding-left: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
  width: 95%;
}
.csr-desc ul li strong {
  display: block;
}
.csr-desc ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ff641c;
}
.csr-desc p {
  position: relative;
  padding-left: 20px;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 15px;
  width: 85%;
}

.bn-img {
  height: 72vh;
  position: relative;
}
.bn-text-wrap {
  position: absolute;
  bottom: 8%;
  width: 50%;
  left: 5%;
  position: absolute;
}
.bn-pg-title {
  /*font-size: 1.125rem;*/
}
.bn-title {
  font-weight: 300;
  font-size: 3.18rem;
}

/*Max 5-col counter, Title, Text - co*/
.co-section {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.co-slider {
  display: flex;
  justify-content: center;
}
.co-slider.owl-carousel .owl-stage {
  margin: 0 auto;
}
.co-item {
  text-align: center;
  padding: 0 50px;
  position: relative;
}
.co-divider:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ddd;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.co-text-wrap {
  display: inline-block;
  text-align: left;
  color: #000;
}
.co-title {
  font-size: 1.36rem;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.co-title span {
  font-family: "Vidaloka", serif;
  font-size: 2.72rem;
  line-height: 1;
}
.co-text {
  font-weight: 600;
  color: #696969;
  text-transform: uppercase;
  font-size: 0.59rem;
  margin-bottom: 0;
  letter-spacing: 1.3px;
}
/*Max 5-col counter, Title, Text - co-----END*/

/*  */
.split-title-mobile {
  font-size: 2.7rem;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.2;
  color: #000;
}
.split-title {
  font-size: 2.77rem;
  line-height: 1.1;
  color: #000;
}
.split-ul li p {
  font-size: 0.81rem;
  letter-spacing: 0.45px;
}
.bold-head {
  font-weight: 400;
}
.gc-img-wrap {
  /*height:85vh;*/
  padding: 60px 0px;
  height: 100%;
}
.gc-img-wrap img {
  width: 100%;
}
/*.gc-img {
        height: 841px;
        width:813px;
    }*/
.gc-img {
  height: 100%;
  /*background-image:url(../images/csr1.png);*/
  background-repeat: no-repeat;
  background-size: cover;
}
.gc-text-wrap {
  padding: 180px 50px 60px 100px;
}

/*  */

/*  */
.rc-section {
  position: relative;
  overflow: hidden;
}
.rm-section {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 80px 150px;
  color: #000;
  margin-top: 100px;
  text-align: center;
}

.rc-btn-wrap {
  display: flex;
}
.rc-btn-wrap a {
  font-family: "Chivo", sans-serif;
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  padding: 19px 25px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.6px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  line-height: 1;
  transition: 300ms ease;
}
.rc-btn-wrap a:hover {
  background-color: #000;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.rc {
  /*padding-bottom:80px;*/
  color: #000;
}
.rc h2 {
  font-size: 2.72rem;
  padding-top: 40px;
}
.rc-p {
  padding: 40px 0 60px;
  font-size: 0.81rem;
  letter-spacing: 0.45px;
}
.inc-rc-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 30vh;
}

.inc-item p {
  padding: 24px 0 20px;
  font-size: 0.63rem;
  font-weight: bold;
  margin: 0;
  width: 100%;
  color: #000;
  letter-spacing: 1.4px;
}
.read-more {
  border-color: transparent;
  border-bottom-color: black;
  border-bottom-width: thin;
  /*padding:5px;*/
  background-color: transparent;
  font-size: 0.75rem;
  color: #000;
  text-decoration: underline !important;
  cursor: pointer;
}
.inc-arrow-left {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 35%;
  left: -70px;
  display: block !important;
  border: 0px solid black;
  background-color: transparent;
}
.inc-arrow-right {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotate(180deg);
  top: 35%;
  right: -70px;
  display: block !important;
  border: 0px solid black;
  background-color: transparent;
}

/*   */

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

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
  .csr-desc ul li {
    width: 100%;
  }

  .bn-text-wrap {
    bottom: 5%;
    width: 100%;
    left: 0;
  }
  .bn-pg-title {
    font-size: 0.8rem;
  }
  .bn-title {
    font-size: 1.3rem;
  }
  .split-title-mobile {
    font-size: 1.5rem;
    padding: 50px 0 0;
    margin-bottom: 16px;
  }
  .csr-desc li p {
    font-size: 0.75rem;
  }
  .gc-img-wrap {
    /*height:60vh;*/
    padding: 0 0px 20px;
  }
  .gc-img {
    height: 100%;
  }
  .gc-text-wrap {
    padding: 0;
  }
  .co-section {
    padding: 30px 0 20px;
  }
  .co-item {
    text-align: left;
    padding: 0 20px;
  }
  .co-text-wrap {
    display: block;
  }
  .co-title {
    font-size: 1.125rem;
  }
  .co-title span {
    font-size: 1.9rem;
  }
  .co-text {
    font-size: 0.6rem;
  }
  .co-slider .owl-dots {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -20px;
  }
  .co-slider .owl-dots .owl-dot {
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin: 0 2px;
  }
  .co-slider .owl-dots .owl-dot.active {
    background-color: #ff641c;
  }
  .inc-slider-wrap {
    width: 140%;
  }
  .csr-sec {
    padding: 0 0 20px;
  }

  .read-more {
    font-size: 0.54rem;
  }
  .rc {
    padding-bottom: 50px;
  }
  .rc-p {
    padding: 0 0 18px;
    font-size: 0.75rem;
  }
  .rc h2 {
    font-size: 1.5rem;
    padding: 0 0 20px;
  }
  .inc-rc {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .inc-rc-img {
    height: 243px;
  }
  .rm-section {
    padding: 50px 20px;
  }
  .rc-btn-wrap {
    margin-bottom: 20px;
  }
  .rc-btn-wrap a {
    font-size: 0.625rem;
  }
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
  .bn-title {
    padding-bottom: 20px;
  }
  .split-title-mobile {
    font-size: 1.09rem;
    padding: 30px 0 0;
  }
  .split-ul li p {
    font-size: 0.54rem;
  }
  .gc-img-wrap {
    /*height:60vh;*/
    padding: 0 0px 10px;
  }
  .gc-text-wrap {
    padding: 0;
  }
  .co-section {
    padding: 40px 0;
  }
  .co-item {
    text-align: left;
    padding: 0 20px;
  }
  .co-text-wrap {
    display: block;
  }
  .co-title {
    font-size: 1.2rem;
  }
  .co-title span {
    font-size: 2rem;
  }
  .co-slider .owl-dots {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -40px;
  }
  .co-slider .owl-dots .owl-dot {
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin: 0 2px;
  }
  .co-slider .owl-dots .owl-dot.active {
    background-color: #ff641c;
  }
  .csr-sec {
    padding: 0 0 20px;
  }
  .inc-slider-wrap {
    width: 140%;
  }

  .read-more {
    font-size: 0.54rem;
  }
  .rc {
    padding-bottom: 50px;
  }
  .rc-p {
    padding: 0 0 18px;
    font-size: 0.54rem;
  }
  .rc h2 {
    font-size: 1.09rem;
  }
  .inc-rc {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
  .bn-text-wrap {
    width: 70%;
    left: 5%;
    bottom: 5%;
  }
  .bn-pg-title {
    font-size: 0.8rem;
  }
  .bn-img {
    height: 80vh;
  }
  .bn-title {
    font-size: 2.2rem;
  }
  .split-title-mobile {
    font-size: 2rem;
    padding: 50px 0 0;
  }
  .gc-img-wrap {
    padding: 0 0px 10px;
  }
  .gc-img {
    height: 60vh;
  }
  .gc-text-wrap {
    padding: 10px 0 0;
  }
  .csr-sec {
    padding: 0;
  }
  .rc-p {
    padding: 20px 0 30px;
  }
  .rc h2 {
    padding-top: 20px;
  }
  .inc-slider-wrap {
    width: 120vw;
  }
  .inc-item p {
    padding: 10px 0 0;
  }
  .co-section {
    padding: 50px 0;
  }
  .co-item {
    text-align: left;
    padding: 0 20px;
  }
  .co-text-wrap {
    display: block;
  }
  .co-title {
    font-size: 1.4rem;
  }
  .co-title span {
    font-size: 2.3rem;
  }
  .co-slider .owl-dots {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -40px;
  }
  .co-slider .owl-dots .owl-dot {
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin: 0 2px;
  }
  .co-slider .owl-dots .owl-dot.active {
    background-color: #ff641c;
  }
  .rc {
    padding-bottom: 60px;
  }
  .inc-rc-img {
    height: 286px;
  }
  .rm-section {
    padding: 50px 20px;
  }
  .rc-btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rc-btn-wrap a {
    flex: 50%;
    margin: 10px 5px;
  }
}

/*Tablets, Ipads (landscape)*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
  .csr-desc ul li {
    width: 100%;
  }
  .bn-text-wrap {
    width: 70%;
    left: 5%;
    bottom: 5%;
  }
  .inc-slider-wrap {
    width: 120vw;
  }
  .gc-img-wrap {
    padding: 40px 0px;
  }
  .gc-img {
    height: 60vh;
  }
  .gc-text-wrap {
    padding: 60px 0 40px 40px;
  }
  .rc h2 {
    padding-top: 20px;
  }
  .rc-p {
    padding: 20px 0 30px;
  }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
  .bn-img {
    height: 46vh;
  }
  .bn-title {
    font-size: 2.2rem;
  }
  .bn-text-wrap {
    left: 5%;
    position: absolute;
    bottom: 8%;
    width: 60%;
  }
  .split-title {
    font-size: 2rem;
    padding: 30px 0 0;
  }
  .csr-desc ul li {
    margin-bottom: 5px;
  }
  .gc-img-wrap {
    padding: 40px 0px;
  }
  .gc-img {
    height: 460px;
  }
  .gc-text-wrap {
    padding: 100px 0 0 60px;
  }
  .csr-sec {
    padding: 0;
  }
  .rc h2 {
    font-size: 2rem;
  }
  .rc-p {
    padding: 20px 0 30px;
  }
  .inc-slider-wrap {
    width: 120vw;
  }
  .inc-item p {
    padding: 10px 0 0;
    font-size: 0.75rem;
  }
  .co-section {
    padding: 40px 0;
  }
  .co-item {
    text-align: left;
    padding: 0 20px;
  }
  .co-text-wrap {
    display: block;
  }
  .co-title {
    font-size: 1.4rem;
  }
  .co-title span {
    font-size: 2.3rem;
  }
  .co-slider .owl-dots {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -40px;
  }
  .co-slider .owl-dots .owl-dot {
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin: 0 2px;
  }
  .co-slider .owl-dots .owl-dot.active {
    background-color: #ff641c;
  }
  .rm-section {
    padding: 80px 30px;
  }
}

/*HD Displays 1200x800*/
@media (min-width: 1200px) {
  .custom-container {
    max-width: 960px;
  }
}

/*HD Displays 1600x900*/
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1280px;
  }
  .gc-img {
    width: 100%;
    height: 75vh;
  }

  .co-section {
    padding: 70px 0;
  }
  .rc-p {
  }
  .rc h2 {
    font-size: 2.72rem;
    padding-top: 60px;
  }
  .inc-item p {
  }
  .gc-text-wrap {
    padding: 230px 50px 60px 120px;
  }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
  .custom-container {
    max-width: 1366px;
  }
  .gc-img {
    height: 100%;
    width: 831px;
  }

  .co-section {
    padding: 90px 0;
  }
  .inc-item p {
  }
  .gc-text-wrap {
    padding: 250px 50px 60px 140px;
  }
  .inc-rc-img {
    height: 385px;
  }
}
