/**
* Version: 1.0.4
/
/************************ Font Face ***********************/
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Semibold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot Italic";
  src: url("../fonts/Didot-HTF-L96-Light-Ital.woff2") format("woff2"), url("../fonts/Didot-HTF-L96-Light-Ital.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/************************ Responisve styles ***********************/
/************************ Variables styles ***********************/
/************************ Base styles ***********************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*transition: all 400ms ease-in-out;*/
}

body {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  body {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  body, html {
    overflow-x: hidden;
  }
}

ul, li, a, p, h1, h2, h3, h4, h5, span, small, b {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #2b2b2b;
  transition: all 400ms ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #2b2b2b;
}

p:empty {
  display: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 0;
}

::selection {
  background-color: #383185;
  color: #FFFFFF;
}

.page_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page_wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .page_wrap {
    margin-top: 70px;
  }
}
.page_wrap.blured {
  filter: blur(3px);
  opacity: 0.6;
  transition: filter 400ms ease-in-out;
}

/* Horizantal Scroll*/
#ascrail2000-hr {
  display: none;
  visibility: hidden;
}
#ascrail2000-hr .nicescroll-cursors {
  display: none;
  visibility: hidden;
}

/*socail media */
.fa {
  transition: all 400ms ease-in-out;
}
.fa.fa-facebook:hover {
  color: #3b5998;
}
.fa.fa-instagram:hover {
  color: #c13584;
}
.fa.fa-youtube-play:hover {
  color: #bb0000;
}
.fa.fa-linkedin:hover {
  color: #007bb6;
}
.fa.fa-twitter:hover {
  color: #00aced;
}

.inner_link {
  position: relative;
  transition: all 400ms ease-in-out;
  width: auto !important;
}
.inner_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transform-origin: center;
  opacity: 0;
  transform: translate(0, -50%) scale(0.6);
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.inner_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transform-origin: center;
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
.inner_link .btn_text {
  display: inline-flex;
  position: relative;
  width: auto;
  bottom: 0;
  opacity: 1 !important;
  font-family: Poppins-regular;
}
.inner_link .btn_arrow {
  position: absolute;
  width: 45px;
  height: 1px;
  left: 75px;
  top: 50%;
  opacity: 1 !important;
  background: #FFFFFF;
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
.inner_link .btn_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border: none;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.inner_link:hover:before {
  opacity: 0;
  transform: translate(10px, -50%) scale(1.2);
}
.inner_link:hover:after {
  opacity: 1;
  transform: translate(10px, -50%) scale(1);
}
.inner_link:hover .btn_text {
  transform: translateX(10px);
}
.inner_link:hover .btn_arrow {
  transform: translateX(10px);
}

@keyframes animate_circle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
p {
  font-size: 24px;
  line-height: 40px;
  /*margin-bottom: 25px;*/
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  p {
    line-height: 30px !important;
  }
}

h1 {
  font-size: 58px;
  line-height: 78px;
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 54px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: 42px;
    line-height: 62px;
  }
}

.div_wrap {
  width: 82%;
  margin: 0 auto;
  /*overflow: hidden;*/
}
@media only screen and (max-width: 1440px) {
  .div_wrap {
    width: calc(82% + 25px);
  }
}
@media only screen and (max-width: 1366px) {
  .div_wrap {
    width: calc(82% + 15px);
  }
}
@media only screen and (max-width: 1024px) {
  .div_wrap {
    width: 100%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 576px) {
  .div_wrap {
    padding: 0 15px;
  }
}

.spec_wrap {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .spec_wrap {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 576px) {
  .spec_wrap {
    width: 100%;
  }
}

/* Common Styles for anchor tag */
.link_tag {
  position: relative;
  width: auto !important;
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  display: table;
  line-height: 0px !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .link_tag {
    font-size: 16px;
  }
}
.link_tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transform-origin: center;
  opacity: 0;
  transform: translate(0, -50%) scale(0.6);
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 576px) {
  .link_tag:after {
    right: -22px;
  }
}
.link_tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transform-origin: center;
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1440px) {
  .link_tag:before {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .link_tag:before {
    width: 20px;
    height: 20px;
    right: -18px;
  }
}
.link_tag .btn_text {
  display: inline-flex;
  position: relative;
  width: auto;
  bottom: 0;
  opacity: 1 !important;
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  font-family: Poppins-regular;
}
@media only screen and (max-width: 576px) {
  .link_tag .btn_text {
    margin-top: 0px;
    font-size: 14px;
  }
}
.link_tag .btn_arrow {
  position: absolute;
  width: 45px;
  height: 1px;
  right: -60px;
  top: 50%;
  opacity: 1 !important;
  background: #FFFFFF;
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1440px) {
  .link_tag .btn_arrow {
    right: -62px;
  }
}
@media only screen and (max-width: 576px) {
  .link_tag .btn_arrow {
    right: -12px;
  }
}
.link_tag .btn_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border: none;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 576px) {
  .link_tag .btn_arrow:after {
    right: -5px;
  }
}
.link_tag span {
  transition: all 400ms ease-in-out;
}
.link_tag:hover:before {
  opacity: 0;
  transform: translate(10px, -50%) scale(1.2);
}
@media only screen and (max-width: 576px) {
  .link_tag:hover:before {
    transform: translate(10px, -50%) scale(1);
  }
}
.link_tag:hover:after {
  opacity: 1;
  transform: translate(10px, -50%) scale(1);
}
@media only screen and (max-width: 576px) {
  .link_tag:hover:after {
    transform: translate(10px, -50%) scale(0.8);
  }
}
.link_tag:hover .btn_text {
  transform: translateX(10px);
}
.link_tag:hover .btn_arrow {
  transform: translateX(10px);
}

/*.inview{

}*/
/*.title{
	position: relative;
	&:before{
		content: "";
	    position: absolute;
	    left: 0;
	    bottom: 5px;
	    width: 0%;
	    height: 19px;
	    background-color: $theme_color;
	    z-index: -1;
	    transition: width 400ms ease-in-out;
	    @include breakpoint(1440){
	    	height: 15px;
	    }
	}
	&.inview{
		&:before{
			width: 100%;
		}
	}
}*/
.title {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .title {
    padding: 0;
  }
}
.title.inview {
  font-weight: 800;
  transition: width 1s ease-in-out;
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 1s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .title.inview {
    background-image: linear-gradient(0deg, transparent 67%, transparent 0);
  }
}

input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d7d7d7;
  margin-top: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 1440px) {
  input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}

textarea {
  border: 1px solid #d7d7d7;
  padding: 10px 20px;
  margin-top: 10px;
}

input[type=checkbox] {
  /*position: absolute !important;*/
  top: -2px;
  left: 0;
  border: 1px solid transparent;
  padding-left: 0 !important;
  outline: none;
  -webkit-appearance: none;
  max-width: 45px !important;
  float: left;
  margin-top: 5px;
}
input[type=checkbox]:before {
  border: 2px solid #d7d7d7;
  content: "";
  background: #FFF;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 576px) {
  input[type=checkbox]:before {
    top: 5px;
  }
}

input[type=checkbox]:checked:before {
  background-image: url(../images/icon-tick1.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  border: 0px solid transparent;
}

/*input[type=file]{
	border: none;
    padding: 20px 0 75px 0;
    position: relative;
    margin: 25px 0 20px 0;
    color: transparent;
    -webkit-appearance: none;
    &:before{
    	content: "CHOOSE FILE";
	    border-radius: 25px;
	    min-width: 180px;
	    background: #fff;
	    border: 1px solid #d7d7d7;
	    font-weight: bold;
	    text-transform: uppercase;
	    font-size: 14px;
	    outline: none;
	    padding: 10px 45px;
	    text-align: center;
	    color: $blue;
	    transition: all 0.5s linear;
	    cursor: pointer;
	    white-space: nowrap;
	    -webkit-user-select: none;
	    cursor: pointer;
	    font-family: $font-semibold;
    }
    &:after{
    	content: "No File Choosen";
	    color: $black;
	    position: absolute;
	    left: 45%;
    }

}*/
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type=file] {
  border: none !important;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 50px;
}
input[type=file]:before {
  content: "CHOOSE FILE";
  border-radius: 25px;
  min-width: 180px;
  background: #fff;
  border: 1px solid #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  padding: 10px 45px;
  text-align: center;
  color: #383185;
  transition: all 0.5s linear;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  input[type=file]:before {
    font-size: 12px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 320px) {
  input[type=file]:before {
    padding: 10px 15px;
  }
}
input[type=file]:hover:before {
  border-color: transparent;
  background-color: #383185;
  color: #FFFFFF;
}

input[type=submit] {
  min-width: 240px;
  background: #383185;
  border: 1px solid #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  padding: 10px 45px;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.4s linear;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: Poppins-Semibold;
  max-width: 180px !important;
  border-radius: 25px;
  line-height: 20px;
  margin-top: 20px;
  float: right;
  /*border: 1px solid transparent;*/
  /*background: $white;*/
}
input[type=submit]:hover {
  border: 1px solid transparent;
  background: #fbea23;
  color: #2b2b2b;
}

/* Close Button */
.og-close_wrap {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transform-origin: top right;
  overflow: hidden;
}
.og-close_wrap:hover {
  /*background: $theme_color;*/
  animation: moveit 900ms ease forwards;
  will-change: transform;
}
.og-close_wrap:hover .og-close {
  /*transform: translate(-50%,-50%) scale(1.2);*/
}
.og-close_wrap:hover .og-close:before {
  background: #383185;
}
.og-close_wrap:hover .og-close:after {
  background: #383185;
}
@media only screen and (max-width: 1440px) {
  .og-close_wrap {
    width: 50px;
    height: 50px;
  }
}

.og-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 100ms ease-in-out;
  /* @include breakpoint(1440){
     width: 30px;
     height: 30px;
   }*/
}

.og-close::before,
.og-close::after {
  content: "";
  position: absolute;
  width: 80%;
  top: 50%;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(45deg);
  margin: 0 auto;
}

.og-close::after {
  transform: rotate(-45deg);
}

/********** Close Button *****************/
.nrrs_close_button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.nrrs_close_button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
@media only screen and (max-width: 1440px) {
  .nrrs_close_button > div {
    transform: translate(-50%, -50%) scale(1);
  }
}

.nrrs_close_button_block {
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.nrrs_close_button_block:before, .nrrs_close_button_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(55% - 3px);
  display: block;
  width: 1px;
  height: 20px;
  background: #fbea23;
  transform-origin: bottom center;
  transition: all ease-out 280ms;
}

.nrrs_close_button_block:last-of-type {
  transform: rotate(180deg);
}

.nrrs_close_button .in .nrrs_close_button_block:before {
  transform: translateX(20px) translateY(-20px) rotate(45deg);
}

.nrrs_close_button .in .nrrs_close_button_block:after {
  transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}

.nrrs_close_button .out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
@media only screen and (max-width: 1440px) {
  .nrrs_close_button .out {
    transform: translate(-50%, -50%) scale(1);
  }
}

.nrrs_close_button .out .nrrs_close_button_block:before {
  transform: translateX(-5px) translateY(6px) rotate(44deg);
}

.nrrs_close_button .out .nrrs_close_button_block:after {
  transform: translateX(6px) translateY(6px) rotate(-43deg);
}

.nrrs_close_button:hover .in .nrrs_close_button_block:before {
  transform: translateX(-5px) translateY(6px) rotate(44deg);
}

.nrrs_close_button:hover .in .nrrs_close_button_block:after {
  transform: translateX(6px) translateY(6px) rotate(-43deg);
}

.nrrs_close_button:hover .out .nrrs_close_button_block:before {
  transform: translateX(-20px) translateY(20px) rotate(45deg);
}

.nrrs_close_button:hover .out .nrrs_close_button_block:after {
  transform: translateX(20px) translateY(20px) rotate(-45deg);
}

/*.box_before {
  position: relative;
}
.box_before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #f2f2f3;
  transition: all 0.7s ease-in-out 0s;
}*/
.bg_blue {
  background-color: #383185 !important;
}

.bg_yellow {
  background-color: #fbea23 !important;
}

.color_blue {
  color: #383185 !important;
}

.color_black {
  color: #2b2b2b !important;
}

.color_yellow {
  color: #fbea23 !important;
}

.navwrap_menus_main_ul_links {
  /*&:hover{
  	.page_wrap{
  		filter: blur(3px);
  	}
  }*/
}

.shop_btn a {
  width: 200px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  background-color: #fbea23;
  font-family: Poppins-Semibold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 60px;
  border-radius: 30px;
  transition: all 400ms ease-in-out;
}
.shop_btn a:hover {
  color: #FFFFFF;
  background-color: #383185;
}
@media only screen and (max-width: 1440px) {
  .shop_btn a {
    width: 150px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-top: 40px;
  }
}

.mobile_view {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile_view {
    display: block;
  }
}

.desktop_view {
  display: block;
}
@media only screen and (max-width: 768px) {
  .desktop_view {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .nicescroll-rails {
    display: none !important;
  }
}

.desktoptab_view {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .desktoptab_view {
    display: none;
  }
}

.tab_view {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tab_view {
    display: block;
  }
}

.post_loadmore {
  display: block;
  margin: 0 auto;
}

/************************ Header styles ***********************/
.navwrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 400ms ease-in-out;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .navwrap {
    background-color: #fbea23;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap {
    height: 70px;
    padding: 0 15px;
    background-color: #fbea23;
  }
}
.navwrap a {
  cursor: pointer;
}
.navwrap_brand {
  position: relative;
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .navwrap_brand {
    height: 70px;
  }
}
.navwrap_brand_logolight {
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .navwrap_brand_logolight {
    opacity: 0;
  }
}
.navwrap_brand_logodark {
  position: absolute;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .navwrap_brand_logodark {
    opacity: 1;
  }
}
@media only screen and (max-width: 1440px) {
  .navwrap_brand img {
    width: 225px;
  }
}
@media only screen and (max-width: 1366px) {
  .navwrap_brand img {
    width: 225px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_brand img {
    width: 150px;
  }
}
.navwrap_menus {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus {
    display: block;
    width: 100%;
    background-color: #fbea23;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 400ms ease-in-out;
    padding-top: 20px;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus {
    padding-top: 0;
    height: auto;
    overflow-y: scroll;
    top: 70px;
  }
}
.navwrap_menus_main_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul {
    display: block;
  }
}
.navwrap_menus_main_ul_links {
  transition: all 400ms ease-in-out;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links {
    padding: 0;
    margin: 0 30px;
    border-bottom: 1px solid rgba(43, 43, 43, 0.5);
    z-index: 999;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_main_ul_links {
    padding: 0px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links:last-child {
    border-bottom: 1px solid transparent;
  }
}
.navwrap_menus_main_ul_links:nth-child(3) .navwrap_mega_menu_ul {
  height: 330px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_menus_main_ul_links:nth-child(3) .navwrap_mega_menu_ul {
    height: 200px;
  }
}
.navwrap_menus_main_ul_links:nth-child(3) .navwrap_mega_menu_ul_links {
  padding-right: 95px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_menus_main_ul_links:nth-child(3) .navwrap_mega_menu_ul_links {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_main_ul_links:nth-child(3) .navwrap_mega_menu_ul_links {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links.menu-item-has-children {
    position: relative;
  }
  .navwrap_menus_main_ul_links.menu-item-has-children:after {
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
    top: 40px;
    transition: all 200ms ease-in-out;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .navwrap_menus_main_ul_links.menu-item-has-children:after {
    font-size: 14px;
    top: 30px;
  }
}
.navwrap_menus_main_ul_links.menu-item-has-children.active_link {
  position: relative;
}
.navwrap_menus_main_ul_links.menu-item-has-children.active_link:after {
  transform: translateY(-50%) rotate(90deg);
}
.navwrap_menus_main_ul_links.menu-item-has-children.current-menu-ancestor .navwrap_menus_main_ul_links_item:before {
  width: 100%;
}
.navwrap_menus_main_ul_links_item {
  font-size: 22px;
  font-family: Poppins-Semibold;
  color: #FFFFFF;
  position: relative;
  line-height: 100px;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .navwrap_menus_main_ul_links_item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links_item {
    line-height: 80px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_main_ul_links_item {
    font-size: 18px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .navwrap_menus_main_ul_links_item {
    font-size: 16px;
    line-height: 60px;
  }
}
.navwrap_menus_main_ul_links_item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #383185;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links_item:before {
    content: "";
    width: 0;
    height: 0px;
    background-color: transparent;
  }
}
.navwrap_menus_main_ul_links:hover .navwrap_mega_menu {
  opacity: 1;
  pointer-events: auto;
}
.navwrap_menus_main_ul_links:hover .navwrap_menus_main_ul_links_item:before {
  width: 100%;
}
.navwrap_menus_main_ul_links.current_page_item a:before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links.current_page_item a:before {
    width: 0;
  }
}
.navwrap_menus_misc {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_misc {
    padding-left: 0;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navwrap_menus_misc_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_misc_ul {
    padding: 30px;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_misc_ul {
    padding: 15px;
    padding-top: 20px;
  }
}
.navwrap_menus_misc_ul_links {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fbea23;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease-in-out;
}
.navwrap_menus_misc_ul_links:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_misc_ul_links:first-child {
    margin-right: 30px;
  }
}
.navwrap_menus_misc_ul_links a {
  position: relative;
  color: #2b2b2b;
  transition: all 400ms ease-in-out;
}
.navwrap_menus_misc_ul_links:hover {
  background-color: #FFFFFF;
}
.navwrap_menus_misc_ul_links:hover a {
  color: #383185;
}
.navwrap_mega_menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fbea23;
  display: flex;
  justify-content: start;
  z-index: 9;
  padding-top: 35px;
  pointer-events: none;
  opacity: 0;
  transition: all 400ms ease-in-out;
  border-top: 1px solid #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu {
    min-height: 305px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu {
    min-height: 335px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu {
    opacity: 0;
    pointer-events: auto;
    min-height: auto;
    border-top: 1px solid transparent;
    position: relative;
    padding: 0;
    height: 0;
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu {
    top: -10px;
  }
}
.navwrap_mega_menu_cnt {
  width: 47%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_cnt {
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_cnt {
    display: none;
  }
}
.navwrap_mega_menu_cnt_caption {
  font-size: 46px;
  line-height: 58px;
  color: #383185;
  font-family: Poppins-Semibold;
  position: relative;
  padding-left: 137px;
  top: 20px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_cnt_caption {
    top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_cnt_caption {
    font-size: 28px;
    line-height: 38px;
    padding-left: 115px;
  }
  .navwrap_mega_menu_cnt_caption:before {
    transform: scale(0.8);
    left: 125px;
  }
}
.navwrap_mega_menu_ul {
  position: relative;
  display: flex;
  flex-flow: wrap column;
  height: 330px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul {
    height: 200px;
  }
}
.navwrap_mega_menu_ul_links {
  padding: 20px 0;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links.menu-item-has-children {
    position: relative;
  }
  .navwrap_mega_menu_ul_links.menu-item-has-children:after {
    content: "\f054";
    font-family: fontAwesome;
    transition: all 200ms ease-in-out;
    position: absolute;
    right: 0px;
    top: 30px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .navwrap_mega_menu_ul_links.menu-item-has-children:after {
    font-size: 14px;
  }
}
.navwrap_mega_menu_ul_links.menu-item-has-children.active_link {
  position: relative;
}
.navwrap_mega_menu_ul_links.menu-item-has-children.active_link:after {
  transform: translateY(-50%) rotate(90deg);
}
.navwrap_mega_menu_ul_links_item {
  font-size: 22px;
  display: inline-block;
  color: #2b2b2b;
  font-family: Poppins-Medium;
  position: relative;
  padding: 0px 10px;
  min-height: auto;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_item {
    font-size: 18px;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_item {
    font-size: 21px;
    display: inline;
    background-repeat: no-repeat;
    text-decoration: none;
    background-position: -5px -3px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_item {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .navwrap_mega_menu_ul_links_item {
    font-size: 16px;
    line-height: 40px;
  }
}
.navwrap_mega_menu_ul_links_item:before {
  content: "";
  width: 0%;
  height: 15px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_item:before {
    height: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_item:before {
    height: 9px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_item:before {
    height: 8px;
    bottom: 3px;
  }
}
.navwrap_mega_menu_ul_links_item:hover {
  color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_item.active {
    background-image: linear-gradient(180deg, transparent 67%, #fff 0);
    animation: bgGradientAnim 1s ease-in-out;
  }
}
.navwrap_mega_menu_ul_links_item.active:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links_submenu {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 320px;
  z-index: -1;
  width: 930px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_submenu {
    width: 750px;
    padding-left: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu {
    padding-left: 0;
    top: 0px;
    left: 30px;
    display: none;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu {
    left: 30px;
  }
}
.navwrap_mega_menu_ul_links_submenu_ul {
  display: flex;
  flex-flow: wrap column;
  height: 420px;
  height: 360px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_submenu_ul {
    height: 280px;
    height: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .navwrap_mega_menu_ul_links_submenu_ul {
    height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul {
    height: auto;
  }
}
.navwrap_mega_menu_ul_links_submenu_ul_links {
  padding: 20px 0px;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links {
    padding: 0px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links {
    padding: 0;
    font-size: 18px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links {
    font-size: 16px;
    line-height: 60px;
  }
}
.navwrap_mega_menu_ul_links_submenu_ul_links_item {
  font-size: 22px;
  display: inline-block;
  color: #2b2b2b;
  font-family: Poppins-Medium;
  position: relative;
  padding: 0px 10px;
  min-height: auto;
  opacity: 1;
  z-index: 1;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item {
    font-size: 18px;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item {
    font-size: 21px;
    line-height: 32px;
    line-height: 80px;
    display: table !important;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item {
    font-size: 18px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item {
    font-size: 16px;
    line-height: 60px;
  }
}
.navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
  content: "";
  width: 0%;
  height: 15px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
    height: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
    bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
    height: 8px;
    bottom: 20px;
  }
}
.navwrap_mega_menu_ul_links_submenu_ul_links_item:hover {
  color: #2b2b2b;
}
.navwrap_mega_menu_ul_links_submenu_ul_links.current-menu-item.active .navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links_submenu_ul_links:hover .navwrap_mega_menu_ul_links_submenu_ul_links_item:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links:hover .navwrap_mega_menu_ul_links_submenu {
  /* opacity: 1;
   pointer-events: auto;*/
}
.navwrap_mega_menu_ul_links:hover .navwrap_mega_menu_ul_links_item:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links.current-menu-parent.active .navwrap_mega_menu_ul_links_item:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links.current_page_item a:before {
  width: 100%;
}
.navwrap_mega_menu_ul_links.submenuactive .navwrap_mega_menu_ul_links_submenu {
  opacity: 1;
  pointer-events: auto;
}
.navwrap_mega_menu_ul_links.current-menu-parent .navwrap_mega_menu_ul_links_item:before {
  width: 100%;
}
.navwrap.navwrap_hover {
  background-color: #fbea23;
  transition: all 400ms ease-in-out;
}
.navwrap.navwrap_hover .navwrap_brand_logolight {
  opacity: 0;
}
.navwrap.navwrap_hover .navwrap_brand_logodark {
  opacity: 1;
}
.navwrap.navwrap_hover .navwrap_menus_main_ul_links_item {
  color: #2b2b2b;
}
.navwrap.navwrap_hover .navwrap_menus_misc_ul_links {
  background-color: #383185;
}
.navwrap.navwrap_hover .navwrap_menus_misc_ul_links a {
  color: #fbea23;
}
.navwrap.navwrap_hover .navwrap_menus_misc_ul_links:hover {
  background-color: #FFFFFF;
}
.navwrap.navwrap_hover .navwrap_menus_misc_ul_links:hover a {
  color: #383185;
}
.navwrap.navwrap_menu_hover {
  background-color: #fbea23;
  transition: all 400ms ease-in-out;
}
.navwrap.navwrap_menu_hover .navwrap_brand_logolight {
  opacity: 0;
}
.navwrap.navwrap_menu_hover .navwrap_brand_logodark {
  opacity: 1;
}
.navwrap.navwrap_menu_hover .navwrap_menus_main_ul_links_item {
  color: #2b2b2b;
}
.navwrap.navwrap_menu_hover .navwrap_menus_misc_ul_links {
  background-color: #383185;
}
.navwrap.navwrap_menu_hover .navwrap_menus_misc_ul_links a {
  color: #fbea23;
}
.navwrap.navwrap_menu_hover .navwrap_menus_misc_ul_links:hover {
  background-color: #FFFFFF;
}
.navwrap.navwrap_menu_hover .navwrap_menus_misc_ul_links:hover a {
  color: #383185;
}
@media only screen and (max-width: 1440px) {
  .navwrap.nav_onscroll {
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap.nav_onscroll {
    height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap.nav_onscroll {
    height: 70px;
  }
}
.navwrap.nav_onscroll .mobile_icon span {
  background-color: #383185;
}
@media only screen and (max-width: 1440px) {
  .navwrap.nav_onscroll .navwrap_menus_main_ul_links_item {
    line-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap.nav_onscroll .navwrap_menus_main_ul_links_item {
    line-height: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap.nav_onscroll .navwrap_menus_main_ul_links_item {
    line-height: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .navwrap.nav_onscroll .navwrap_mega_menu {
    top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap.nav_onscroll .navwrap_mega_menu {
    top: 0px;
  }
}

/* Search Style */
#search-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background: #fbea23;
}
#search-overlay .search-close {
  display: block;
  position: absolute;
  top: 35px;
  right: 28px;
  width: 30px;
  height: 30px;
  /*&:after {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: absolute;
    background: $black;
    right: 20px;
    top: 0;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  &:before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: absolute;
    background: $black;
    right: 20px;
    top: 0;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/
  /*.in{
    div{
      background: $blue;
    }
  }
  .out{
    div{
      background: $blue;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  #search-overlay .search-close {
    top: 35px;
    right: 30px;
  }
}
@media only screen and (max-width: 576px) {
  #search-overlay .search-close {
    top: 22px;
    right: 15px;
  }
}
#search-overlay .search-close .nrrs_close_button_block:before, #search-overlay .search-close .nrrs_close_button_block:after {
  background-color: #383185;
  height: 17px;
}
@media only screen and (max-width: 1440px) {
  #search-overlay .search-close .nrrs_close_button_block:before, #search-overlay .search-close .nrrs_close_button_block:after {
    height: 22px;
  }
}
#search-overlay .search_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-overlay .search_wrap .search-form {
  position: relative;
  min-width: 800px;
}
@media only screen and (max-width: 768px) {
  #search-overlay .search_wrap .search-form {
    min-width: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  #search-overlay .search_wrap .search-form {
    width: 85%;
  }
}
#search-overlay .search_wrap .search-form .searchbox input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #383185;
  outline: none;
  font-size: 24px;
  /*letter-spacing: 0.1em;*/
  line-height: 60px;
  color: #2b2b2b;
  font-family: Poppins-Semibold;
  color: #383185;
  margin: 0;
  padding-left: 10px;
  max-width: inherit;
  min-width: inherit;
}
@media only screen and (max-width: 576px) {
  #search-overlay .search_wrap .search-form .searchbox input {
    font-size: 14px;
    padding-left: 0;
  }
}
#search-overlay .search_wrap .search-form .searchbox input::placeholder {
  color: #383185;
}
#search-overlay .search_wrap .search-form .searchbox .searchbox-submit {
  background: #fbea23;
  border: none;
  outline: none;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: 0px;
  /*z-index: -1;*/
}
@media only screen and (max-width: 1440px) {
  #search-overlay .search_wrap .search-form .searchbox .searchbox-submit {
    top: -10px;
  }
}
#search-overlay .search_wrap .search-form .searchbox .searchbox-submit:before {
  color: #383185;
  content: "\f002";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  #search-overlay .search_wrap .search-form .searchbox .searchbox-submit:before {
    font-size: 14px;
  }
}

.navdark {
  transition: all 400ms ease-in-out;
  background-color: #fbea23;
}
.navdark .navbar-nav li a {
  color: #2b2b2b !important;
}
@media only screen and (max-width: 1440px) {
  .navdark .navbar-nav li a img {
    max-width: 225px;
  }
}

/*Search Results */
.search-result {
  position: relative;
  top: 100px;
  width: 100%;
  /*height: calc(100vh - 280px);*/
  height: 100%;
  /*padding: 100px 0;*/
  top: 0;
}
.search-result .search_result_banner {
  height: 45vh;
  background: #383185;
  /* display: flex;
   justify-content: center;
   align-items: center;*/
  background-image: url("../images/press_release/Press-Release-Inside-Banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .search-result .search_result_banner {
    height: 35vh;
  }
}
.search-result .search_result_banner_cnt {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .search-result .search_result_banner_cnt {
    width: 80%;
  }
}
.search-result .search_result_banner_cnt h1 {
  font-size: 40px;
  line-height: 78px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .search-result .search_result_banner_cnt h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-result .search_result_banner_cnt h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .search_result_banner_cnt h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.search-result .search_result_banner_cnt h1 span {
  color: #fbea23;
}
.search-result .search_result_banner_cnt p {
  font-size: 18px;
  line-height: 22px;
  color: #fbea23;
  font-family: Poppins-regular;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .search-result .search_result_banner_cnt p {
    font-size: 14px;
    line-height: 18px;
  }
}
.search-result .result {
  padding-top: 80px;
  padding-bottom: 105px;
  /*padding-right: 10%;*/
}
@media only screen and (max-width: 1440px) {
  .search-result .result {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .result {
    padding-bottom: 50px;
  }
}
.search-result .result h1 {
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: #383185;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .search-result .result h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.search-result .result_cnt {
  margin-top: 40px;
  padding-right: 5%;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_cnt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .result_cnt {
    margin-top: 0;
    padding-right: 0;
  }
}
.search-result .result_cnt_wrap {
  margin-bottom: 80px;
}
.search-result .result_cnt_wrap:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_cnt_wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .result_cnt_wrap {
    margin-bottom: 30px;
  }
}
.search-result .result_cnt_wrap_img {
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  /*background-position: 100% 100%;*/
  background-size: cover;
  height: 200px;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_cnt_wrap_img {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .result_cnt_wrap_img {
    height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .result_cnt_wrap_img {
    height: 180px;
  }
}
.search-result .result_cnt_wrap_details {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .search-result .result_cnt_wrap_details {
    margin-left: 0;
    margin-top: 20px;
  }
}
.search-result .result_cnt_wrap_details h3 {
  font-size: 28px;
  line-height: 34px;
  color: #383185;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_cnt_wrap_details h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.search-result .result_cnt_wrap_details h3 a {
  color: #383185;
  font-family: Poppins-Semibold;
}
.search-result .result_cnt_wrap_details p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_cnt_wrap_details p {
    font-size: 16px;
    line-height: 26px;
  }
}
.search-result .result_sticky {
  width: 100%;
  background-color: #fbea23;
  padding: 50px 40px;
  /*margin-top: 40px;*/
  border-top: 40px solid #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky {
    margin-top: -10px;
    border-top: 30px solid #FFFFFF;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .result_sticky {
    margin-top: 0;
    padding: 30px;
    padding-top: 40px;
  }
}
.search-result .result_sticky_title p {
  font-size: 18px;
  line-height: 38px;
  font-family: Poppins-regular;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky_title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.search-result .result_sticky b {
  font-size: 24px;
  line-height: 34px;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky b {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky ul {
    margin-top: 5px;
  }
}
.search-result .result_sticky ul li a {
  font-size: 18px;
  line-height: 38px;
  display: table;
  position: relative;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .search-result .result_sticky ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
.search-result .result_sticky ul li a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky ul li a:after {
    bottom: 5px;
  }
}
.search-result .result_sticky ul li a:hover:after {
  width: 100%;
}
.search-result .result_sticky ul li:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky ul li:last-child {
    margin-bottom: 20px;
  }
}
.search-result .result_sticky_lists_para {
  margin-bottom: 25px;
  position: relative;
  display: table;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky_lists_para {
    margin-bottom: 15px;
  }
}
.search-result .result_sticky_lists_para a {
  position: relative;
  display: table;
}
.search-result .result_sticky_lists_para a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .search-result .result_sticky_lists_para a:after {
    bottom: 4px;
  }
}
.search-result .result_sticky_lists_para a:hover:after {
  width: 100%;
}

.mobile_icon {
  position: relative;
  width: 40px;
  height: 30px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile_icon {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .mobile_icon {
    width: 30px;
    height: 20px;
  }
}
.mobile_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fbea23;
  border-radius: 5px;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile_icon span {
    background-color: #383185;
  }
}
.mobile_icon span.top {
  top: 0;
}
.mobile_icon span.middle {
  top: 50%;
  transform: translateY(-50%);
}
.mobile_icon span.bottom {
  bottom: 0;
}

.mobile_navwrap_hover {
  background-color: #fbea23;
  transition: all 400ms ease-in-out;
}
.mobile_navwrap_hover .navwrap_brand_logolight {
  opacity: 0;
}
.mobile_navwrap_hover .navwrap_brand_logodark {
  opacity: 1;
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links .navwrap_mega_menu {
  display: block;
  opacity: 0;
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links .navwrap_mega_menu_ul {
  height: 0;
  opacity: 0;
  transition: height 400ms ease-in-out;
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links.subactive:after {
  transform: translateY(-50%) rotate(90deg);
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links.subactive .navwrap_mega_menu {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 20px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .mobile_navwrap_hover .navwrap_menus_main_ul_links.subactive .navwrap_mega_menu {
    margin-bottom: 10px;
  }
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links.subactive .navwrap_mega_menu_ul {
  height: auto;
  opacity: 1;
  /*animation:  menuulslide 400ms ease-in-out;*/
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links.subactive .navwrap_mega_menu_ul_links {
  z-index: 99;
}
.mobile_navwrap_hover .navwrap_menus_main_ul_links_item {
  color: #2b2b2b;
}
.mobile_navwrap_hover .navwrap_menus_misc_ul_links {
  background-color: #383185;
}
.mobile_navwrap_hover .navwrap_menus_misc_ul_links a {
  color: #fbea23;
}
.mobile_navwrap_hover .navwrap_menus_misc_ul_links:hover {
  background-color: #FFFFFF;
}
.mobile_navwrap_hover .navwrap_menus_misc_ul_links:hover a {
  color: #383185;
}
.mobile_navwrap_hover .mobile_icon span {
  background-color: #2b2b2b;
  top: 50%;
}
.mobile_navwrap_hover .mobile_icon span.top {
  transform: rotate(45deg);
}
.mobile_navwrap_hover .mobile_icon span.middle {
  transform: translateY(-50%) scale(0);
}
.mobile_navwrap_hover .mobile_icon span.bottom {
  transform: rotate(-45deg);
}
.mobile_navwrap_hover .navwrap {
  background-color: #fbea23;
}
.mobile_navwrap_hover .navwrap_menus {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}
.mobile_navwrap_hover .navwrap_mega_menu.navwrap_mega_menu_open {
  height: auto;
  opacity: 1;
}
.mobile_navwrap_hover .navwrap_mega_menu_ul_links.submenuactive:after {
  transform: translateY(-50%) rotate(90deg);
}
.mobile_navwrap_hover .navwrap_mega_menu_ul_links.submenuactive .navwrap_mega_menu_ul_links_submenu {
  display: block;
  z-index: 99;
}
.mobile_navwrap_hover .navwrap_menus_misc {
  padding-left: 0;
}
@keyframes easyslide {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes menuulslide {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links.current-menu-ancestor > a {
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links.current-menu-ancestor > a:before {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: -1;
    transition: all 400ms ease-in-out;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_main_ul_links.current-menu-ancestor > a:before {
    height: 8px;
    bottom: 20px;
  }
}

.navwrap_menus_main_ul_links > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 60px);
  height: 60px;
  z-index: 9;
  display: none;
}
@media only screen and (max-width: 768px) {
  .navwrap_menus_main_ul_links > a:after {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_menus_main_ul_links > a:after {
    width: calc(100vw - 30px);
  }
}

.navwrap_mega_menu_ul_links_submenu_ul_links > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 120px);
  height: 60px;
  z-index: 9;
  display: none;
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links > a:after {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links > a:after {
    width: calc(100vw - 90px);
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links > a:before {
    height: 9px !important;
    bottom: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links_submenu_ul_links > a:before {
    height: 8px !important;
    bottom: 20px !important;
  }
}

.navwrap_mega_menu_ul_links > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 90px);
  height: 60px;
  z-index: 9;
  display: none;
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links > a:after {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .navwrap_mega_menu_ul_links > a:after {
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links > a:before {
    bottom: 3px !important;
  }
}

@media only screen and (max-width: 768px) {
  .current-menu-item.nochild > a {
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .current-menu-item.nochild > a:before {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: -1;
    transition: all 400ms ease-in-out;
  }
}
@media only screen and (max-width: 576px) {
  .current-menu-item.nochild > a:before {
    height: 8px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .navwrap_mega_menu_ul_links:hover {
    display: block;
  }
}

/************************ Footer styles ***********************/
.footer_wrap {
  position: relative;
  padding: 45px 175px;
  padding-left: 215px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #dbdbdb;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap {
    padding: 45px 115px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_wrap {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap {
    padding: 15px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .footer_wrap_menus {
    max-width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_menus {
    min-width: 100%;
  }
}
.footer_wrap_menus ul {
  column-count: 2;
}
@media only screen and (max-width: 576px) {
  .footer_wrap_menus ul {
    column-count: 1;
  }
}
.footer_wrap_menus ul li {
  margin-left: -40px;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap_menus ul li {
    margin-left: 0;
  }
}
.footer_wrap_menus ul li.current-menu-item a:after {
  width: 100%;
}
.footer_wrap_menus ul li a {
  display: table;
  color: #2b2b2b;
  font-size: 16px;
  padding: 7px 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: Poppins-Medium;
  position: relative;
}
.footer_wrap_menus ul li a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap_menus ul li a:after {
    bottom: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_menus ul li a:after {
    height: 6px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .footer_wrap_menus ul li a:after {
    height: 4px;
  }
}
.footer_wrap_menus ul li a:hover {
  color: #383185;
}
.footer_wrap_menus ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap_menus ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_menus ul li a {
    padding: 4px 0;
    line-height: 28px !important;
    font-family: Poppins-Semibold;
  }
}
.footer_wrap_social {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .footer_wrap_social {
    width: 30%;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_social {
    text-align: left;
    margin-top: 35px;
    width: 100%;
  }
}
.footer_wrap_social_icons a {
  width: 24px;
  height: auto;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .footer_wrap_social_icons a {
    width: 34px;
  }
}
.footer_wrap_social_icons span {
  font-size: 13px;
  color: #2b2b2b;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap_social_icons span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_social_icons span {
    font-size: 100%;
  }
}
.footer_wrap_social_icons .fa {
  font-size: 16px;
  color: #2b2b2b;
  /*padding-left: 10px;*/
  transition: all 400ms ease-in-out;
}
.footer_wrap_social_icons .sidebar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_wrap_social_icons .sidebar .feeds_content {
  /*visibility: hidden;
  opacity: 0;*/
  /*opacity: 0;
  pointer-events: none;
  position: absolute;*/
  /*top: 0;
  right: 0;
  height: 40%;*/
  /*left: -300%;
  bottom: 40px;
  min-width: 800px;
  z-index: 99;
  transition: opacity 400ms ease-in-out;*/
  position: absolute;
}
.footer_wrap_social_copyright {
  margin-top: 105px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .footer_wrap_social_copyright {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_social_copyright {
    text-align: left;
    margin-top: 35px;
  }
}
.footer_wrap_social_copyright p {
  font-size: 13px;
  color: #2b2b2b;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1440px) {
  .footer_wrap_social_copyright p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_wrap_social_copyright p br {
    display: none;
  }
}

.footer_wrap_social_icons a {
  position: relative;
}
.footer_wrap_social_icons a:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #383185;
  border-width: 15px;
  left: calc(50% - 16px);
  top: -16px;
  z-index: 9;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .footer_wrap_social_icons a:before {
    display: none;
  }
}
.footer_wrap_social_icons a:hover:before {
  opacity: 1;
}

.stream_linkedin:before {
  display: none;
}

.widget_socialfeeds_widget.active .feeds_content {
  opacity: 1;
  pointer-events: auto;
}

.feeds_content {
  position: absolute;
  bottom: calc(100% - 50px);
  /*min-width: 600px;*/
  right: 30px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .feeds_content {
    bottom: calc(100% - 45px);
  }
}
@media only screen and (max-width: 768px) {
  .feeds_content {
    display: none;
  }
}
.feeds_content.active {
  opacity: 1;
  pointer-events: auto;
}
.feeds_content .ff-stream {
  padding-bottom: 0;
}

.feeds_content {
  bottom: 67%;
}
@media only screen and (max-width: 1440px) {
  .feeds_content {
    bottom: 71%;
  }
}

.ff-upic-round.ff-infinite > li {
  max-height: 280px;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .ff-upic-round.ff-infinite > li {
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 1366px) {
  .ff-upic-round.ff-infinite > li {
    max-height: 200px;
    min-height: 200px;
  }
}

.ff-slideshow:not([data-size=large]) .ff-media-wrapper {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  .ff-slideshow:not([data-size=large]) .ff-media-wrapper {
    margin-top: 10px;
  }
}

.ff-infinite .ff-slide-wrapper {
  height: 100%;
  position: absolute;
}

.ff-stream-wrapper.ff-infinite .ff-slide-media:not(.ff-slide-soundcloud) .ff-video {
  min-height: calc(100% - 20px);
}

.ff-slideshow .ff-item-bar {
  position: relative;
}
.ff-slideshow .ff-item-bar:before {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  position: absolute;
  top: -30px;
}

/************************ Owl carosuel styles ***********************/
/* @import 'owl-carosuel'; */
/************************ Flickity carosuel styles ***********************/
.home_client_carosuel {
  padding: 80px 175px 100px 175px;
}
@media only screen and (max-width: 1440px) {
  .home_client_carosuel {
    padding: 80px 115px 100px 115px;
  }
}
@media only screen and (max-width: 768px) {
  .home_client_carosuel {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel {
    padding: 30px 15px;
  }
}
.home_client_carosuel h1 {
  font-size: 120px;
  color: #383185;
  opacity: 0.15;
  text-align: center;
  font-family: Poppins-Bold;
}
@media only screen and (max-width: 1440px) {
  .home_client_carosuel h1 {
    font-size: 84px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .home_client_carosuel h1 {
    font-size: 78px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .home_client_carosuel h1 {
    font-size: 42px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .home_client_carosuel h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.home_client_carosuel .brands-slideshow {
  /*&:before{
  	content: url(../images/cycle-logo.png);
  	position: absolute;
  	left: 0;
  	height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }*/
}
.home_client_carosuel .brands-slideshow .flickity-viewport {
  margin-left: calc(11% + 8px);
  margin-top: -45px;
  cursor: move !important;
}
@media only screen and (max-width: 1440px) {
  .home_client_carosuel .brands-slideshow .flickity-viewport {
    margin-left: calc(13% + 15px);
    margin-top: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .home_client_carosuel .brands-slideshow .flickity-viewport {
    margin-left: calc(20% + 7px);
  }
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .flickity-viewport {
    margin-left: calc(25% + 7px);
  }
}
.home_client_carosuel .brands-slideshow .flickity-viewport .flickity-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_client_carosuel .brands-slideshow .slide-item {
  cursor: all-scroll;
}
.home_client_carosuel .brands-slideshow .slide-item img {
  width: 135px;
  height: auto;
  margin-right: 5vw;
}
@media only screen and (max-width: 1440px) {
  .home_client_carosuel .brands-slideshow .slide-item img {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img {
    transform: scale(0.7) !important;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.dna {
  width: 110px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.dna {
    width: 90px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.myincence {
  width: 140px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.myincence {
    width: 120px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.naturegift {
  width: 190px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.naturegift {
    width: 170px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.omshanthi {
  width: 160px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.omshanthi {
    width: 140px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.pushkarini {
  width: 170px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.pushkarini {
    width: 150px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.rhythm {
  width: 150px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.rhythm {
    width: 130px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.souldeva {
  width: 190px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.souldeva {
    width: 170px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.stopo {
  width: 170px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.stopo {
    width: 150px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.vasu {
  width: 130px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.vasu {
    width: 110px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.vedic {
  width: 230px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.vedic {
    width: 210px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.durgeshwari {
  width: 140px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.durgeshwari {
    width: 120px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.goodluck {
  width: 140px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.goodluck {
    width: 120px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.healingtouch {
  width: 130px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.healingtouch {
    width: 110px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.heritage {
  width: 120px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.heritage {
    width: 100px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.iris {
  width: 70px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.iris {
    width: 50px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.irisceleste {
  width: 130px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.irisceleste {
    width: 110px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.lia {
  width: 115px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.lia {
    width: 95px;
  }
}
.home_client_carosuel .brands-slideshow .slide-item img.aircare {
  width: 90px;
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img.aircare {
    width: 70px;
  }
}
@media only screen and (max-width: 1440px) {
  .home_client_carosuel .brands-slideshow .slide-item img {
    margin-right: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .home_client_carosuel .brands-slideshow .slide-item img {
    margin-right: 12vw;
  }
}
@media only screen and (max-width: 576px) {
  .home_client_carosuel .brands-slideshow .slide-item img {
    margin-right: 20vw;
    /*width: auto;*/
    /*max-height: 60px;*/
  }
}
.home_client_carosuel .brands-slideshow .slide-item .item {
  cursor: all-scroll;
}

.cycle-logo-constant {
  position: relative;
}
.cycle-logo-constant a {
  position: absolute;
  top: -30px;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .cycle-logo-constant a {
    top: -10px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle-logo-constant a {
    top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle-logo-constant a img {
    width: auto;
    max-height: 60px;
  }
}

/************************ home styles ***********************/
.preloader-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1013;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  transform-origin: left bottom;
}
@media only screen and (max-width: 991px) {
  .preloader-wrapper {
    height: 100vh;
    position: absolute;
  }
  .preloader-wrapper .img-fluid,
.preloader-wrapper .wp-caption > img {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 767px) {
  .preloader-wrapper {
    display: none;
  }
}
.preloader-wrapper .preloader {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 13;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transform-origin: left top;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translateZ(0);
}
.preloader-wrapper .preloader .preloader__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left bottom;
  display: flex;
  transform: translateZ(0);
}
.preloader-wrapper .preloader .preloader__inner span {
  background: #151515;
  width: 33.333%;
  transform-origin: left bottom;
}
.preloader-wrapper .preloader__image-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 210px;
  z-index: 9999999;
}
@media only screen and (max-width: 767px) {
  .preloader-wrapper .preloader__image-wrapper {
    position: absolute;
  }
}
.preloader-wrapper .preloader__image-wrapper .preloader__image {
  display: inline-block;
  width: 350px;
  height: 210px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.preloader-wrapper .preloader__image-wrapper .preloader__image--inner {
  width: 350px;
  height: 210px;
  z-index: 99;
}

.home_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .home_banner {
    display: none;
  }
}
.home_banner_imgblk {
  width: 100%;
  height: 100vh;
  background-position: center 0%;
  background-size: cover;
  position: relative;
  transform-origin: left top;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home_banner_caption {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.home_banner_caption h1 {
  font-size: 58px;
  line-height: 78px;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .home_banner_caption h1 {
    font-size: 46px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1440px) {
  .home_banner_caption h1 {
    font-size: 42px;
    line-height: 62px;
  }
}
.home_banner_caption h1 span {
  color: #fbea23;
}
.home_banner_scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.home_banner_scroll .scroll-down-wrap.no-border {
  position: absolute;
  bottom: 3vh;
  height: 60px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border: none !important;
  overflow: visible;
  opacity: 0.5;
  height: auto;
  bottom: 50px;
}
.home_banner_scroll .scroll-down-wrap.no-border .section-down-arrow {
  display: inline-block;
  width: 49px;
  height: 49px;
  color: #fff !important;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
  font-size: 25px;
  -webkit-border-radius: 100px;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  overflow: hidden;
  margin-left: 0;
  left: 0;
  bottom: 16px;
  opacity: 0.6;
  border: none !important;
  overflow: visible;
  opacity: 1;
  height: auto;
  bottom: 50px;
}
.home_banner_scroll .scroll-down-wrap.no-border .section-down-arrow:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -2px;
  top: 10px;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
  animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.home_banner_scroll .scroll-down-wrap.no-border .section-down-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 46px;
  margin-left: -15px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-sizing: border-box;
}
.home_banner_scroll .nectar-scroll-icon {
  width: 31px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.home_banner_scroll .nectar-scroll-icon-path {
  fill: transparent;
  stroke-width: 2px;
  stroke-dashoffset: 120;
  stroke-dasharray: 120;
}
.home_banner_list {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .home_banner_list {
    display: block;
  }
}
.home_banner_list_liinner {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: all 600ms ease-in-out;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.home_banner_list_liinner_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  transition: all 400ms ease-in-out;
  z-index: 9;
}
.home_banner_list_liinner_cnt_title {
  font-size: 36px;
  color: #fbea23;
  font-family: Poppins-Semibold;
  margin-bottom: 60px;
  transition: all 400ms ease-in-out;
  letter-spacing: 0.01em;
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .home_banner_list_liinner_cnt_title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .home_banner_list_liinner_cnt_title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_banner_list_liinner_cnt_title {
    font-size: 32px;
  }
}
.home_banner_list_liinner_cnt_title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
.home_banner_list_liinner_cnt_title .fade {
  opacity: 1;
  transform: translateY(0);
}
.home_banner_list_liinner_cnt_caption {
  font-size: 44px;
  line-height: 60px;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
  margin-bottom: 80px;
  opacity: 0;
  transition: all 400ms ease-in-out;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1600px) {
  .home_banner_list_liinner_cnt_caption {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .home_banner_list_liinner_cnt_caption {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_banner_list_liinner_cnt_caption {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 120px;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_banner_list_liinner_cnt_caption br {
    display: none;
  }
}
.home_banner_list_liinner_cnt_link.inner_link {
  font-size: 14px;
  color: #fbea23;
  font-family: Poppins-Semibold;
  position: relative;
  line-height: normal;
  height: auto;
  width: 100%;
  padding: 0;
  opacity: 0;
  text-transform: uppercase;
  margin-left: -40px;
  transition: all 400ms ease-in-out;
}
.home_banner_list_liinner_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner_list li {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home_banner_list li {
    /*height: auto;*/
  }
}
.home_banner_list li a {
  font-size: 36px;
  line-height: 90px;
  letter-spacing: 0.01em;
  font-family: Poppins-Semibold;
  text-align: center;
  color: #FFFFFF;
  padding: 0 50px;
  width: 33.33%;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 1600px) {
  .home_banner_list li a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .home_banner_list li a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .home_banner_list li a {
    width: 100%;
    height: auto;
    position: inherit;
  }
}
.home_banner_list li a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25%;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .home_banner_list li a span {
    bottom: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .home_banner_list li a span {
    bottom: 16%;
  }
}
@media only screen and (max-width: 768px) {
  .home_banner_list li a span {
    /*position: relative;*/
  }
}
.home_banner_list li:nth-child(4) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.home_banner_list li:nth-child(4) .inner_link {
  margin-top: 60px !important;
}
@media only screen and (max-width: 1440px) {
  .home_banner_list li:nth-child(4) .inner_link {
    margin-top: 45px !important;
  }
}
.home_banner_list li:hover .home_banner_list_liinner {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  border: 1px solid;
  border-right-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgba(255, 255, 255, 0.25);
}
.home_banner_list li:hover .home_banner_list_liinner_cnt {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.home_banner_list li:hover .home_banner_list_liinner_cnt_title {
  opacity: 1;
  transition-delay: 200ms;
}
.home_banner_list li:hover .home_banner_list_liinner_cnt_caption {
  opacity: 1;
  transition-delay: 300ms;
}
.home_banner_list li:hover .home_banner_list_liinner_cnt_link.inner_link {
  opacity: 1;
  transition-delay: 400ms;
}
.home_banner_list li:hover .home_banner_list_liinner_overlay .knockout-text-bg {
  animation: banner_overlay 0.6s ease;
}
.home_banner_list li:hover .home_banner_list li {
  border: none;
}
.home_banner_list li:nth-child(1) a span {
  bottom: 0%;
}
.home_banner_list_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transform-origin: left top;
  transform: scale(1.05);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(22px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner_hover .home_banner_list li {
  border: none;
}
.banner_hover .home_banner_list li a span {
  opacity: 0;
}
.banner_hover .home_banner_caption {
  pointer-events: none;
}
.banner_hover .home_banner_caption h1 {
  opacity: 0;
}
.banner_hover .home_banner_imgblk {
  opacity: 0;
}

.opacity_none {
  opacity: 0;
}

.opacity_one {
  opacity: 1 !important;
}

.banner_inactive {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.banner_active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
  animation: imgZoom 600ms ease-in-out linear;
}

@keyframes imgZooom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes banner_overlay {
  from {
    height: 50%;
    y: -100%;
  }
  to {
    y: 0;
    height: 100%;
  }
}
@keyframes charAnim {
  /* ADJUST THESE VALUES FOR FADE CONTROL */
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  35% {
    opacity: 0.5;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.writer {
  position: absolute;
  opacity: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes charAnim {
  /* ADJUST THESE VALUES FOR FADE CONTROL */
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  35% {
    opacity: 0.5;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Mobile Banner */
.mobile_banner {
  position: relative;
}
.mobile_banner_main {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile_banner_main_cnt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 768px) {
  .mobile_banner_main_cnt {
    height: 70%;
    position: relative;
  }
}
.mobile_banner_main_cnt .mobile_home_scroll {
  bottom: -25%;
}
.mobile_banner_main_cnt h1 {
  color: #FFFFFF;
  text-align: center;
  padding: 0 60px;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  .mobile_banner_main_cnt h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile_banner_main_cnt h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.mobile_banner_main_cnt h1 span {
  color: #fbea23;
}
.mobile_banner_main_cnt h1 br {
  display: none;
}
.mobile_banner_list_banner {
  width: 100%;
  height: 100vh;
  background-position: 45% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile_banner_list_banner_cnt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 768px) {
  .mobile_banner_list_banner_cnt {
    height: 90%;
  }
}
.mobile_banner_list_banner_cnt h1 {
  color: #fbea23;
  text-align: center;
  padding: 0 60px;
  margin-bottom: 20px;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile_banner_list_banner_cnt h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.mobile_banner_list_banner_cnt h3 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 60px;
  color: #FFFFFF;
  padding: 0 15%;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt h3 {
    font-size: 24px;
    line-height: 34px;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile_banner_list_banner_cnt h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.mobile_banner_list_banner_cnt h3 br {
  display: none;
}
.mobile_banner_list_banner_cnt a {
  font-size: 18px;
  color: #fbea23;
  text-transform: uppercase;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile_banner_list_banner_cnt a.link_tag {
    opacity: 1;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt a.link_tag:before {
    right: -60px;
  }
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt a.link_tag:after {
    right: -65px;
  }
}
@media only screen and (max-width: 576px) {
  .mobile_banner_list_banner_cnt a.link_tag .btn_arrow {
    right: -54px;
  }
}

/************************ Loader styles ***********************/
/*@import 'loader';*/
/************************ Footer styles ***********************/
/*@import 'footer';*/
/*********************** Page Layout styles **********************/
#page_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: #FFFFFF;
  pointer-events: none !important;
  opacity: 1;
}

.page_banner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40vh;
    background-color: #fbea23;
  }
}
@media only screen and (max-width: 576px) {
  .page_banner:before {
    height: 45vh;
  }
}
.page_banner_img {
  width: 100%;
  height: 72vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}
@media only screen and (max-width: 1024px) {
  .page_banner_img {
    height: 35vh;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner_img {
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    height: 30vh;
    top: 50%;
    background-position: 50% 50% !important;
  }
}
@media only screen and (max-width: 576px) {
  .page_banner_img {
    width: calc(100% - 15px);
  }
}
.page_banner_cnt {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_banner_cnt {
    text-align: left;
    padding-left: 20px;
    top: auto;
    left: 0;
    bottom: 40vh;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 576px) {
  .page_banner_cnt {
    width: 80%;
    bottom: 33vh;
    padding-right: 20px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .page_banner_cnt {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .page_banner_cnt {
    bottom: 33vh;
  }
}
.page_banner_cnt h1 {
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1600px) {
  .page_banner_cnt h1 {
    font-size: 46px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1440px) {
  .page_banner_cnt h1 {
    font-size: 54px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 1366px) {
  .page_banner_cnt h1 {
    font-size: 42px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .page_banner_cnt h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner_cnt h1 {
    color: #383185;
  }
}
@media only screen and (max-width: 576px) {
  .page_banner_cnt h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .page_banner_cnt h1 br {
    display: none;
  }
}
.page_banner_cnt h1 span {
  color: #fbea23;
}
@media only screen and (max-width: 768px) {
  .page_banner_cnt h1 span {
    color: #383185;
  }
}

.title_text p {
  font-size: 32px;
  line-height: 52px;
  color: #2b2b2b;
  font-family: Poppins-regular;
  padding: 30px 0;
  padding-bottom: 0;
  padding-right: 10%;
}
.title_text p:first-child {
  padding: 80px 0px 0px 0px;
  padding-right: 10%;
}
@media only screen and (max-width: 1440px) {
  .title_text p:first-child {
    padding: 50px 0px 0px 0px;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .title_text p:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .title_text p:first-child {
    padding-top: 30px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .title_text p {
    font-size: 24px;
    line-height: 44px;
    padding-top: 26px;
  }
}
@media only screen and (max-width: 1366px) {
  .title_text p {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .title_text p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .title_text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.title_text p span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .title_text p span {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .title_text p span {
    background-image: linear-gradient(180deg, transparent 70%, #fbea23 0);
  }
}
.title_text p span.inview {
  font-weight: 800;
  transition: width 1s ease-in-out;
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 1s ease-in-out;
}
.title_text_quote {
  /* width: 100%;*/
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-image: url(../images/purpose/quote-bg.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 15%;
  margin-bottom: 5px;
  margin-top: 110px;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote {
    height: 450px;
    padding-right: 16%;
  }
}
@media only screen and (max-width: 1024px) {
  .title_text_quote {
    height: 380px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .title_text_quote {
    height: 380px;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    background-size: cover;
    background-position: center right;
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fbea23;
  }
}
@media only screen and (max-width: 320px) {
  .title_text_quote {
    height: 400px;
  }
}
.title_text_quote p {
  font-size: 46px;
  line-height: 68px;
  color: #383185;
  font-family: Poppins-Semibold;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote p {
    font-size: 28px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .title_text_quote p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote p {
    font-size: 21px;
    line-height: 32px;
  }
}
.title_text_quote_desc {
  padding: 0 !important;
  position: relative;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 576px) {
  .title_text_quote_desc {
    margin-bottom: 10px;
  }
}
.title_text_quote_desc:before {
  content: url("../images/purpose/quote-icon.svg");
  position: absolute;
  top: -22%;
  left: -15%;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote_desc:before {
    top: -50%;
    left: -22%;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 1024px) {
  .title_text_quote_desc:before {
    transform: scale(0.3);
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote_desc:before {
    transform: scale(0.2);
    left: -38%;
  }
}
@media only screen and (max-width: 375px) {
  .title_text_quote_desc:before {
    left: -42%;
  }
}
@media only screen and (max-width: 360px) {
  .title_text_quote_desc:before {
    left: -44%;
    top: -44%;
  }
}
@media only screen and (max-width: 320px) {
  .title_text_quote_desc:before {
    left: -50%;
    top: -38%;
  }
}
.title_text_quote p {
  padding: 0;
}
.title_text_quote p span {
  font-size: 24px;
  line-height: 44px;
  color: #2b2b2b;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote p span {
    font-size: 22px;
    line-height: 42px;
  }
}
.title_text_quote p span.desig {
  font-size: 32px;
  line-height: 52px;
  font-style: italic;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote p span.desig {
    font-size: 18px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote p span.desig {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .title_text_quote p span.desig {
    display: block;
  }
}
.title_text_quote p.name {
  font-size: 32px;
  line-height: 52px;
  color: #2b2b2b;
  font-family: Poppins-Semibold;
  position: relative;
  padding-left: 120px;
  margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote p.name {
    padding-left: 80px;
    margin-top: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .title_text_quote p.name {
    margin-top: 10px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote p.name {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
  }
}
.title_text_quote p.name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #383185;
}
@media only screen and (max-width: 1440px) {
  .title_text_quote p.name:before {
    width: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .title_text_quote p.name:before {
    width: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .title_text_quote p.name:before {
    top: 25%;
  }
}

.topics_wrap {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #f5f5f5;
  transition: all 400ms ease-out;
  cursor: pointer;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .topics_wrap {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .topics_wrap {
    height: 220px;
    margin-bottom: 0px;
  }
}
.topics_wrap_cnt {
  padding-top: 105px;
  padding-left: 170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .topics_wrap_cnt {
    padding-top: 70px;
    padding-left: 115px;
  }
}
@media only screen and (max-width: 768px) {
  .topics_wrap_cnt {
    padding-top: 40px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .topics_wrap_cnt {
    padding-top: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .topics_wrap_cnt {
    padding-top: 30px;
    padding-left: 20px;
  }
}
.topics_wrap_cnt_link {
  font-size: 20px;
  line-height: 40px;
  color: #2b2b2b;
}
@media only screen and (max-width: 1440px) {
  .topics_wrap_cnt_link {
    font-size: 16px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .topics_wrap_cnt_link {
    font-size: 14px;
    line-height: 24px !important;
    padding-right: 45px;
    display: table;
    margin-bottom: 0;
  }
}
.topics_wrap_cnt_link .btn_text {
  bottom: 3px;
}
@media only screen and (max-width: 576px) {
  .topics_wrap_cnt_link .btn_text {
    bottom: 0;
  }
}
.topics_wrap_cnt_link .btn_arrow {
  background: #2b2b2b;
}
.topics_wrap_cnt_link .btn_arrow:after {
  border-left: 5px solid #2b2b2b;
}
.topics_wrap_cnt_link:before {
  border: 1px solid #2b2b2b;
}
.topics_wrap_cnt_link:after {
  border: 1px solid #2b2b2b;
}
.topics_wrap_cnt_text {
  font-size: 40px;
  line-height: 60px;
  color: #383185;
  transition: all 400ms ease-out;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .topics_wrap_cnt_text {
    font-size: 28px;
    line-height: 40px;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .topics_wrap_cnt_text {
    font-size: 24px;
    line-height: 34px;
  }
}
.topics_wrap:hover {
  background-color: #383185;
}
.topics_wrap:hover .topics_wrap_cnt_link {
  color: #FFFFFF;
}
.topics_wrap:hover .topics_wrap_cnt_link .btn_arrow {
  background: #FFFFFF;
}
.topics_wrap:hover .topics_wrap_cnt_link .btn_arrow:after {
  border-left: 5px solid #FFFFFF;
}
.topics_wrap:hover .topics_wrap_cnt_link:before {
  border: 1px solid #FFFFFF;
}
.topics_wrap:hover .topics_wrap_cnt_link:after {
  border: 1px solid #FFFFFF;
}
.topics_wrap:hover .topics_wrap_cnt_text {
  color: #fbea23;
}

@keyframes bgGradientAnim {
  0% {
    background-size: 0% 100%;
  }
  50% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.clearfix {
  clear: both;
}

.story_title {
  position: relative;
  width: 100%;
  height: 630px;
  background-image: url("../images/people&culture/story-title-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 100%;
  margin-top: 105px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .story_title {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .story_title {
    height: 280px;
    margin: 50px 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 576px) {
  .story_title {
    height: 50vh;
    margin: 30px 0;
    margin-top: 0;
    background-position-x: 56%;
  }
}
.story_title h1 {
  font-size: 80px;
  line-height: 98px;
  letter-spacing: 0.01em;
  color: #fbea23;
  font-family: Poppins-Bold;
}
@media only screen and (max-width: 1440px) {
  .story_title h1 {
    font-size: 66px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .story_title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .story_title h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .story_title h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.story_title h1.child_first {
  transform: translateX(-90px);
}
@media only screen and (max-width: 768px) {
  .story_title h1.child_first {
    transform: translateX(0);
  }
}
.story_title h1.child_second {
  transform: translateX(90px);
}
@media only screen and (max-width: 768px) {
  .story_title h1.child_second {
    transform: translateX(0);
  }
}
.story_title h3 {
  font-size: 32px;
  font-family: Poppins-Medium;
  margin-top: 70px;
}
@media only screen and (max-width: 1440px) {
  .story_title h3 {
    font-size: 26px;
    margin-top: 40px;
  }
}

.profile_wrap {
  opacity: 1;
  position: relative;
  margin-bottom: 105px;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .profile_wrap {
    margin-bottom: 30px;
  }
}
.profile_wrap_row {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap_row {
    min-height: calc(100vh - 200px);
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .profile_wrap_row {
    min-height: auto;
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row {
    padding-bottom: 100px;
    padding-top: 50px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .profile_wrap_row {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:first-child {
    padding-top: 0;
  }
}
.profile_wrap_row:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
}
.profile_wrap_row:nth-child(even) .col-lg-7 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:nth-child(even) .col-lg-7 {
    order: 1;
  }
}
.profile_wrap_row:nth-child(even) .col-lg-5 {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:nth-child(even) .col-lg-5 {
    order: 2;
  }
}
.profile_wrap_row:nth-child(even) .col-lg-6:first-child {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:nth-child(even) .col-lg-6:first-child {
    order: 1;
  }
}
.profile_wrap_row:nth-child(even) .col-lg-6:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .profile_wrap_row:nth-child(even) .col-lg-6:nth-child(2) {
    order: 2;
  }
}
.profile_wrap_img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 100px);
  filter: grayscale(1);
}
@media only screen and (max-width: 1440px) {
  .profile_wrap_img img {
    max-height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_img img {
    filter: grayscale(0);
  }
}
.profile_wrap_cnt {
  margin-bottom: 250px;
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .profile_wrap_cnt {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_cnt {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 576px) {
  .profile_wrap_cnt {
    margin-bottom: 30px !important;
  }
}
.profile_wrap_cnt h1 {
  font-size: 40px;
  line-height: 52px;
  color: #383185;
  font-family: Poppins-Semibold;
  position: relative;
  display: table;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap_cnt h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_cnt h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .profile_wrap_cnt h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.profile_wrap_cnt h3 {
  font-size: 32px;
  line-height: 52px;
  font-family: Poppins-Light;
  margin-bottom: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap_cnt h3 {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.profile_wrap_cnt p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap_cnt p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .profile_wrap_cnt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap_cnt p:nth-child(1) {
    margin-top: -30px;
  }
}
.profile_wrap_cnt p:last-child {
  margin-bottom: 0;
}

.pad-left {
  padding-left: 170px;
  padding-right: 145px;
}
@media only screen and (max-width: 1440px) {
  .pad-left {
    padding-left: 115px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-left {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .pad-left {
    padding: 0 15px;
  }
}

.pad-right {
  padding-right: 130px;
  padding-left: 80px;
}
@media only screen and (max-width: 1024px) {
  .pad-right {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .pad-right {
    padding: 0 15px;
  }
}

.is_sticky {
  height: fit-content;
  position: sticky;
  top: 100px;
  z-index: 9;
}
@media only screen and (max-width: 1440px) {
  .is_sticky {
    top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .is_sticky {
    position: relative;
    top: 0;
  }
}

.stories_thumbnail {
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail {
    margin-bottom: 50px;
  }
}
.stories_thumbnail_wrap {
  position: relative;
  overflow: hidden;
  max-height: 50vh;
  overflow: hidden;
}
.stories_thumbnail_wrap .overlay {
  height: 50vh;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  background-color: #fbea23;
  overflow: hidden;
}
.stories_thumbnail_wrap_cnt {
  height: 50vh;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail_wrap_cnt {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail_wrap_cnt {
    background: linear-gradient(to bottom, rgba(56, 49, 133, 0.01) 0%, rgba(56, 49, 133, 0.02) 3%, rgba(56, 49, 133, 0.1) 9%, rgba(56, 49, 133, 0.35) 19%, rgba(56, 49, 133, 0.39) 20%, rgba(56, 49, 133, 0.57) 30%, rgba(56, 49, 133, 0.79) 49%, rgba(56, 49, 133, 0.91) 64%, rgba(56, 49, 133, 0.97) 78%, rgba(56, 49, 133, 0.99) 100%) !important;
    height: 90px;
    top: calc(100% - 90px) !important;
    transition: all 400ms ease-in-out;
    left: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail_wrap_cnt {
    padding: 0;
  }
}
.stories_thumbnail_wrap_cnt h1 {
  font-size: 32px;
  line-height: 42px;
  color: #383185;
  font-family: Poppins-Semibold;
  position: relative;
  display: table;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail_wrap_cnt h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail_wrap_cnt h1 {
    color: #fbea23 !important;
    margin: 0 auto;
    transition: all 400ms ease-in-out;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail_wrap_cnt h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .stories_thumbnail_wrap_cnt h1 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail_wrap_cnt h1 br {
    display: none;
  }
}
.stories_thumbnail_wrap_cnt h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: Poppins-Light;
  margin-bottom: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail_wrap_cnt h3 {
    margin-bottom: 20px;
  }
}
.stories_thumbnail_wrap_cnt p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 25px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail_wrap_cnt p {
    font-size: 18px;
    line-height: 34px;
  }
}
.stories_thumbnail_wrap_cnt_data {
  width: 1200%;
  height: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  /* right: -50%; */
  background-color: #fbea23;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
  z-index: 99;
}
.stories_thumbnail_wrap_cnt_data.text {
  opacity: 1;
  pointer-events: auto;
}
.stories_thumbnail_wrap_image {
  position: relative;
  cursor: pointer;
}
.stories_thumbnail_wrap_image img {
  width: 100%;
  height: 30vh;
  object-position: center;
  object-fit: cover;
  filter: grayscale(100%);
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail_wrap_image img {
    height: 60vh;
    object-position: top;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail_wrap_image img {
    height: 50vh;
    object-position: top;
    filter: grayscale(0);
  }
}
.stories_thumbnail_popup_wrap .modal-dialog {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt {
  background-color: #fbea23;
  color: #FFFFFF;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt h1 {
  color: #383185;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt h3 {
  color: #2b2b2b;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt {
  background-color: #383185;
  color: #FFFFFF;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt h1 {
  color: #fbea23;
}
.stories_thumbnail .row:nth-child(even) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt h3 {
  color: #FFFFFF;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt {
  background-color: #fbea23;
  color: #FFFFFF;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt h1 {
  color: #383185;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(even) .stories_thumbnail_wrap_cnt h3 {
  color: #2b2b2b;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt {
  background-color: #383185;
  color: #FFFFFF;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt h1 {
  color: #fbea23;
}
.stories_thumbnail .row:nth-child(odd) .og-grid-item:nth-child(odd) .stories_thumbnail_wrap_cnt h3 {
  color: #FFFFFF;
}

/*.stories_thumbnail {
  .col-lg-2{
    &:nth-child(2n - 1){
      .stories_thumbnail_wrap_cnt{
        background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
      }
    }
    &:nth-child(3n - 1){
      .stories_thumbnail_wrap_cnt{
        background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(4n - 1){
     .stories_thumbnail_wrap_cnt{
        background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
      }
    }
    &:nth-child(5n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(6n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(7n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(8n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(9n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(11n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(12n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(13n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(14n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(16n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(17n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(19n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(21n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(22n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(23n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(25n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(27n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(29n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(31n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(32n - 1){
      .stories_thumbnail_wrap_cnt{
         background-color:$theme_color;
        color: $white;
        h1{
          color: $black;
        }
        h3{
          color: $black;
        }
      }
    }
    &:nth-child(35n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
    &:nth-child(37n - 1){
      .stories_thumbnail_wrap_cnt{
       background-color:$blue;
        color: $white;
        h1{
          color: $theme_color;
        }
        h3{
          color: $white;
        }
      }
    }
  }
}*/
.dh-container {
  position: relative;
  overflow: hidden;
}

.dh-overlay {
  position: absolute;
  top: -100%;
}

.dh-container {
  margin: 15px;
  width: 400px;
  height: 300px;
  background: black;
  float: left;
  background-image: url(https://unsplash.it/400/300?image=180);
}

.dh-overlay {
  background: rgba(52, 73, 94, 0.65);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  color: #fff;
}

/*Skew section */
.skew_container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .skew_container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.skew_container .navigation {
  position: absolute;
  right: 40px;
  bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .skew_container .navigation {
    right: 30px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .skew_container .navigation {
    bottom: 50px;
  }
}
.skew_container .navigation div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fbea23;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .skew_container .navigation div {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1440px) {
  .skew_container .navigation div .fa {
    font-size: 14px;
  }
}
.skew_container .navigation div:hover {
  box-shadow: 0px 0px 30px 0px rgba(43, 43, 43, 0.5);
  background-color: #FFFFFF;
}
.skew_container .navigation .prev-click {
  margin-bottom: 20px;
  opacity: 0.4;
  /*visibility: hidden;*/
}
@media only screen and (max-width: 1440px) {
  .skew_container .navigation .prev-click {
    margin-bottom: 10px;
  }
}
.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .skw-pages {
    height: 40vh;
  }
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* &-1 {
     .skw-page__half--left .skw-page__content {
       background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {
       background-image: url('../images/purpose/why-1.jpg');
     }
   }
   &-2 {
     .skw-page__half--left .skw-page__content {
            background-image: url('../images/purpose/why-2.jpg');
     }
     .skw-page__half--right .skw-page__content {
       background-color: $blue;
     }
   }
   &-3 {
     .skw-page__half--left .skw-page__content {
       background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {
       background-image: url('../images/purpose/why-3.jpg');
     }
   }
   &-4 {
     .skw-page__half--left .skw-page__content {
       background-image: url('../images/purpose/why-4.jpg');
     }
     .skw-page__half--right .skw-page__content {
       background-color: $blue;
     }
   }
   &-5 {
     .skw-page__half--left .skw-page__content {
        background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {
       background-image: url('../images/purpose/why-5.jpg');
     }
   }
   &-6 {
     .skw-page__half--left .skw-page__content {
       background-image: url('../images/purpose/why-6.jpg');
     }
     .skw-page__half--right .skw-page__content {
       background-color: $blue;
     }
   }
   &-7 {
     .skw-page__half--left .skw-page__content {
       background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {
       background-image: url('../images/purpose/why-7.jpg');
     }
   }
   &-8 {
     .skw-page__half--left .skw-page__content {
       background-image: url('../images/purpose/why-8.jpg');
     }
     .skw-page__half--right .skw-page__content {
       background-color: $blue;
     }
   }
   &-9 {
     .skw-page__half--left .skw-page__content {
       background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {
       background-image: url('../images/purpose/why-9.jpg');
     }
   }
   &-10 {
     .skw-page__half--left .skw-page__content {
       background-color: $blue;
     }
     .skw-page__half--right .skw-page__content {

     }
   }*/
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  transition: transform 1s;
}
@media only screen and (max-width: 1024px) {
  .skw-page__half {
    height: 40vh;
  }
}
.skw-page__half--left {
  left: 0;
  transform: translate3d(0%, -100%, 0);
}
.skw-page__half--right {
  left: 50%;
  transform: translate3d(0%, 100%, 0);
}
@media only screen and (max-width: 768px) {
  .skw-page__half--right {
    left: 0;
  }
}
.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0);
}
.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.skw-page__half--left .skw-page__skewed {
  left: 0%;
}
.skw-page__half--right .skw-page__skewed {
  right: 0%;
}
.skw-page__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*padding: 0 30%;*/
  color: #fff;
  /*transform: skewX($skewDeg);*/
  transition: transform 1s, opacity 1s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.skw-page__half--left .skw-page__content {
  /*padding-left: 30%;
  padding-right: 30%;*/
  transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
  /*padding-left: 30%;
  padding-right: 30%;*/
  transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  /*transform: skewX($skewDeg) scale(0.95);*/
}
.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}
.skw-page__description {
  font-size: 32px;
  line-height: 52px;
  color: #FFFFFF;
  padding-left: 165px;
  padding-right: 145px;
}
@media only screen and (max-width: 1440px) {
  .skw-page__description {
    font-size: 24px;
    line-height: 44px;
    padding-left: 90px;
    padding-right: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .skw-page__description {
    padding: 0 30px;
  }
}
.skw-page__description .highlight {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  margin-left: 5px;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
  font-weight: 800;
}
.skw-page__description .highlight.inview {
  font-weight: 800;
  transition: font-weight 0.4s ease-in-out 0.5s;
  background-image: linear-gradient(180deg, transparent 67%, #282360 0);
  animation: bgGradientAnim 2s ease-in-out;
}
.skw-page__description .highlight.inview:before {
  display: none;
}
.skw-page__link {
  color: #FFA0A0;
}
.skw-page .skew-bg {
  background-color: #383185;
}

.tandem_wrap_heading {
  margin-bottom: 65px;
}
.tandem_wrap_heading h1 {
  font-size: 58px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap_heading h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap_heading h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
.tandem_wrap_heading p {
  font-size: 24px;
  line-height: 40px;
  font-family: Poppins-regular;
  padding-right: 20%;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap_heading p {
    font-size: 18px;
    line-height: 34px;
    padding-right: 18%;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap_heading p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .tandem_wrap .carousel-wrap {
    margin-bottom: -50px;
  }
}
.tandem_wrap #purpose-carousel {
  max-height: 83vh;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap #purpose-carousel {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 1366px) {
  .tandem_wrap #purpose-carousel {
    max-height: 100vh;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap #purpose-carousel {
    max-height: none;
    height: 80vh;
    height: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .tandem_wrap #purpose-carousel {
    margin-bottom: 10px;
  }
}
.tandem_wrap #purpose-carousel .first_item {
  max-width: 495px;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap #purpose-carousel .first_item {
    max-width: 315px;
  }
}
.tandem_wrap #purpose-carousel .owl-stage .owl-item.center .tandem_wrap_item_overlay {
  opacity: 0;
  pointer-events: auto;
}
.tandem_wrap #purpose-carousel .owl-stage .owl-item.center .tandem_wrap_item_cnt {
  opacity: 1;
  pointer-events: auto;
}
.tandem_wrap #purpose-carousel .owl-stage .owl-item .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.tandem_wrap .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 100px;
  top: 71%;
}
@media only screen and (max-width: 768px) {
  .tandem_wrap .owl-nav {
    top: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap .owl-nav {
    top: 30%;
    right: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .tandem_wrap .owl-nav {
    top: 25%;
  }
}
@media only screen and (max-width: 320px) {
  .tandem_wrap .owl-nav {
    top: 20%;
  }
}
.tandem_wrap .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fbea23 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .tandem_wrap .owl-nav button .fa {
    transition: all 400ms ease-in-out;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1440px) {
  .tandem_wrap .owl-nav button .fa {
    font-size: 14px;
  }
}
.tandem_wrap .owl-nav button:hover {
  box-shadow: 0px 0px 30px 0px rgba(43, 43, 43, 0.3);
  background-color: #383185 !important;
}
.tandem_wrap .owl-nav button:hover .fa {
  color: #FFFFFF;
}
.tandem_wrap .owl-nav button:focus {
  outline: none;
}
.tandem_wrap .owl-nav .owl-prev {
  margin-right: 20px;
}
.tandem_wrap .owl-nav .owl-prev.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tandem_wrap .owl-nav .owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tandem_wrap_item_overlay {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: opacity 400ms ease-in-out;
}
.tandem_wrap_item_cnt {
  max-width: 730px;
  min-height: 360px;
  background-color: #fbea23;
  padding: 40px 60px;
  float: right;
  position: relative;
  top: -160px;
  opacity: 0;
  pointer-events: none;
  transition-delay: 200ms;
  transition: opacity 600ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap_item_cnt {
    max-width: 500px;
    min-height: 335px;
    padding: 30px 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .tandem_wrap_item_cnt {
    min-height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  .tandem_wrap_item_cnt {
    min-height: 365px;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap_item_cnt {
    top: 0;
    min-height: 320px;
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .tandem_wrap_item_cnt {
    min-height: 340px;
  }
}
.tandem_wrap_item_cnt h3 {
  font-size: 32px;
  line-height: 52px;
  color: #383185;
  margin-bottom: 20px;
  font-family: Poppins-Medium;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap_item_cnt h3 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap_item_cnt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.tandem_wrap_item_cnt p {
  font-size: 20px;
  line-height: 30px;
  font-family: Poppins-regular;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .tandem_wrap_item_cnt p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .tandem_wrap_item_cnt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.awards_wrap {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .awards_wrap {
    margin-bottom: 0px;
  }
}
.awards_wrap_title {
  margin-bottom: 60px;
  position: relative;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/purpose/awards-n-ranga-rao.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 15%;
  margin-bottom: 120px;
  /* margin-top: 110px;*/
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_title {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .awards_wrap_title {
    height: 280px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .awards_wrap_title {
    height: 50vh;
    margin-bottom: 30px;
    background-size: cover;
  }
}
@media only screen and (max-width: 375px) {
  .awards_wrap_title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .awards_wrap_title {
    margin-bottom: 40px;
  }
}
.awards_wrap_title h1 {
  /*position: absolute;*/
  width: 100%;
  /*height: 100%;*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  font-size: 80px;
  line-height: 98px;
  letter-spacing: 0.01em;
  color: #fbea23;
  font-family: Poppins-Bold;
  /*transform: translateX(-10%);*/
}
.awards_wrap_title h1.child_one {
  transform: translateX(-7%);
}
@media only screen and (max-width: 768px) {
  .awards_wrap_title h1.child_one {
    transform: translateX(0);
  }
}
.awards_wrap_title h1.child_second {
  transform: translateX(10%);
}
@media only screen and (max-width: 768px) {
  .awards_wrap_title h1.child_second {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_title h1 {
    font-size: 66px;
    line-height: 84px;
    transform: translateX(-6%);
  }
}
@media only screen and (max-width: 768px) {
  .awards_wrap_title h1 {
    font-size: 46px;
    line-height: 66px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 576px) {
  .awards_wrap_title h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 0;
  }
}
.awards_wrap_lists_imgblk {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-color: #383185;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: all 1s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_imgblk {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .awards_wrap_lists_imgblk {
    opacity: 1;
  }
}
@media only screen and (max-width: 576px) {
  .awards_wrap_lists_imgblk {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_imgblk img {
    transform: scale(0.8);
  }
}
.awards_wrap_lists_imgblk div {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 197px;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_imgblk div {
    height: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .awards_wrap_lists_imgblk div {
    height: 120px;
  }
}
.awards_wrap_lists_imgblk .bussiness_award {
  background-image: url(../images/purpose/Award-unit-1.svg);
}
.awards_wrap_lists_imgblk .quality_award {
  background-image: url(../images/purpose/Award-unit-2.svg);
}
.awards_wrap_lists_imgblk .marketing_award {
  background-image: url(../images/purpose/Award-unit-3.svg);
}
.awards_wrap_lists_imgblk .extra_award {
  background-image: url(../images/purpose/Award-unit-4.svg);
}
.awards_wrap_lists_li {
  margin-top: 50px;
  margin-bottom: 100px;
  transition: all 400ms ease-in-out;
  opacity: 0.4;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_li {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .awards_wrap_lists_li {
    opacity: 1;
    margin-bottom: 50px;
  }
}
.awards_wrap_lists_li p {
  position: relative;
  font-size: 24px;
  line-height: 40px;
  font-family: Poppins-regular;
  padding-left: 7%;
  margin-bottom: 25px;
  margin-left: 13%;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_li p {
    font-size: 18px;
    line-height: 34px;
    margin-left: 9%;
  }
}
@media only screen and (max-width: 768px) {
  .awards_wrap_lists_li p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .awards_wrap_lists_li p {
    font-size: 16px;
    line-height: 26px;
  }
}
.awards_wrap_lists_li p:before {
  content: url(../images/purpose/award-icon.png);
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 1440px) {
  .awards_wrap_lists_li p:before {
    top: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .awards_wrap_lists_li p:before {
    top: -3px;
    left: -15px;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 360px) {
  .awards_wrap_lists_li p:before {
    top: -5px;
    left: -20px;
    transform: scale(0.6);
  }
}
.awards_wrap_lists_li p span {
  font-weight: bold;
}
.awards_wrap .loadNext {
  /*&:last-child{
      .awards_wrap_lists{
        &_imgblk{
          opacity: 1 !important;
        }
        &_li{
          opacity: 1 !important;
        }
    }
  }*/
}
.awards_wrap .loadNext:nth-child(odd) .awards_wrap_lists_imgblk {
  background-color: #fbea23 !important;
}
.awards_wrap .loadNext.inview .awards_wrap_lists_imgblk {
  opacity: 1;
}
.awards_wrap .loadNext.inview .awards_wrap_lists_li {
  opacity: 1;
}
.nrrsapp {
  height: 90vmin;
  width: 100%;
  background: white;
  position: relative;
  overflow: auto;
  /* Hide the app on load */
  /*visibility: hidden;*/
}

.nrrsappgallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 10px;
}
.nrrsappgallery img {
  width: 100%;
}

.nrrsappgalleryitem {
  cursor: pointer;
  font-size: 0;
}

.nrrsappitemoverlay {
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  overflow: hidden;
  background-color: #fbea23;
}

.detail {
  position: fixed;
  top: 10px;
  left: 50%;
  width: 90.1vmin;
  cursor: pointer;
  font-size: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  max-height: 100%;
  overflow: auto;
}

.detail > img {
  position: relative;
  z-index: 1;
}

.detail .content {
  background: #232323;
  padding: 2rem 1.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  flex-grow: 1;
}

.detail .content > * {
  margin-bottom: 1rem;
}

.detail .title {
  font-size: 2rem;
  text-transform: uppercase;
}

.detail .secondary {
  color: lightgray;
}

.detail .description {
  line-height: 1.5;
}

.stories_thumbnail {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail {
    margin-bottom: 50px;
  }
}
.stories_thumbnail #og-grid .og-grid-item {
  display: inline-block;
  vertical-align: top;
}
.stories_thumbnail #og-grid .og-grid-item.og-expanded > .stories_thumbnail_wrap::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #383185;
  border-width: 35px;
  left: 50%;
  margin: -70px 0 0 -15px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-grid-item.og-expanded > .stories_thumbnail_wrap::after {
    border-width: 25px;
    margin: -50px 0 0 -15px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail #og-grid .og-grid-item.og-expanded > .stories_thumbnail_wrap::after {
    display: none;
  }
}
.stories_thumbnail #og-grid .og-expander {
  position: relative;
  background: #383185;
  top: auto;
  left: 0;
  width: 100vw;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: height 600ms ease-in-out !important;
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail #og-grid .og-expander {
    width: 100%;
    max-height: 38vh;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-expander {
    max-height: 45vh;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-expander {
    max-height: 50vh;
  }
}
@media only screen and (max-width: 375px) {
  .stories_thumbnail #og-grid .og-expander {
    max-height: 65vh;
  }
}
@media only screen and (max-width: 360px) {
  .stories_thumbnail #og-grid .og-expander {
    max-height: 75vh;
  }
}
@media only screen and (max-width: 320px) {
  .stories_thumbnail #og-grid .og-expander {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-expander:before {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #383185;
    border-width: 35px;
    left: 50%;
    margin: -70px 0 0 -15px;
    display: none;
  }
}
.stories_thumbnail #og-grid .og-expander-inner {
  padding: 50px 30px;
  height: 100%;
  padding: 0 16%;
  padding-top: 75px;
  transition: all 600ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-expander-inner {
    padding: 0 12%;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail #og-grid .og-expander-inner {
    padding: 0 6%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-expander-inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-expander-inner {
    padding: 20px;
  }
}
.stories_thumbnail #og-grid .og-close_wrap {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transform-origin: top right;
  overflow: hidden;
}
.stories_thumbnail #og-grid .og-close_wrap:hover {
  /*background: $theme_color;*/
  animation: moveit 900ms ease forwards;
  will-change: transform;
}
.stories_thumbnail #og-grid .og-close_wrap:hover .og-close {
  /*transform: translate(-50%,-50%) scale(1.2);*/
}
.stories_thumbnail #og-grid .og-close_wrap:hover .og-close:before {
  background: #383185;
}
.stories_thumbnail #og-grid .og-close_wrap:hover .og-close:after {
  background: #383185;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-close_wrap {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-close_wrap {
    width: 40px;
    height: 40px;
  }
}
.stories_thumbnail #og-grid .og-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 100ms ease-in-out;
  /* @include breakpoint(1440){
     width: 30px;
     height: 30px;
   }*/
}
.stories_thumbnail #og-grid .og-close::before,
.stories_thumbnail #og-grid .og-close::after {
  content: "";
  position: absolute;
  width: 80%;
  top: 50%;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(45deg);
  margin: 0 auto;
}
.stories_thumbnail #og-grid .og-close::after {
  transform: rotate(-45deg);
}
.stories_thumbnail #og-grid .og-details h3 {
  font-size: 40px;
  line-height: 52px;
  color: #fbea23;
  font-family: Poppins-Semibold;
  margin-bottom: 30px;
  display: table;
  padding-right: 10px;
  margin-left: 190px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-details h3 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
    margin-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-details h3 {
    margin-left: 50px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details h3 {
    margin-left: 0px;
    font-size: 22px !important;
    line-height: 26px;
  }
}
.stories_thumbnail #og-grid .og-details h3.title.inview {
  background-image: linear-gradient(180deg, transparent 67%, #282360 0);
}
.stories_thumbnail #og-grid .og-details .experiencesvg {
  margin-top: 25px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-details .experiencesvg {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details .experiencesvg {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.stories_thumbnail #og-grid .og-details .experiencesvg img {
  width: 450px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-details .experiencesvg img {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-details .experiencesvg img {
    width: 180px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details .experiencesvg img {
    width: 160px;
  }
}
.stories_thumbnail #og-grid .og-details p {
  font-size: 32px;
  line-height: 52px;
  font-family: Poppins-regular;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-details p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details p {
    font-size: 16px !important;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.stories_thumbnail #og-grid .og-details p.og-details-text {
  margin-left: 190px;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text {
    margin-left: 0px;
  }
}
.stories_thumbnail #og-grid .og-details p.og-details-text p {
  position: relative;
}
.stories_thumbnail #og-grid .og-details p.og-details-text p:before {
  content: url(../images/people&culture/quote.png);
  position: absolute;
  top: -30px;
  left: -25px;
}
@media only screen and (max-width: 1440px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text p:before {
    transform: scale(0.7);
    top: -40px;
    left: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text p:before {
    transform: scale(0.5);
    top: -35px;
    left: -45px;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .og-details p.og-details-text p:before {
    left: -55px;
  }
}
.stories_thumbnail #og-grid .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation: loader 0.5s infinite ease-in-out both;
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes moveit {
  0% {
    transform: translateY(0) scale3d(0.9, 0.9, 0.9);
    background-color: transparent;
  }
  20% {
    background-color: #fbea23;
  }
  30% {
    transform: translateY(0px) scale3d(1.05, 1.05, 1.05);
    background-color: #fbea23;
  }
  40% {
    transform: translateY(0px) scale3d(1, 1, 1);
    background-color: #fbea23;
  }
  100% {
    transform: translateY(0px) scale3d(1, 1, 1);
    background-color: #fbea23;
  }
}
@media screen and (max-width: 650px) {
  .stories_thumbnail #og-grid .og-fullimg {
    display: none;
  }
  .stories_thumbnail #og-grid .og-details {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .stories_thumbnail #og-grid .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .stories_thumbnail #og-grid .col-lg-2 {
    max-width: calc(100% - 30px);
  }
}

.skew_carousel {
  margin-bottom: 50px;
}
.skew_carousel_slide_image {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .skew_carousel_slide_image {
    height: 50vh;
  }
}
.skew_carousel_slide_cnt {
  padding: 30px 50px;
  background: #383185;
  min-height: 250px;
}
@media only screen and (max-width: 576px) {
  .skew_carousel_slide_cnt {
    padding: 30px 15px;
    min-height: 270px;
  }
}
@media only screen and (max-width: 360px) {
  .skew_carousel_slide_cnt {
    min-height: 250px;
  }
}
.skew_carousel_slide_cnt p {
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .skew_carousel_slide_cnt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .skew_carousel_slide_cnt p {
    line-height: 26px !important;
  }
}
.skew_carousel .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 90%;
  right: 50px;
}
@media only screen and (max-width: 576px) {
  .skew_carousel .owl-nav {
    width: 100%;
    left: 0;
    right: auto;
    top: 47%;
  }
}
@media only screen and (max-width: 360px) {
  .skew_carousel .owl-nav {
    top: 44%;
  }
}
.skew_carousel .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fbea23 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 576px) {
  .skew_carousel .owl-nav button {
    background-color: #383185 !important;
  }
}
.skew_carousel .owl-nav button .fa {
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .skew_carousel .owl-nav button .fa {
    color: #FFFFFF !important;
  }
}
.skew_carousel .owl-nav button:focus {
  outline: none;
}
.skew_carousel .owl-nav .owl-prev {
  margin-right: 20px;
  position: absolute;
  left: 20px;
}
@media only screen and (max-width: 576px) {
  .skew_carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
}
.skew_carousel .owl-nav .owl-prev.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.skew_carousel .owl-nav .owl-next {
  position: absolute;
  right: 20px;
}
.skew_carousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.og-expanded .stories_thumbnail_wrap_cnt h1 {
  opacity: 0;
  pointer-events: none;
}

.nrrs_commercial_yt_wrap.cycle_yt_wrap {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap {
    margin-bottom: 50px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .legacy_title {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .legacy_title {
    margin-bottom: 80px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .legacy_title {
    margin-bottom: 50px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container {
  position: relative;
  width: 80%;
  min-height: 74vh;
  margin-top: 90px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container {
    width: 900px;
    min-height: 510px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container {
    width: 100%;
    min-height: 380px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container {
    min-height: 200px;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo {
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo {
    top: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo {
    top: -80px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo {
    top: -60px;
  }
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_logo img {
    max-width: 120px;
    bottom: 10px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 40px);
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button {
    top: calc(100% - 20px);
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  font-family: Poppins-Semibold;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a {
    font-size: 20px;
    line-height: 26px;
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a {
    font-size: 16px;
    line-height: 16px;
    width: 110px;
    height: 110px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.outer {
  width: 135px;
  height: 135px;
  background-color: #fbea23;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.outer {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.outer {
    width: 95px;
    height: 95px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.inner {
  width: 123px;
  height: 123px;
  background-color: transparent;
  border: 2px solid #383185;
  flex-direction: column;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.inner {
    width: 103px;
    height: 103px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a span.inner {
    width: 83px;
    height: 83px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a:hover span.outer {
  background-color: #383185;
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .vid-container_button a:hover span.inner {
  border: 2px solid #fbea23;
  color: #FFFFFF !important;
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn {
    margin-bottom: 50px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn a {
  margin: 0 auto;
  margin-top: 50px;
  display: table;
  width: auto;
  padding: 0 40px;
  padding-right: 31px;
  text-transform: inherit;
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn a {
    padding: 0 30px;
    padding-right: 21px;
  }
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn a span {
  position: relative;
  display: inline;
  padding: 0 9px 0 3px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
.nrrs_commercial_yt_wrap.cycle_yt_wrap .brand_wrap_single_cnt_btn a:hover span {
  background-image: linear-gradient(180deg, transparent 67%, #282360 0);
  animation: bgcycleAnim 900ms ease-in-out;
}

@keyframes bgcycleAnim {
  0% {
    background-size: 0% 0%;
  }
  50% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.page-id-1883 .page_banner_cnt h1:before {
  content: url(../images/the_cycle/cycle-logo.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
}
@media only screen and (max-width: 1440px) {
  .page-id-1883 .page_banner_cnt h1:before {
    transform: translateX(-50%) scale(0.8);
    top: -140px;
  }
}
@media only screen and (max-width: 820px) {
  .page-id-1883 .page_banner_cnt h1:before {
    left: 0;
    transform: translateX(0) scale(0.8);
  }
}
@media only screen and (max-width: 576px) {
  .page-id-1883 .page_banner_cnt h1:before {
    transform: translateX(0) scale(0.6);
    left: -30px;
  }
}

.cycle_reasons_wrap {
  position: relative;
}
.cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv {
  top: -11%;
}
@media only screen and (max-width: 1440px) {
  .cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    top: -6%;
  }
}
@media only screen and (max-width: 1366px) {
  .cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    top: -7%;
  }
}
.cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 {
    margin-bottom: 40px;
  }
}
.cycle_reasons_wrap.scroll_container .space-holder .sticky .pin-wrap_firstdiv h1:last-child {
  margin-bottom: 0;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(odd) {
  background-color: #fbea23 !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(odd) .pin-wrap_div_imgblk {
  background-color: #383185 !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(odd) .pin-wrap_div_text p {
  color: #2b2b2b !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(odd) .pin-wrap_div_text p span.inview {
  background-image: linear-gradient(180deg, transparent 67%, #FFFFFF 0) !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(even) {
  background-color: #383185 !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(even) .pin-wrap_div_imgblk {
  background-color: #fbea23 !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(even) .pin-wrap_div_text p {
  color: #FFFFFF !important;
}
.cycle_reasons_wrap .pin-wrap_div:nth-child(even) .pin-wrap_div_text p span.inview {
  background-image: linear-gradient(180deg, transparent 67%, #282360 0) !important;
}
.cycle_reasons_wrap .pin-wrap_div:last-child {
  background-color: transparent !important;
}

.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.img_08 {
  transform: translate(-3px, -5px) scale(0.6);
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.img_09 {
  transform: translate(7px, 0px) scale(0.6);
}

.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(odd) .horizontal_wrap_slide_item {
  background-color: #fbea23 !important;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(odd) .horizontal_wrap_slide_item_imgblk {
  background-color: #383185 !important;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(odd) .horizontal_wrap_slide_item_title p {
  color: #2b2b2b !important;
  text-align: center;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(odd) .horizontal_wrap_slide_item_title p span {
  font-weight: bold !important;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(even) .horizontal_wrap_slide_item {
  background-color: #383185 !important;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(even) .horizontal_wrap_slide_item_imgblk {
  background-color: #fbea23 !important;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(even) .horizontal_wrap_slide_item_title p {
  color: #FFFFFF !important;
  text-align: center;
}
.cycle_reasons_wrap_tabview.horizontal_wrap .owl-stage-outer .owl-item:nth-child(even) .horizontal_wrap_slide_item_title p span {
  font-weight: bold !important;
}

.horizontal_wrap_slide_item_imgblk_inner.img_08 {
  transform: translate(-3px, -5px);
}
.horizontal_wrap_slide_item_imgblk_inner.img_09 {
  transform: translate(7px, 0px);
}

/************************ Home Page styles **********************
@import 'banner';*/
/************************ Legacy Page styles ***********************/
.profile_wrap {
  /* .profile_wrap_cnt {
      margin-bottom: 210px;
      margin-top: 120px;
  }*/
}
.profile_wrap.t-right {
  margin-top: 85px;
  clear: both;
  /*p{
    font-size: 24px;
    line-height: 52px;
    font-family: $font-regular;
    @include breakpoint(1440){
      font-size: 24px;
      line-height: 44px;
      padding-top: 26px;
    }
    @include breakpoint(1366){
      padding-right: 6%;  
    }
  }*/
}
@media only screen and (max-width: 1024px) {
  .profile_wrap.t-right {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap.t-right {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.profile_wrap.t-right p {
  /*padding: 0 16%;*/
  padding-left: 11%;
  padding-right: 8%;
}
@media only screen and (max-width: 1440px) {
  .profile_wrap.t-right p {
    padding-right: 4%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .profile_wrap.t-right p {
    padding-right: 0;
    padding-left: 0;
  }
}

.timeline-tile-wrap {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .timeline-tile-wrap {
    overflow: hidden;
  }
}

.tile-container {
  /*position: absolute;
  top: 275px;
  right: 0;
  left: 0;*/
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tile-container {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 576px) {
  .tile-container {
    width: 100%;
  }
}

.tile-bg {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  background: #383185;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
  z-index: 100;
}
@media only screen and (max-width: 1440px) {
  .tile-bg {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .tile-bg {
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .tile-bg {
    height: 280px;
  }
}
@media only screen and (max-width: 576px) {
  .tile-bg {
    height: 60vh;
  }
}
.tile-bg_banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.tile-bg_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .tile-bg_banner_text {
    padding: 0 20px;
  }
}
.tile-bg_banner_text h1 {
  font-family: Poppins-Semibold;
  color: #fbea23;
}
@media only screen and (max-width: 1024px) {
  .tile-bg_banner_text h1 {
    font-size: 32px;
    line-height: 52px;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .tile-bg_banner_text h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .tile-bg_banner_text h1 br {
    display: none;
  }
}
.tile-bg_banner_text p {
  font-size: 20px;
  margin-top: 40px;
  color: #FFFFFF;
  font-family: Poppins-Light;
}
@media only screen and (max-width: 1440px) {
  .tile-bg_banner_text p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .tile-bg_banner_text p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px !important;
  }
}

.tile {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/legacy/n-ranga-rao-journey.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 100%;
  margin-top: 105px;
  margin-bottom: 100px;
  z-index: 9;
}
@media only screen and (max-width: 1440px) {
  .tile {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .tile {
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .tile {
    height: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: cover;
  }
}
@media only screen and (max-width: 576px) {
  .tile {
    height: 60vh;
    margin: 0;
  }
}
.tile h1 {
  /*position: absolute;
    top: 50%; 
    left: 50%; 
    right: 0;*/
  font-size: 80px;
  line-height: 98px;
  letter-spacing: 0.01em;
  color: #fbea23;
  font-family: Poppins-Bold;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .tile h1 {
    font-size: 66px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 1024px) {
  .tile h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .tile h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .tile h1 {
    font-size: 28px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 375px) {
  .tile h1 {
    padding: 0;
  }
}
.tile h1.child_first {
  transform: translateX(-70px);
}
@media only screen and (max-width: 768px) {
  .tile h1.child_first {
    transform: translateX(0px);
  }
}
.tile h1.child_second {
  transform: translateX(70px);
}
@media only screen and (max-width: 768px) {
  .tile h1.child_second {
    transform: translateX(0px);
  }
}
.tile a {
  font-size: 32px;
  line-height: 52px;
  color: #FFFFFF;
  margin-top: 50px;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .tile a {
    margin-top: 0;
    font-size: 14px;
  }
}

.page-container {
  visibility: hidden;
}

.pages {
  /*cursor: pointer;*/
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  position: fixed;
  overflow-y: scroll;
  background: #383185;
}
@media only screen and (max-width: 1024px) {
  .pages {
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
.pages svg.go {
  stroke: #636363;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  z-index: 12;
}
.pages .go-prev,
.pages .go-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
}
.pages .go-next {
  left: calc(100% - 32px);
}
.pages .close_timeline {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 12;
  background: #383185;
  width: 78px;
  height: 78px;
  visibility: hidden;
}
.pages .close_timeline .og-close::before,
.pages .close_timeline .og-close::after {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .pages .close_timeline {
    width: 50px;
    height: 50px;
  }
}

.section_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section_wrap .sections {
  position: relative;
  /*border-bottom: 1px solid #666;*/
}

.slides-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .slides-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
  }
}
.slides-container .slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .slides-container .slide {
    height: 100%;
  }
}

.slides-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11;
  background: #383185;
}
.slides-bg_banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.slides-bg_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .slides-bg_banner_text {
    padding: 0 20px;
  }
}
.slides-bg_banner_text h1 {
  /*font-size: 58px;
  line-height: 78px;*/
  font-family: Poppins-Semibold;
  color: #fbea23;
}
@media only screen and (max-width: 1024px) {
  .slides-bg_banner_text h1 {
    font-size: 32px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .slides-bg_banner_text h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .slides-bg_banner_text h1 br {
    display: none;
  }
}
.slides-bg_banner_text p {
  font-size: 20px;
  margin-top: 40px;
  color: #FFFFFF;
  font-family: Poppins-Light;
}
@media only screen and (max-width: 1440px) {
  .slides-bg_banner_text p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .slides-bg_banner_text p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px !important;
  }
}

.legacy_slider .owl-animated-out .legacy_slider_item_cnt {
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.legacy_slider .owl-animated-out .owl-animated-in .legacy_slider_item_cnt {
  opacity: 1;
  transition: opacity 800ms ease-out;
}
.legacy_slider .slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/legacy/popup-1.jpg");
}
.legacy_slider .slide.slide02 {
  background-image: url("../images/legacy/timeline/1948-bg.jpg");
}
.legacy_slider .slide.slide03 {
  background-image: url("../images/legacy/timeline/1950-bg.jpg");
}
.legacy_slider .slide.slide04 {
  background-image: url("../images/legacy/timeline/1960-bg.jpg");
}
.legacy_slider .slide.slide05 {
  background-image: url("../images/legacy/timeline/1950-bg.jpg");
}
.legacy_slider .slide.slide06 {
  background-image: url("../images/legacy/timeline/1980-bg.jpg");
}
.legacy_slider .slide.slide07 {
  background-image: url("../images/legacy/timeline/1950-bg.jpg");
}
.legacy_slider .slide.slide08 {
  background-image: url("../images/legacy/timeline/1948-bg.jpg");
}
.legacy_slider .slide.slide09 {
  background-image: url("../images/legacy/timeline/1950-bg.jpg");
}
.legacy_slider .slide.slide10 {
  background-image: url("../images/legacy/timeline/1948-bg.jpg");
}
.legacy_slider .slide #bar {
  width: 0;
  max-width: 100%;
  height: 6px;
  background: #383185;
}
.legacy_slider .slide #progressBar {
  width: 100%;
  max-width: 50% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .legacy_slider .slide #progressBar {
    max-width: 100% !important;
  }
}
.legacy_slider_inner_banner {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: url("../images/legacy/legacy-popup-banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.legacy_slider_inner_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .legacy_slider_inner_banner_text {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_inner_banner_text {
    width: 100%;
    padding: 0 20px;
  }
}
.legacy_slider_inner_banner_text h1 {
  font-size: 58px;
  line-height: 78px;
  font-family: Poppins-Semibold;
  color: #fbea23;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_inner_banner_text h1 {
    font-size: 54px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_inner_banner_text h1 {
    font-size: 42px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_inner_banner_text h1 {
    font-size: 32px;
    line-height: 52px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_inner_banner_text h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_inner_banner_text h1 br {
    display: none;
  }
}
.legacy_slider_inner_banner_text p {
  font-size: 20px;
  margin-top: 40px;
  color: #FFFFFF;
  font-family: Poppins-Light;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_inner_banner_text p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_inner_banner_text p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px !important;
  }
}
.legacy_slider_inner_banner .scroll-down-wrap.no-border {
  bottom: 200px;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_inner_banner .scroll-down-wrap.no-border {
    bottom: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_inner_banner .scroll-down-wrap.no-border {
    margin-left: -20px;
  }
}
.legacy_slider_item {
  display: flex;
  justify-content: center;
  width: 100%;
  /*visibility: hidden;*/
  width: 100%;
  height: 100vh;
  /*@include breakpoint(1440) {
   width: calc(90% + 15px);
   margin-top: 95px;
  }
  @include breakpoint(1366) {
    margin-top: 50px;
  }*/
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.legacy_slider_item_year {
  position: absolute;
  top: 28%;
  left: 55%;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_year {
    top: 23%;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_year {
    top: calc(60% + 60px);
    min-width: 100vw;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_slider_item_year {
    top: calc(55% + 50px);
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_year {
    min-width: auto;
    top: 52%;
    left: 0;
    width: 100%;
    display: block;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .legacy_slider_item_year {
    top: 46%;
  }
}
@media only screen and (max-width: 360px) {
  .legacy_slider_item_year {
    top: calc(46% + 3px);
  }
}
@media only screen and (max-width: 360px) {
  .legacy_slider_item_year {
    top: calc(45% + 3px);
  }
}
.legacy_slider_item_year h1 {
  font-size: 32px;
  line-height: 32px;
  color: #383185;
  font-family: Poppins-Semibold;
  display: table-cell;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_year h1 {
    visibility: inherit;
    font-family: Poppins-Semibold;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_year h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.legacy_slider_item_cnt {
  position: relative;
  width: 100%;
  /*opacity: 0;
  visibility: hidden;*/
  padding-left: 10%;
  padding-right: 25%;
  top: 35%;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_cnt {
    top: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_cnt {
    height: 40vh;
    padding-right: 10%;
    top: 0%;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_slider_item_cnt {
    padding: 30px;
    padding-top: 100px;
    height: 45vh;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt {
    padding: 30px 15px;
    height: 53vh;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 375px) {
  .legacy_slider_item_cnt {
    height: 60vh;
  }
}
@media only screen and (max-width: 360px) {
  .legacy_slider_item_cnt {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .legacy_slider_item_cnt {
    padding: 20px 15px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_cnt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFFFFF;
    bottom: 0;
    display: none;
  }
}
.legacy_slider_item_cnt ul {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .legacy_slider_item_cnt ul {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt ul {
    margin-left: 15px;
  }
}
.legacy_slider_item_cnt ul li {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 15px;
  list-style: disc;
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_item_cnt ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    /*padding-left: 16%;*/
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt ul li {
    font-size: 12px;
    line-height: 22px !important;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .legacy_slider_item_cnt ul li {
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_cnt ul li br {
    display: none;
  }
}
.legacy_slider_item_cnt h3 {
  font-size: 40px;
  line-height: 40px;
  color: #383185;
  font-family: Poppins-Medium;
  /*margin: 0px 0px 50px;*/
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_cnt h3 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
    margin: 10px 0px 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_item_cnt h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_cnt h3 {
    visibility: inherit;
    opacity: 1;
    font-family: Poppins-Semibold;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.legacy_slider_item_cnt_para {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_cnt_para {
    visibility: inherit;
    opacity: 1;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt_para {
    margin-top: 10px;
  }
}
.legacy_slider_item_cnt_para p {
  font-size: 24px;
  line-height: 40px;
  /*color: $white;*/
  font-family: Poppins-Medium;
  margin-top: 25px;
  margin-bottom: 35px;
  /*padding-left: 17%;*/
  /*padding-left: 31%;*/
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_cnt_para p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 25px;
    /*padding-left: 13%;*/
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_item_cnt_para p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    /*padding-left: 16%;*/
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_cnt_para p {
    font-size: 14px;
    line-height: 24px !important;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .legacy_slider_item_cnt_para p {
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_cnt_para p br {
    display: none;
  }
}
.legacy_slider_item_cnt_para p a {
  color: #383185;
}
.legacy_slider_item_cnt_para p:last-child {
  margin-bottom: 0;
}
.legacy_slider_item_imgblk {
  position: relative;
  height: 100vh;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  /* @include breakpoint(1440) {
     width: 580px;
     height: auto;
     margin-top: 10px;
   }
   */
  /* &:after{
     content:'';
     position: absolute;
     width: 0%;
     height: 6px;
     background-color: $blue;
     bottom: 0;
   }*/
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_imgblk.bgpos img {
    object-position: top center;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_imgblk.mob-bgpos img {
    object-position: top center;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_imgblk {
    height: 60vh;
    visibility: inherit;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_slider_item_imgblk {
    height: 55vh;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_item_imgblk {
    height: 47vh;
    background-position: top center;
  }
}
@media only screen and (max-width: 375px) {
  .legacy_slider_item_imgblk {
    height: 40vh;
  }
}
.legacy_slider_item_imgblk:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #FFFFFF;
  bottom: 0;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .legacy_slider_item_imgblk:before {
    display: none;
  }
}
.legacy_slider_item_imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /*border:10px solid $white;*/
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_imgblk img {
    /*width: 365px !important;
    border:5px solid $white;*/
  }
}
.legacy_slider_item_quote {
  position: absolute;
  /*bottom: 150px;*/
  top: 76%;
  color: #FFFFFF;
  max-width: 60%;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_quote {
    /*bottom: 80px;*/
    top: 80%;
  }
}
.legacy_slider_item_quote_text {
  position: relative;
}
.legacy_slider_item_quote_text p {
  font-family: Poppins-Semibold;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_quote_text p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_item_quote_text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.legacy_slider_item_quote_text p span {
  position: absolute;
  top: -110px;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_quote_text p span {
    top: -115px;
  }
}
.legacy_slider_item_quote_text p span:before {
  content: url(../images/purpose/quote-icon.svg);
  position: absolute;
  transform: scale(0.3);
  /* bottom: -45px;*/
  /*   top: -130%;*/
  left: -150px;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_item_quote_text p span:before {
    /*bottom: -58px;*/
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_item_quote_text p span:before {
    transform: scale(0.25);
    /*bottom: -65px;*/
  }
}
.legacy_slider_right_nav {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
  .legacy_slider_right_nav {
    display: none;
  }
}
.legacy_slider_right_nav_year {
  transform: translateX(150px);
}
.legacy_slider_right_nav_year_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
  display: inline-flex;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_right_nav_year_wrap {
    padding: 8px 0;
  }
}
.legacy_slider_right_nav_year_wrap .right_year {
  font-size: 16px;
  line-height: initial;
  font-family: Poppins-regular;
  color: #383185;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_right_nav_year_wrap .right_year {
    font-size: 14px;
  }
}
.legacy_slider_right_nav_year_wrap .lineh {
  width: 50px;
  height: 2px;
  background: #FFFFFF;
  margin-left: 20px;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_right_nav_year_wrap .lineh {
    width: 30px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_right_nav_year_wrap .lineh {
    width: 20px;
  }
}
.legacy_slider_right_nav_year.active .right_year {
  opacity: 1;
  pointer-events: auto;
}
.legacy_slider_right_nav_year.active .lineh {
  width: 70px;
  background-color: #383185;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_right_nav_year.active .lineh {
    width: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_slider_right_nav_year.active .lineh {
    width: 30px;
  }
}
.legacy_slider_right_nav_year:hover .right_year {
  opacity: 1;
  pointer-events: auto;
}
.legacy_slider_right_nav_year:hover .lineh {
  background-color: #FFFFFF;
}
.legacy_slider_bottom_nav {
  position: absolute;
  z-index: 99;
  transform: translateY(-50%);
  bottom: 130px;
  /*left: calc(55% + 5px);*/
  right: calc(17% + 15px);
  /*opacity: 0;*/
  /*&_wrap{
      display: flex;
      justify-content: center;
      align-items: center;
      p{
        font-size: 18px;
        color: $white;
        @include breakpoint(1440){
          font-size: 16px;
        }
      }
      .current_pno{
        padding-right: 15px;
        position: relative;
        color: $theme_color;
        &:before{
          counter-increment: dots;
          content: counter(dots, decimal-leading-zero);
          position: absolute;
        }
      }
      .total_pno{
        position: relative;
        padding-left: 120px;
        &:before{
          content:'';
          position: absolute;
          top: 50%;
          left: 0;
          width: 100px;
          height: 1px;
          background-color: $white;
        }
      }
    }*/
  /*.num._01 {
      display: block;
      opacity: 0;
    }

    .num._02 {
      display: block;
      opacity: 0;
    }

    .num._03 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
    }

    .num._04 {
      display: block;
    }

    .num._05 {
      display: block;
    }

    .num._06 {
      display: block;
    }

    .num._07 {
      display: block;
    }

    .num._08 {
      display: block;
    }

    .num._09 {
      display: block;
    }

    .num._10 {
      display: block;
    }*/
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_bottom_nav {
    bottom: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .legacy_slider_bottom_nav {
    bottom: 100px;
  }
}
.legacy_slider_bottom_nav div {
  /*opacity: 1 !important;*/
  font-size: 18px;
  color: #fbea23;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_bottom_nav div {
    font-size: 16px;
  }
}
.legacy_slider_bottom_nav .count {
  position: fixed;
  left: 10%;
  top: auto;
  right: 10%;
  bottom: 5%;
  z-index: 10;
  overflow: visible;
  width: 150px;
  height: 30px;
  margin-left: 5px;
  transform: translateY(150px);
}
.legacy_slider_bottom_nav .count div {
  font-size: 18px;
  color: #383185;
  font-family: Poppins-regular;
}
.legacy_slider_bottom_nav .count div.slide-0 {
  color: #FFFFFF;
}
.legacy_slider_bottom_nav .num {
  position: fixed;
  display: block;
  left: -10px;
  animation: fromTop 200ms forwards ease-in-out;
}
.legacy_slider_bottom_nav .num.active {
  animation: fromBottom 200ms forwards ease-in-out;
}
@keyframes fromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fromTop {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
.legacy_slider_bottom_nav .current-num {
  opacity: 1;
  min-width: 200px;
}
.legacy_slider_bottom_nav .current-num span {
  padding-left: 140px;
  position: relative;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_bottom_nav .current-num span {
    padding-left: 105px;
  }
}
.legacy_slider_bottom_nav .current-num span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  /*transform: translateY(-50%);*/
  width: 100px;
  height: 1px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .legacy_slider_bottom_nav .current-num span:before {
    width: 70px;
  }
}

.legacy_title {
  margin-top: 115px;
  margin-bottom: 255px;
}
@media only screen and (max-width: 1440px) {
  .legacy_title {
    margin-top: 60px;
    margin-bottom: 155px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_title {
    overflow: hidden;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.legacy_title h1 {
  font-size: 200px;
  line-height: 250px;
  color: #383185;
  font-family: Poppins-Semibold;
  text-align: center;
  /*width: 168%;*/
  overflow: hidden;
  background: url("../images/title_animation.gif");
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .legacy_title h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_title h1 {
    font-size: 80px;
    line-height: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_title h1 {
    font-size: 62px;
    line-height: 82px !important;
    font-family: Poppins-ExtraBold;
  }
}
@media only screen and (max-width: 576px) {
  .legacy_title h1 {
    font-size: 42px;
    line-height: 62px !important;
  }
}
@media only screen and (max-width: 320px) {
  .legacy_title h1 {
    font-size: 38px;
    line-height: 58px !important;
  }
}
.legacy_title_translateleft {
  transform: translateX(-33%);
}
@media only screen and (max-width: 768px) {
  .legacy_title_translateleft {
    transform: translateX(0);
  }
}
.legacy_title_translateright {
  transform: translateX(250px);
}
@media only screen and (max-width: 768px) {
  .legacy_title_translateright {
    transform: translateX(0);
  }
}
.legacy_title_translateleftlast {
  transform: translateX(-33%);
}
@media only screen and (max-width: 768px) {
  .legacy_title_translateleftlast {
    transform: translateX(0);
  }
}
.legacy_title p {
  font-size: 24px;
  line-height: 40px;
  width: 65%;
  float: right;
  padding-right: 10%;
  margin-top: -20px;
  visibility: hidden;
  transform: translateY(40px);
}
@media only screen and (max-width: 1440px) {
  .legacy_title p {
    font-size: 18px;
    line-height: 34px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_title p {
    visibility: visible;
    transform: translateY(0);
    padding-right: 0px !important;
    width: 100%;
    padding: 0px;
  }
}
.legacy_title.second_title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
  margin-top: 125px;
}
@media only screen and (max-width: 768px) {
  .legacy_title.second_title {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.legacy_title.second_title h1 {
  clear: both;
  width: 100%;
  overflow: hidden;
  line-height: 200px;
  margin-top: -30px;
  background: url("../images/title_animation.gif");
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .legacy_title.second_title h1 {
    line-height: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy_title.second_title h1 {
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .legacy_title.second_title h1 {
    line-height: 92px;
  }
}
.legacy_title.second_title p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  padding-right: 20%;
}

.second_title_translateright {
  transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .second_title_translateright {
    transform: translateX(0);
  }
}
.second_title_translateleft {
  transform: translateX(-21%);
  margin-top: 70px !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .second_title_translateleft {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .second_title_translateleft {
    transform: translateX(0);
  }
}

/*@-webkit-keyframes showAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/
.legacy-popup-owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  /* float: right;
   margin-top: 30px;
   margin-right: calc(13% + 2px);*/
  position: absolute;
  bottom: 120px;
  right: calc(38% + 10px);
  visibility: hidden;
  opacity: 0;
  /* @include breakpoint(1440){
     margin-right: calc(14% + 2px);
   }*/
  /*@include breakpoint(1366){
    margin-right: calc(16% + 0px);*/
  /*display: inline-flex !important;*/
  margin-top: 20px;
  /*}*/
}
@media only screen and (max-width: 1366px) {
  .legacy-popup-owl-carousel .owl-nav {
    bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy-popup-owl-carousel .owl-nav {
    bottom: auto;
    right: 10%;
    visibility: inherit;
    opacity: 1;
    top: calc(100% - 90px);
  }
}
@media only screen and (max-width: 576px) {
  .legacy-popup-owl-carousel .owl-nav {
    top: 42%;
    right: 20px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 375px) {
  .legacy-popup-owl-carousel .owl-nav {
    top: calc(35% - 2px);
  }
}
@media only screen and (max-width: 360px) {
  .legacy-popup-owl-carousel .owl-nav {
    top: calc(33% + 8px);
  }
}
@media only screen and (max-width: 320px) {
  .legacy-popup-owl-carousel .owl-nav {
    top: calc(32% + 8px);
  }
}
.legacy-popup-owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #383185 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1440px) {
  .legacy-popup-owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .legacy-popup-owl-carousel .owl-nav button .fa {
    font-size: 14px;
  }
}
.legacy-popup-owl-carousel .owl-nav button:focus {
  outline: none;
}
.legacy-popup-owl-carousel .owl-nav button:hover {
  background-color: #FFFFFF !important;
  color: #383185 !important;
  box-shadow: 0px 0px 30px 0px rgba(43, 43, 43, 0.03);
}
.legacy-popup-owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}
@media only screen and (max-width: 1366px) {
  .legacy-popup-owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
  }
}
.legacy-popup-owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.legacy-popup-owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.legacy-popup-owl-carousel .owl-nav button .fa {
  transition: all 300ms ease-in-out;
}

/*.slide02{
  .legacy_slider_item{
    margin-top: 0;
    @include breakpoint(1440){
      margin-top: 30px;
    }
    @include breakpoint(1366){
      margin-top: 0px;
    }
  }
}*/
.play_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fbea23;
  box-shadow: 0px 0px 38.7px 4.3px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99;
  bottom: 110px;
  left: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /*&:before{
    content:'';
    border:2px solid $blue;
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    @include breakpoint(1440){
      width: 40px;
      height: 40px;
    }
  }*/
  /*&:hover{

  }*/
}
@media only screen and (max-width: 1440px) {
  .play_btn {
    width: 45px;
    height: 45px;
    left: calc(50% - 23px);
    bottom: 105px;
  }
}
@media only screen and (max-width: 1366px) {
  .play_btn {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .play_btn {
    display: none;
  }
}
.play_btn:before {
  /*  content:'';
    overflow: hidden;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: $theme_color;
    box-shadow: inset 0 0 0 2px $blue;  
    position: absolute;*/
}
.play_btn:after {
  /* content:'';
   overflow: hidden;
   width: 66px;
   height: 66px;
   border-radius: 50%;
   background: $theme_color;
   box-shadow: inset 0 0 0 2px $white;  
   position: absolute;
   border-radius: 100%;
   box-shadow: none;*/
}
.play_btn_svg {
  transform: scale(0.9);
}
.play_btn_play {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 400ms ease-in-out;
  /*&.active{
    opacity: 0;
  }*/
}
.play_btn_play:after {
  content: "\f04b";
  font-family: fontAwesome;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383185;
  /*font-size: 20px;*/
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .play_btn_play:after {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .play_btn_play:after {
    font-size: 14px;
  }
}
.play_btn_pause {
  position: absolute;
  cursor: pointer;
  opacity: 1;
  pointer-events: none;
  z-index: 99;
  transition: opacity 400ms ease-in-out;
  /* &:after{
     content:'';
     width: 1px;
     height: 10px;
     border-left: 2px solid $blue;
     margin-left: 10px;
     cursor: pointer;
   }
   &:before{
     content:'';
     width: 1px;
     height: 10px;
     border-left: 2px solid $blue;
     cursor: pointer;
   }*/
}
.play_btn_pause:after {
  content: "\f04c";
  font-family: fontAwesome;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383185;
  /*font-size: 20px;*/
}
@media only screen and (max-width: 1440px) {
  .play_btn_pause:after {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .play_btn_pause:after {
    font-size: 14px;
  }
}
.play_btn.active .play_btn_play:after {
  opacity: 1;
}
.play_btn.active .play_btn_pause {
  opacity: 0;
}

.cycle_logos {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .cycle_logos {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle_logos {
    margin-bottom: 30px;
  }
}
.cycle_logos h1 {
  font-size: 58px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .cycle_logos h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cycle_logos h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle_logos h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 375px) {
  .cycle_logos h1 {
    margin-bottom: 30px;
  }
}
.cycle_logos_imgblk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cycle_logos_imgblk {
    display: block;
    text-align: center;
  }
}
.cycle_logos_imgblk img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cycle_logos_imgblk img {
    width: auto;
    height: 150px;
    margin: 20px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle_logos_imgblk img {
    margin: 0;
    margin-bottom: 30px;
  }
}

/*@keyframes border{
  0% {
    box-shadow: 60px -60px 0 2px $blue;
  }
  25% {
    box-shadow: 0 -125px 0 2px $blue;
  }
  50% {
    box-shadow: 0 -125px 0 2px $blue;
  }
  75% {
    box-shadow: 0 -125px 0 2px $blue;
  }
  100% {
    box-shadow: 0 -125px 0 2px $blue;
  } 
}*/
/*.circleanimate {
      stroke-dasharray: 227;
      stroke-dashoffset: 0;
      animation-name: rotate;
      animation-duration: 4s;
      animation-direction: forwards;
      animation-timing-function: linear;
    }

@keyframes rotate {
  to {
    stroke-dashoffset: 227;
  }
}*/
@media only screen and (max-width: 768px) {
  .page-id-460 .pad-right {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .pad-right {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .legacy_title p {
    padding: 0 50px;
    margin: 50px 0;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .page-id-460 .legacy_title p {
    padding: 0 15px;
    padding-right: 15px !important;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .page-id-460 .legacy_title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .second_title {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .second_title p {
    margin: 0;
    margin-bottom: 25px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .second_title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .profile_wrap_cnt {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .profile_wrap_cnt {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .tile-container .btn_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-460 .tile-container a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .tile-container a {
    padding-right: 0 !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .tile-container a:before {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .tile-container a:after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .tile-container a .btn_arrow {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .page-id-460 .tile-container a .btn_arrow:after {
    display: none;
  }
}

.overflowhidden {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/************************ Careers Page styles ***********************/
.scroll_container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /*overflow-y: hidden;*/
}
.scroll_container .space-holder {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder {
    height: 780vh !important;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder {
    height: 768vh !important;
  }
}
@media only screen and (max-width: 375px) {
  .scroll_container .space-holder {
    height: 774vh !important;
  }
}
@media only screen and (max-width: 360px) {
  .scroll_container .space-holder {
    height: 788vh !important;
  }
}
.scroll_container .space-holder .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  margin-left: 180px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky {
    margin: 0 50px;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky {
    margin: 0 15px;
  }
}
.scroll_container .space-holder .sticky .pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*padding-right: 180px;*/
  padding-right: 60px;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky .pin-wrap {
    display: block;
    height: auto;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div {
  width: 610px;
  height: 610px;
  background-color: #fbea23;
  margin-left: 30px;
  font-size: 28px;
  line-height: 48px;
  color: #2b2b2b;
  font-family: Poppins-regular;
  padding: 150px 80px 0 80px;
  position: relative;
  text-align: center;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_div {
    width: 420px;
    height: 420px;
    font-size: 22px;
    line-height: 42px;
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky .pin-wrap_div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100vw - 110px);
    height: 50vh;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div {
    width: calc(100vw - 30px);
    margin-bottom: 30px;
    padding: 60px 0 0 0;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6), .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(10) {
  background-color: #fbea23;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) p, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(10) p {
  color: #2b2b2b;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) p span.inview, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(10) p span.inview {
  background-image: linear-gradient(180deg, transparent 67%, #FFFFFF 0);
  animation: bgGradientAnim 1s ease-in-out;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) .pin-wrap_div_imgblk, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(10) .pin-wrap_div_imgblk {
  background-color: #383185;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(3), .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6), .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(8), .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(11) {
  background-color: #383185;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(3) p, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) p, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(8) p, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(11) p {
  color: #FFFFFF;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(3) p span.inview, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) p span.inview, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(8) p span.inview, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(11) p span.inview {
  background-image: linear-gradient(180deg, transparent 67%, #282360 0);
  animation: bgGradientAnim 1s ease-in-out;
}
.scroll_container .space-holder .sticky .pin-wrap_div:nth-child(3) .pin-wrap_div_imgblk, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(6) .pin-wrap_div_imgblk, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(8) .pin-wrap_div_imgblk, .scroll_container .space-holder .sticky .pin-wrap_div:nth-child(11) .pin-wrap_div_imgblk {
  background-color: #fbea23;
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #383185;
  margin: 0 auto;
  margin-bottom: 50px;
  z-index: 100;
  transform: scale(1);
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_div_imgblk {
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div_imgblk {
    transform: scale(0.7);
    margin-bottom: 20px;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner {
  width: 100%;
  height: 100%;
  /*background-image: url('../images/careers/equality.svg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: scale(0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.eo {
  background-image: url("../images/careers/career-1.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.wlb {
  background-image: url("../images/careers/career-2.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.oni {
  background-image: url("../images/careers/career-3.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.tcp {
  background-image: url("../images/careers/career-4.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.eft {
  background-image: url("../images/careers/career-5.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.sid {
  background-image: url("../images/careers/career-6.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.oc {
  background-image: url("../images/careers/career-7.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.ea {
  background-image: url("../images/careers/career-8.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div_imgblk_inner.wo {
  background-image: url("../images/careers/career-9.svg");
}
.scroll_container .space-holder .sticky .pin-wrap_div p {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div p {
    font-size: 16px;
    line-height: 26px;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div p span {
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
.scroll_container .space-holder .sticky .pin-wrap_div p span.inview {
  background-image: linear-gradient(180deg, transparent 67%, #fff 0);
  animation: bgGradientAnim 1s ease-in-out;
}
.scroll_container .space-holder .sticky .pin-wrap_div:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}
.scroll_container .space-holder .sticky .pin-wrap_div:hover .pin-wrap_div_imgblk {
  /*&_circle{
  	animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
  }*/
  animation: pulse 2s infinite;
}
.scroll_container .space-holder .sticky .pin-wrap_div:first-child {
  margin-left: 0;
  position: relative;
}
.scroll_container .space-holder .sticky .pin-wrap_div:last-child {
  background-color: transparent;
  pointer-events: none;
  /*width: 670px;*/
  /*margin-right: 60px;*/
  /*@include breakpoint(1440){
  	margin-right: 0;
  }
  @include breakpoint(1366){
  	margin-right: 30px;
  }*/
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_div:last-child {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .scroll_container .space-holder .sticky .pin-wrap_div:last-child {
    margin-right: 35px;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div:last-child:hover {
  box-shadow: none;
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag {
  width: 100%;
  height: 25%;
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag:before {
  top: 120%;
  left: 30px;
  left: calc(50% + 0px);
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag:before {
    display: none;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag:after {
  top: 120%;
  left: 30px;
  left: calc(50% + 0px);
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag:after {
    display: none;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_arrow {
  top: 120%;
  left: 0;
  left: calc(50% - 30px);
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_arrow {
    display: none;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_arrow:after {
  top: 120%;
  left: 40px;
  left: calc(50% + 20px);
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_arrow:after {
    display: none;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_text {
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_text {
    font-size: 42px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_div.article_bg .link_tag .btn_text {
    font-size: 24px;
    line-height: 34px;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_div.article_bg:hover .btn_text {
  color: #fbea23;
  transform: translateX(0);
}
.scroll_container .space-holder .sticky .pin-wrap_firstdiv {
  width: 390px;
  margin-right: 115px;
  position: relative;
  top: -16%;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    width: 290px;
    top: -15%;
  }
}
@media only screen and (max-width: 1366px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    top: -18%;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    width: calc(100vw - 100px);
    margin-right: 0;
    top: 0;
    margin: 50px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv {
    margin: 30px 0;
    width: calc(100vw - 30px);
  }
}
.scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 {
  font-size: 58px;
  line-height: 72px;
  letter-spacing: 0.01em;
  color: #383185;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv h1 br {
    display: none;
  }
}
.scroll_container .space-holder .sticky .pin-wrap_firstdiv p {
  font-size: 24px;
  line-height: 40px;
  color: #383185;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .pin-wrap_firstdiv p {
    font-size: 18px;
    line-height: 32px;
  }
}
.scroll_container .space-holder .sticky .horizontal {
  position: absolute;
  height: 100%;
  will-change: transform;
  padding-left: 490px;
}
@media only screen and (max-width: 1440px) {
  .scroll_container .space-holder .sticky .horizontal {
    padding-left: 450px;
  }
}
@media only screen and (max-width: 1366px) {
  .scroll_container .space-holder .sticky .horizontal {
    padding-left: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_container .space-holder .sticky .horizontal {
    padding-left: 0;
  }
}
.scroll_container .space-holder .sticky.cards {
  position: relative;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.scroll_container .space-holder .sticky.cards:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-color: #FFFFFF;
}

/*.page-id-470{
	.topics_wrap{
		display: flex;
	}
}*/
/*@keyframes glow {
  0% {
    box-shadow: 0px 0px 0px 0px $white;
  }
  100% {
    box-shadow: 0px 0px 45px 15px $white;
  }
}*/
@keyframes scaleIn {
  from {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  /*0% {
  	transform: scale(1);
  	box-shadow: 0 0 0 0 rgba(255,255,255, 1);
  }

  70% {
  	transform: scale(1);
  	box-shadow: 0 0 0 40px rgba(255,255,255, 0);

  }
  100% {
  	transform: scale(1);
  	box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }*/
  from {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  to {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 1440px) {
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
}
.button-hold {
  position: absolute;
  color: white;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}
.button-hold:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #383185;
  border-radius: 100%;
  z-index: 0;
  width: 24vw;
  height: 24vw;
  top: -5vw;
  left: -5vw;
  transform-origin: center;
  animation-name: hold;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform: scale(0);
}
.button-hold:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(106, 209, 227, 0.3);
  border-radius: 100%;
  z-index: 0;
  width: 24vw;
  height: 24vw;
  top: -5vw;
  left: -5vw;
  transform-origin: center;
  animation-name: hold;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform: scale(0);
  animation-delay: 172ms;
}
.button-hold .outter-background {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 172ms ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #6AD1E3;
  border-radius: 100%;
}
.button-hold .border {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
.button-hold .inner-background {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 172ms ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.button-hold .inner-background-active {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 172ms ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

@keyframes hold {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.career_title {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .career_title {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 576px) {
  .career_title {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.career_title h1.legacy_title_translateleft {
  line-height: 240px;
}
@media only screen and (max-width: 1440px) {
  .career_title h1.legacy_title_translateleft {
    line-height: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .career_title h1.legacy_title_translateleft {
    transform: translateX(-40%);
  }
}
@media only screen and (max-width: 768px) {
  .career_title h1.legacy_title_translateleft {
    transform: translateX(0px) !important;
  }
}
.career_title h1.legacy_title_translateright {
  line-height: 220px;
}
@media only screen and (max-width: 1440px) {
  .career_title h1.legacy_title_translateright {
    line-height: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .career_title h1.legacy_title_translateright {
    transform: translateX(250px);
  }
}
@media only screen and (max-width: 768px) {
  .career_title h1.legacy_title_translateright {
    transform: translateX(0px) !important;
  }
}

.article_link {
  display: block;
  background: #383185;
  margin-left: 25px;
  transition: all 400ms ease-in-out;
  box-shadow: inset 0px 0px 0px 15px transparent;
}
@media only screen and (max-width: 1440px) {
  .article_link {
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .article_link {
    margin-left: 0;
  }
}
.article_link:hover {
  /*border:15px solid $theme_color;*/
  box-shadow: inset 0px 0px 0px 15px #fbea23;
}
.article_link:hover .link_tag:before {
  opacity: 0;
  transform: translate(10px, -50%) scale(1.2);
}
.article_link:hover .link_tag:after {
  opacity: 1;
  transform: translate(10px, -50%) scale(1);
}
.article_link:hover .link_tag .btn_text {
  color: #fbea23 !important;
}
.article_link:hover .link_tag .btn_arrow {
  transform: translateX(10px);
}

.horizontal_wrap {
  margin-bottom: 105px;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap {
    margin-bottom: 75px;
  }
}
.horizontal_wrap_title h3 {
  font-size: 42px;
  line-height: 62px;
  text-align: center;
  color: #383185;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.horizontal_wrap_slide .owl-item:nth-child(1) li {
  background-color: #fbea23;
}
.horizontal_wrap_slide .owl-item:nth-child(1) li .horizontal_wrap_slide_item_imgblk {
  background-color: #383185;
}
.horizontal_wrap_slide .owl-item:nth-child(1) li .horizontal_wrap_slide_item_title p {
  color: #2b2b2b;
}
.horizontal_wrap_slide .owl-item:nth-child(1) li .horizontal_wrap_slide_item_title p span {
  font-weight: bold;
}
.horizontal_wrap_slide .owl-item:nth-child(4) li {
  background-color: #fbea23;
}
.horizontal_wrap_slide .owl-item:nth-child(4) li .horizontal_wrap_slide_item_imgblk {
  background-color: #383185;
}
.horizontal_wrap_slide .owl-item:nth-child(4) li .horizontal_wrap_slide_item_title p {
  color: #2b2b2b;
}
.horizontal_wrap_slide .owl-item:nth-child(4) li .horizontal_wrap_slide_item_title p span {
  font-weight: bold;
}
.horizontal_wrap_slide .owl-item:nth-child(7) li {
  background-color: #fbea23;
}
.horizontal_wrap_slide .owl-item:nth-child(7) li .horizontal_wrap_slide_item_imgblk {
  background-color: #383185;
}
.horizontal_wrap_slide .owl-item:nth-child(7) li .horizontal_wrap_slide_item_title p {
  color: #2b2b2b;
}
.horizontal_wrap_slide .owl-item:nth-child(7) li .horizontal_wrap_slide_item_title p span {
  font-weight: bold;
}
.horizontal_wrap_slide .owl-item:nth-child(10) li {
  background-color: #fbea23;
}
.horizontal_wrap_slide .owl-item:nth-child(10) li .horizontal_wrap_slide_item_imgblk {
  background-color: #383185;
}
.horizontal_wrap_slide .owl-item:nth-child(10) li .horizontal_wrap_slide_item_title p {
  color: #2b2b2b;
}
.horizontal_wrap_slide .owl-item:nth-child(10) li .horizontal_wrap_slide_item_title p span {
  font-weight: bold;
}
.horizontal_wrap_slide .owl-item:nth-child(12) li {
  background-color: #fbea23;
}
.horizontal_wrap_slide .owl-item:nth-child(12) li .horizontal_wrap_slide_item_imgblk {
  background-color: #383185;
}
.horizontal_wrap_slide .owl-item:nth-child(12) li .horizontal_wrap_slide_item_title p {
  color: #2b2b2b;
}
.horizontal_wrap_slide .owl-item:nth-child(12) li .horizontal_wrap_slide_item_title p span {
  font-weight: bold;
}
.horizontal_wrap_slide_item {
  width: calc(100% - 100px);
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #383185;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_slide_item {
    margin-top: 30px;
    width: calc(100% - 30px);
  }
}
.horizontal_wrap_slide_item a {
  display: block;
}
.horizontal_wrap_slide_item_imgblk {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fbea23;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_slide_item_imgblk {
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
  }
}
.horizontal_wrap_slide_item_imgblk_inner {
  width: 60%;
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.horizontal_wrap_slide_item_imgblk_inner.eo {
  background-image: url("../images/careers/career-1.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.wlb {
  background-image: url("../images/careers/career-2.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.oni {
  background-image: url("../images/careers/career-3.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.tcp {
  background-image: url("../images/careers/career-4.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.eft {
  background-image: url("../images/careers/career-5.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.sid {
  background-image: url("../images/careers/career-6.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.oc {
  background-image: url("../images/careers/career-7.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.ea {
  background-image: url("../images/careers/career-8.svg");
}
.horizontal_wrap_slide_item_imgblk_inner.wo {
  background-image: url("../images/careers/career-9.svg");
}
.horizontal_wrap_slide_item_gif {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.horizontal_wrap_slide_item_title p {
  font-size: 32px;
  line-height: 52px;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_slide_item_title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .horizontal_wrap_slide_item_title p {
    font-size: 16px;
    line-height: 26px;
  }
}
.horizontal_wrap_slide_item_title h1 {
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_slide_item_title h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 320px) {
  .horizontal_wrap_slide_item_title h1 {
    font-size: 21px;
    line-height: 32px;
  }
}
.horizontal_wrap_slide .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 102%;
  right: 50px;
}
@media only screen and (max-width: 576px) {
  .horizontal_wrap_slide .owl-nav {
    top: 101%;
    right: 15px;
  }
}
.horizontal_wrap_slide .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fbea23 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.horizontal_wrap_slide .owl-nav button .fa {
  font-size: 14px;
}
.horizontal_wrap_slide .owl-nav button:focus {
  outline: none;
}
.horizontal_wrap_slide .owl-nav .owl-prev {
  margin-right: 20px;
}
.horizontal_wrap_slide .owl-nav .owl-prev.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.horizontal_wrap_slide .owl-nav .owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.certified_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .certified_wrap {
    flex-direction: column-reverse;
    display: flex;
    text-align: center;
  }
}
.certified_wrap h1 {
  font-size: 58px;
  line-height: 72px;
  letter-spacing: 0.01em;
  color: #383185;
  display: table;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .certified_wrap h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap h1 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .certified_wrap h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 320px) {
  .certified_wrap h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap h1 br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap h1.title {
    background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  }
}
.certified_wrap h1.inview {
  transition: width 1s ease-in-out;
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 1s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .certified_wrap h1.inview {
    background-position: -5px -10px;
    background-image: linear-gradient(180deg, transparent 75%, #fbea23 0);
  }
}
.certified_wrap_text {
  margin-right: calc(8% + 10px);
  padding-top: 3%;
}
@media only screen and (max-width: 768px) {
  .certified_wrap_text {
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.certified_wrap_text_link {
  margin-top: 90px;
}
@media only screen and (max-width: 1440px) {
  .certified_wrap_text_link {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .certified_wrap_text_link {
    margin-top: 25px;
  }
}
.certified_wrap_text_link .link_tag {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .certified_wrap_text_link .link_tag {
    left: 50%;
    transform: translateX(-50%);
    padding-right: 45px;
  }
}
.certified_wrap_text_link .link_tag .btn_text {
  bottom: 3px;
}
.certified_wrap_text_link .link_tag .btn_arrow {
  background: #2b2b2b;
}
.certified_wrap_text_link .link_tag .btn_arrow:after {
  border-left: 5px solid #2b2b2b;
}
.certified_wrap_text_link .link_tag:before {
  border: 1px solid #2b2b2b;
}
.certified_wrap_text_link .link_tag:after {
  border: 1px solid #2b2b2b;
}
.certified_wrap_img img {
  width: 280px;
}
@media only screen and (max-width: 1440px) {
  .certified_wrap_img img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap_img img {
    width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .certified_wrap_img img {
    width: 100px;
  }
}
.certified_wrap_modal .modal-dialog {
  max-width: inherit;
  margin: 0;
  background-color: #383185;
  height: 100%;
}
.certified_wrap_modal .modal-dialog .modal-content {
  background-color: #383185;
  border: none;
  border-radius: 0;
}
.certified_wrap_modal .modal-dialog .modal-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
  align-items: flex-end;
  border-radius: 0 !important;
  justify-content: flex-end;
  position: fixed;
  right: 20px;
  top: 20px;
  background-color: #383185;
}
@media only screen and (max-width: 576px) {
  .certified_wrap_modal .modal-dialog .modal-header {
    right: 10px;
    top: 10px;
  }
}
.certified_wrap_modal .modal-dialog .modal-body {
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 1440px) {
  .certified_wrap_modal .modal-dialog .modal-body {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .certified_wrap_modal .modal-dialog .modal-body {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap_modal .modal-dialog .modal-body {
    padding: 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .certified_wrap_modal .modal-dialog .modal-body {
    margin-top: 20%;
  }
}
.certified_wrap_modal .modal-dialog .modal-body img {
  max-height: calc(100vh - 120px);
}
@media only screen and (max-width: 1440px) {
  .certified_wrap_modal .modal-dialog .modal-body img {
    max-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .certified_wrap_modal .modal-dialog .modal-body img {
    max-height: inherit;
    width: auto;
    height: 90vh;
    padding: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .certified_wrap_modal .modal-dialog .modal-body img {
    width: 100%;
    height: auto;
    padding: 0 15px;
  }
}

/************************ News Page styles ***********************/
.press_release_wrap {
  padding-top: 95px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.press_release_wrap_sticky {
  max-height: calc(100vh - 100px);
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_sticky {
    max-height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_sticky {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_sticky {
    margin-bottom: 30px;
  }
}
.press_release_wrap_sticky img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 100px);
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_sticky img {
    max-height: calc(100vh - 70px);
  }
}
.press_release_wrap_sticky_item {
  position: relative;
  min-height: calc(100vh - 100px);
  /*box-shadow: inset -4px -50px 100px -7px #000000;
  -webkit-box-shadow: inset -4px -50px 100px -7px #000000;
  -moz-box-shadow: inset -4px -50px 100px -7px #000000;
  -o-box-shadow: inset -4px -50px 100px -7px #000000;*/
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_sticky_item {
    min-height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 1024px) {
  .press_release_wrap_sticky_item {
    min-height: calc(50vh - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_sticky_item {
    min-height: calc(70vh - 70px);
  }
}
.press_release_wrap_sticky_item_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.press_release_wrap_sticky_item_thumbnail.thumbnail_one {
  background-image: url(../images/press_release/pr-1.jpg);
}
.press_release_wrap_sticky_item_thumbnail.thumbnail_two {
  background-image: url(../images/press_release/pr-2.jpg);
}
.press_release_wrap_sticky_item_thumbnail.thumbnail_three {
  background-image: url(../images/press_release/pr-3.jpg);
}
.press_release_wrap_sticky_item_thumbnail.bg_center {
  background-position: center center;
}
.press_release_wrap_sticky_item_thumbnail.bg_bottom {
  background-position: bottom center;
}
.press_release_wrap_sticky_item_thumbnail.bg_10 {
  background-position: 100% 10%;
}
.press_release_wrap_sticky_item_thumbnail.bg_20 {
  background-position: 100% 20%;
}
.press_release_wrap_sticky_item_thumbnail.bg_30 {
  background-position: 100% 30%;
}
.press_release_wrap_sticky_item_thumbnail.bg_40 {
  background-position: 100% 40%;
}
.press_release_wrap_sticky_item_thumbnail.bg_50 {
  background-position: 100% 50%;
}
.press_release_wrap_sticky_item_cnt {
  position: absolute;
  bottom: 120px;
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_sticky_item_cnt {
    bottom: 50px;
  }
}
.press_release_wrap_sticky_item_cnt a {
  cursor: grab;
}
.press_release_wrap_sticky_item_cnt a h1 {
  color: #FFFFFF;
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  padding: 0 10%;
  font-family: Poppins-Semibold;
  /*text-align: center;*/
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_sticky_item_cnt a h1 {
    font-size: 32px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_sticky_item_cnt a h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .press_release_wrap_sticky_item_cnt a h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.press_release_wrap_sticky_item_cnt p {
  font-size: 18px;
  line-height: 34px;
  font-family: Poppins-regular;
  margin-top: 20px;
  color: #FFFFFF;
}
.press_release_wrap_sticky_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  z-index: 2;
}
.press_release_wrap_sticky .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: left;
  padding: 0 10%;
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_sticky .owl-dots {
    bottom: 20px;
  }
}
.press_release_wrap_sticky .owl-dots .owl-dot {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  position: relative;
}
.press_release_wrap_sticky .owl-dots .owl-dot:focus {
  outline: none;
}
.press_release_wrap_sticky .owl-dots .owl-dot:before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.press_release_wrap_sticky .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -10px;
  left: 0;
}
.press_release_wrap_sticky .owl-dots .owl-dot.active {
  background-color: #fbea23;
}
.press_release_wrap_newslist {
  /*columns: 2;
  	    column-gap: 30px;
  	    padding: 0 35px;*/
  margin-left: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .press_release_wrap_newslist {
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist {
    margin: 0;
    margin-top: 30px;
  }
}
.press_release_wrap_newslist.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.press_release_wrap_newslist.animatedFadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}
.press_release_wrap_newslist a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist a:last-child .press_release_wrap_newslist_masonry_cnt {
    margin-bottom: 0;
  }
}
.press_release_wrap_newslist_title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_title {
    margin-bottom: 20px;
  }
}
.press_release_wrap_newslist_title p {
  font-size: 16px;
  line-height: 34px;
  color: #383185;
  font-family: Poppins-Semibold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.press_release_wrap_newslist_masonry {
  margin-bottom: 80px;
  transition: all 400ms ease;
  /*display: inline-block;
   page-break-inside: avoid;
    		display: table;*/
  box-sizing: border-box;
  display: inline;
  width: 47%;
  /*margin-bottom: 30px;*/
  /*margin-right: 30px;*/
  /*  &:nth-of-type(2n){
    	margin-right: 30px;
    }*/
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_masonry {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .press_release_wrap_newslist_masonry {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist_masonry {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_newslist_masonry {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-bottom: 20px;
  }
}
.press_release_wrap_newslist_masonry_imgblk {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_masonry_imgblk {
    margin-bottom: 10px;
  }
}
.press_release_wrap_newslist_masonry_imgblk img {
  width: 100%;
  height: auto;
  transition: all 400ms ease;
}
.press_release_wrap_newslist_masonry_cat p {
  font-size: 14px;
  color: #383185;
  font-family: Poppins-Semibold;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist_masonry_cnt {
    margin: 70px 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_newslist_masonry_cnt {
    margin: 30px 0;
  }
}
.press_release_wrap_newslist_masonry_cnt h1 {
  font-size: 24px;
  line-height: 34px;
  color: #383185;
  font-family: Poppins-Semibold;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
  margin: 20px 0;
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_masonry_cnt h1 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist_masonry_cnt h1 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 40px;
    background-image: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_newslist_masonry_cnt h1 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .press_release_wrap_newslist_masonry_cnt h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.press_release_wrap_newslist_masonry_cnt p {
  font-size: 18px;
  line-height: 34px;
  font-family: Poppins-regular;
  margin-top: 20px;
  /*&:first-child{
  			margin-top: 20px;
  			@include breakpoint(1440){
  	margin-top: 10px;
  }
  		}*/
}
@media only screen and (max-width: 1440px) {
  .press_release_wrap_newslist_masonry_cnt p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist_masonry_cnt p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap_newslist_masonry_cnt p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.press_release_wrap_newslist_masonry:hover {
  /*opacity: 0.7;*/
}
.press_release_wrap_newslist_masonry:hover .press_release_wrap_newslist_masonry_imgblk img {
  transform: translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .press_release_wrap_newslist_masonry:hover .press_release_wrap_newslist_masonry_imgblk img {
    transform: translateY(0px);
  }
}
.press_release_wrap_newslist_masonry:hover .press_release_wrap_newslist_masonry_cnt h1 {
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgjobAnim 1s ease-in-out;
}

.pr_year_filter {
  position: absolute;
  right: 25px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1440px) {
  .pr_year_filter {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pr_year_filter {
    opacity: 1;
    visibility: visible;
    position: relative;
    text-align: center;
    right: 0;
    top: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .pr_year_filter {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pr_year_filter_sticky {
    position: sticky;
    top: 70px;
  }
}
.pr_year_filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.pr_year_filter .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #2b2b2b;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-family: Poppins-Bold;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.pr_year_filter .select.active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.pr_year_filter .select:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .pr_year_filter .select:hover {
    color: #2b2b2b;
  }
}
.pr_year_filter .select:hover .select-styled:after .pr_year_filter .select:hover .select-styled.active {
  border-color: #FFFFFF transparent transparent transparent;
  top: 22px;
}
.pr_year_filter .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  transition: all 0.2s ease-in;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #383185;
  color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select-styled {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select-styled {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.pr_year_filter .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 52px;
  transition: all 0.2s ease-in;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select-styled:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pr_year_filter .select-styled:hover {
    color: #FFFFFF;
  }
}
.pr_year_filter .select-styled:hover:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.pr_year_filter .select-styled:active, .pr_year_filter .select-styled.active {
  background-color: #302a72;
  color: #FFFFFF;
}
.pr_year_filter .select-styled:active:after, .pr_year_filter .select-styled.active:after {
  top: 45px;
  border-color: transparent transparent #FFFFFF transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .pr_year_filter .select-styled:active:after, .pr_year_filter .select-styled.active:after {
    border-color: transparent transparent #383185 transparent;
  }
}
.pr_year_filter .select-styled.active {
  box-shadow: none;
}
.pr_year_filter .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  width: 80px;
  z-index: 1;
  transition: all 0.2s ease-in;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 1px 1px 16px 0 rgba(193, 193, 193, 0.5);
  z-index: -2;
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select-options {
    width: 50px;
    font-size: 12px;
  }
}
.pr_year_filter .select-options li {
  margin: 0;
  padding: 12px 0;
  transition: all 0.15s ease-in;
  color: #FFFFFF;
  padding: 0;
  width: 80px;
  height: 60px;
  border-radius: 50%;
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 576px) {
  .pr_year_filter .select-options li {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.pr_year_filter .select-options li span {
  display: table;
  position: relative;
}
.pr_year_filter .select-options li span:after {
  content: "";
  width: 0%;
  height: 8px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.pr_year_filter .select-options li:hover {
  color: #383185;
}
.pr_year_filter .select-options li:hover span:after {
  width: 100%;
}
.pr_year_filter .select-options li:hover .select-styled:after {
  border-color: #FFFFFF transparent transparent transparent;
  top: 14px;
}
.pr_year_filter .select-options li[rel=hide] {
  display: none;
}

.single_press_release_wrap {
  position: relative;
}
.single_press_release_wrap_banner {
  width: 100%;
  height: 45vh;
  background: #383185;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/press_release/Press-Release-Inside-Banner.jpg");
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_banner {
    height: 55vh;
  }
}
@media only screen and (max-width: 1024px) {
  .single_press_release_wrap_banner {
    height: 35vh;
  }
}
.single_press_release_wrap_banner_cnt {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_banner_cnt {
    top: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .single_press_release_wrap_banner_cnt {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_banner_cnt {
    padding: 0 15px;
    width: 100%;
  }
}
.single_press_release_wrap_banner_cnt_title h1 {
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_banner_cnt_title h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_banner_cnt_title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.single_press_release_wrap_banner_cnt_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .single_press_release_wrap_banner_cnt_subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .single_press_release_wrap_banner_cnt_subtitle {
    display: none;
  }
}
.single_press_release_wrap_banner_cnt_subtitle p {
  font-size: 16px;
  line-height: 16px;
  color: #fbea23;
  font-family: Poppins-regular;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_banner_cnt_subtitle p {
    font-size: 12px;
    line-height: 12px;
    padding-left: 10px;
  }
}
.single_press_release_wrap_banner_cnt_subtitle p:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fbea23;
  position: absolute;
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_banner_cnt_subtitle p:after {
    right: -5px;
    top: 7px;
  }
}
.single_press_release_wrap_banner_cnt_subtitle p:last-child:after {
  display: none;
}
.single_press_release_wrap_banner_cnt_subtitle p:first-child {
  padding-left: 0;
}
.single_press_release_wrap_details {
  margin-top: 80px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .single_press_release_wrap_details {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details {
    margin: 30px 0;
  }
}
.single_press_release_wrap_details_thumbnail {
  height: calc(100vh - 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_thumbnail {
    height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 1024px) {
  .single_press_release_wrap_details_thumbnail {
    height: calc(50vh - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .single_press_release_wrap_details_thumbnail {
    height: calc(80vh - 70px);
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_thumbnail {
    height: 390px;
  }
}
.single_press_release_wrap_details_thumbnail.bg_center {
  background-position: center center;
}
.single_press_release_wrap_details_thumbnail.bg_bottom {
  background-position: bottom center;
}
.single_press_release_wrap_details_thumbnail.bg_10 {
  background-position: 100% 10%;
}
.single_press_release_wrap_details_thumbnail.bg_20 {
  background-position: 100% 20%;
}
.single_press_release_wrap_details_thumbnail.bg_30 {
  background-position: 100% 30%;
}
.single_press_release_wrap_details_thumbnail.bg_40 {
  background-position: 100% 40%;
}
.single_press_release_wrap_details_thumbnail.bg_50 {
  background-position: 100% 50%;
}
.single_press_release_wrap_details_cnt {
  padding: 0 80px;
  padding-right: 130px;
  padding-left: 80px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .single_press_release_wrap_details_cnt {
    padding: 0;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .single_press_release_wrap_details_cnt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.single_press_release_wrap_details_cnt p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.single_press_release_wrap_details_cnt h2 {
  font-size: 36px;
  line-height: 52px;
  color: #383185;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt h2 {
    font-size: 32px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.single_press_release_wrap_details_cnt h3 {
  font-size: 28px;
  line-height: 48px;
  color: #383185;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt h3 {
    font-size: 21px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.single_press_release_wrap_details_cnt h4 {
  font-size: 24px;
  line-height: 44px;
  color: #383185;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt h4 {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.single_press_release_wrap_details_cnt h5 {
  font-size: 18px;
  line-height: 38px;
  color: #383185;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt h5 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.single_press_release_wrap_details_cnt ul li {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  list-style: disc;
  margin-left: 30px;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt ul li {
    font-size: 18px;
    line-height: 34px;
  }
}
.single_press_release_wrap_details_cnt img {
  width: 100%;
  height: auto;
}
.single_press_release_wrap_details_cnt a {
  font-weight: bold;
  position: relative;
  font-weight: bold;
  position: relative;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 0px -3px;
}
.single_press_release_wrap_details_cnt a:hover {
  transition: width 1s ease-in-out;
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 1s ease-in-out;
}
.single_press_release_wrap_details_cnt table, .single_press_release_wrap_details_cnt tr, .single_press_release_wrap_details_cnt th, .single_press_release_wrap_details_cnt td {
  border: 1px solid #D7D7D7;
  padding: 5px 10px;
  font-family: Poppins-regular;
  font-size: 18px;
  color: #2b2b2b;
}
@media only screen and (max-width: 1440px) {
  .single_press_release_wrap_details_cnt table, .single_press_release_wrap_details_cnt tr, .single_press_release_wrap_details_cnt th, .single_press_release_wrap_details_cnt td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt table, .single_press_release_wrap_details_cnt tr, .single_press_release_wrap_details_cnt th, .single_press_release_wrap_details_cnt td {
    font-size: 14px;
    padding: 10px;
  }
}
.single_press_release_wrap_details_cnt table {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .single_press_release_wrap_details_cnt table {
    margin-bottom: 30px;
  }
}
.single_press_release_wrap_details_cnt td {
  padding-left: 20px;
}
.single_press_release_wrap_details_cnt th {
  font-weight: bold;
  text-align: center;
  background: #383185;
  color: #FFFFFF;
}

@media only screen and (max-width: 576px) {
  .press_release_wrap .pr_year_filter_sticky {
    order: 2;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap .col-lg-6:first-child {
    order: 1;
  }
}
@media only screen and (max-width: 576px) {
  .press_release_wrap .col-lg-6:last-child {
    order: 3;
  }
}

/************************ News Page styles ***********************/
.nrrs_news_wrap {
  margin-top: 80px;
  margin-bottom: 105px;
  /*width: calc(100% + 30px);*/
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.nrrs_news_wrap_masonry {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}
.nrrs_news_wrap_masonry.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.nrrs_news_wrap_masonry.animatedFadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap_masonry {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry {
    grid-gap: 30px;
  }
}
.nrrs_news_wrap_masonry_single {
  position: relative;
  overflow: hidden;
  height: 505px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single {
    height: 388px;
  }
}
@media only screen and (max-width: 1366px) {
  .nrrs_news_wrap_masonry_single {
    height: 365px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap_masonry_single {
    height: 80vh;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry_single {
    height: 60vh;
  }
}
.nrrs_news_wrap_masonry_single_imgblk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.nrrs_news_wrap_masonry_single_imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 400ms ease-in-out;
}
.nrrs_news_wrap_masonry_single:hover .nrrs_news_wrap_masonry_single_imgblk img {
  transform: scale(1.04);
}
.nrrs_news_wrap_masonry_single_link:hover .nrrs_news_wrap_masonry_single {
  transform: scale(1.02);
}
.nrrs_news_wrap_masonry_single_link:hover .nrrs_news_wrap_masonry_single_wrap_title h1 {
  background-image: linear-gradient(180deg, transparent 67%, #282360 0);
  animation: bgjobAnim 1s ease-in-out;
}
.nrrs_news_wrap_masonry_single_link:hover .link_tag:before {
  opacity: 0;
  transform: translate(10px, -50%) scale(1.2);
}
.nrrs_news_wrap_masonry_single_link:hover .link_tag:after {
  opacity: 1;
  transform: translate(10px, -50%) scale(1);
}
.nrrs_news_wrap_masonry_single_link:hover .link_tag .btn_text {
  transform: translateX(10px);
}
.nrrs_news_wrap_masonry_single_link:hover .link_tag .btn_arrow {
  transform: translateX(10px);
}
.nrrs_news_wrap_masonry_single_wrap {
  padding: 35px 60px;
  padding-top: 80px;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap {
    padding: 15px 40px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap_masonry_single_wrap {
    padding: 15px 20px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap_masonry_single_wrap {
    justify-content: center;
    padding: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry_single_wrap {
    /*justify-content: inherit;*/
    padding: 30px;
  }
}
.nrrs_news_wrap_masonry_single_wrap h1 {
  font-size: 24px;
  line-height: 34px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 25px;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap_masonry_single_wrap h1 {
    font-size: 32px;
    line-height: 52px;
    background-image: none;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry_single_wrap h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.nrrs_news_wrap_masonry_single_wrap p {
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-regular;
  margin-top: 35px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap p {
    font-size: 14px;
    line-height: 24px;
  }
}
.nrrs_news_wrap_masonry_single_wrap .link_tag {
  font-size: 18px;
  color: #383185;
  font-family: Poppins-regular;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry_single_wrap .link_tag {
    font-size: 16px;
  }
}
.nrrs_news_wrap_masonry_single_wrap small {
  font-size: 15px;
  line-height: 15px;
  font-family: Poppins-regular;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap small {
    font-size: 13px;
    line-height: 14px;
  }
}
.nrrs_news_wrap_masonry_single_wrap small.courtesy {
  position: relative;
  color: #FFFFFF;
}
.nrrs_news_wrap_masonry_single_wrap small.courtesy:after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap_masonry_single_wrap small.courtesy:after {
    right: -10px;
  }
}
.nrrs_news_wrap_masonry_single_wrap small.posted_date {
  position: relative;
  margin-left: 40px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap_masonry_single_wrap small.posted_date {
    margin-left: 20px;
  }
}
.nrrs_news_wrap_masonry_single_wrap_details {
  margin-bottom: 25px;
  padding-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap_details {
    padding-top: 40px;
    margin-bottom: 15px;
  }
}
.nrrs_news_wrap_masonry_single_wrap .link_tag {
  margin-top: 70px;
  /* &:after {
     border: 1px solid $white;
   }
   &:before {
     border: 1px solid $white;
   }*/
}
.nrrs_news_wrap_masonry_single_wrap .link_tag:before {
  width: 25px;
  height: 25px;
  right: -60px;
}
.nrrs_news_wrap_masonry_single_wrap .link_tag:after {
  width: 25px;
  height: 25px;
  right: -60px;
}
.nrrs_news_wrap_masonry_single_wrap .link_tag .btn_arrow {
  /*background-color: $white;*/
  width: 35px;
  right: -50px;
  /*&:after {
    border-left: 5px solid $white;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }*/
}
.nrrs_news_wrap_masonry_single_wrap_link {
  position: absolute;
  bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap_masonry_single_wrap_link {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_news_wrap_masonry_single_wrap_link {
    bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap_masonry_single_wrap_link {
    bottom: 30px;
  }
}
.nrrs_news_wrap_masonry_single_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.nrrs_news_wrap #date_filter_news_form {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_news_wrap #date_filter_news_form {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap #date_filter_news_form {
    margin-bottom: 30px;
  }
}

/*
* Custom Select styles
*/
.nrrs_news_wrap .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.nrrs_news_wrap .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #2b2b2b;
  width: 250px;
  height: 50px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
}
.nrrs_news_wrap .select:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select:hover {
    color: #2b2b2b;
  }
}
.nrrs_news_wrap .select:hover .select-styled:after .nrrs_news_wrap .select:hover .select-styled.active {
  border-color: #FFFFFF transparent transparent transparent;
  top: 22px;
}
.nrrs_news_wrap .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  transition: all 0.2s ease-in;
  border: 1px solid #D7D7D7;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select-styled {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_news_wrap .select-styled {
    padding: 8px 10px;
  }
}
.nrrs_news_wrap .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #2b2b2b transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 22px;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select-styled:after {
    top: 45%;
    right: 10px;
  }
}
.nrrs_news_wrap .select-styled:hover {
  border: 1px solid #282360;
  background-color: #352e7e;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select-styled:hover {
    color: #FFFFFF;
  }
}
.nrrs_news_wrap .select-styled:hover:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.nrrs_news_wrap .select-styled:active, .nrrs_news_wrap .select-styled.active {
  border: 1px solid #282360;
  background-color: #302a72;
  color: #FFFFFF;
}
.nrrs_news_wrap .select-styled:active:after, .nrrs_news_wrap .select-styled.active:after {
  top: 14px;
  border-color: transparent transparent #FFFFFF transparent;
}
@media only screen and (max-width: 1024px) {
  .nrrs_news_wrap .select-styled:active:after, .nrrs_news_wrap .select-styled.active:after {
    top: 45%;
    transform: translateY(-50%);
  }
}
.nrrs_news_wrap .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #302a72;
}
.nrrs_news_wrap .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #282360;
  transition: all 0.15s ease-in;
  color: #FFFFFF;
}
.nrrs_news_wrap .select-options li:hover {
  color: #383185;
  background: #fbea23;
}
.nrrs_news_wrap .select-options li:hover .select-styled:after {
  border-color: #FFFFFF transparent transparent transparent;
  top: 14px;
}
.nrrs_news_wrap .select-options li[rel=hide] {
  display: none;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.events_wrap {
  padding-top: 80px;
  padding-bottom: 105px;
  font-family: Poppins-regular;
}
.events_wrap #vsel.vsel-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.events_wrap #vsel.vsel-container .vsel-image-info {
  display: none;
}
.events_wrap #vsel.vsel-container .vsel-content {
  min-height: 350px;
  padding: 35px 50px 50px 50px;
  border: none;
  margin: 0 15px;
  margin-bottom: 30px;
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%); */
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 400ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events_wrap #vsel.vsel-container .vsel-content:nth-child(3n) {
  margin-right: 0;
}
.events_wrap #vsel.vsel-container .vsel-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background-color: #fbea23;
  transition: width 400ms ease-in-out;
}
.events_wrap #vsel.vsel-container .vsel-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 6px;
  background-color: #383185;
  transition: width 400ms ease-in-out;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta {
  width: 100%;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta .vsel-meta-title {
  font-size: 32px;
  line-height: 34px;
  font-family: Poppins-Semibold;
  color: #383185;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta p.vsel-meta-single-date {
  margin-top: 20px;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta p.vsel-meta-link {
  margin-top: 40px;
  border-top: 1px solid #D7D7D7;
}
.events_wrap #vsel.vsel-container .vsel-content .vsel-meta a {
  font-size: 24px;
  line-height: 44px;
  position: relative;
  transition: all 400ms ease-in-out;
  color: #383185;
  padding-top: 10px;
  display: block;
}
.events_wrap #vsel.vsel-container .vsel-content:hover:after {
  width: 100%;
}
.events_wrap #vsel.vsel-container .vsel-content:hover h3 {
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgjobAnim 1s ease-in-out;
}

.event_title {
  margin-bottom: 105px;
}
@media only screen and (max-width: 1024px) {
  .event_title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .event_title {
    margin-bottom: 30px;
  }
}

.bor-top {
  border-top: 1px solid #dbdbdb;
}

.category_news {
  position: relative;
  padding: 105px 0;
}
@media only screen and (max-width: 768px) {
  .category_news {
    padding: 50px 0;
  }
}
.category_news_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category_news_list_single {
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: flex-end;
}
@media only screen and (max-width: 820px) {
  .category_news_list_single {
    display: block;
  }
}
.category_news_list_single_imgblk {
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .category_news_list_single_imgblk {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .category_news_list_single_imgblk {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .category_news_list_single_imgblk {
    width: calc(100% - 40px);
    height: 300px;
  }
}
.category_news_list_single_cnt {
  position: relative;
  margin: 0 0 0 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .category_news_list_single_cnt {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .category_news_list_single_cnt {
    margin: 40px 50px;
  }
}
@media only screen and (max-width: 576px) {
  .category_news_list_single_cnt {
    padding-bottom: 50px;
    margin: 0 20px;
    margin-top: 30px;
  }
}
.category_news_list_single_cnt:after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbea23;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category_news_list_single_cnt_meta {
  margin-bottom: 15px;
}
.category_news_list_single h2 {
  font-size: 24px;
  line-height: 40px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 576px) {
  .category_news_list_single h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.category_news_list_single h2 a {
  transition: all 0ms ease-in-out;
}
.category_news_list_single h2 a span {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
.category_news_list_single h2:hover a span {
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 800ms ease-in-out;
}
@media only screen and (max-width: 576px) {
  .category_news_list_single h2:hover a span {
    background-image: inherit;
  }
}
.category_news_list_single p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 576px) {
  .category_news_list_single p {
    font-size: 16px;
    line-height: 26px;
  }
}
.category_news_list_single p span {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  padding-right: 30px;
  color: #777777;
}
.category_news_list_single p span:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #777777;
  top: 0;
  right: 0;
}
.category_news_list_single p span:last-child {
  padding-left: 30px;
  padding-right: 0;
}
.category_news_list_single:nth-child(even) {
  margin-left: 50px;
}
.category_news_list_single:nth-child(even) .category_news_list_single_cnt {
  padding-right: 0;
}
.category_news_list_single .link_tag {
  margin-top: 40px;
}

.news_grid_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  width: calc(100% - 120px);
  width: 82%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .news_grid_layout {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1024px) {
  .news_grid_layout {
    width: calc(100% - 100px);
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .news_grid_layout {
    width: 100%;
  }
}
.news_grid_layout .col-lg-10 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
.news_grid_layout .container-fluid {
  padding-right: 25px !important;
}
@media only screen and (max-width: 1024px) {
  .news_grid_layout .container-fluid {
    padding-right: 0px !important;
  }
}
.news_grid_layout .container-fluid:nth-child(2) {
  padding-right: 0 !important;
  padding-left: 25px !important;
}
@media only screen and (max-width: 1024px) {
  .news_grid_layout .container-fluid:nth-child(2) {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .news_grid_layout .container-fluid:nth-child(2) .category_news {
    padding-top: 0;
  }
}
.news_grid_layout .category_news.div_wrap {
  width: 100%;
}
.news_grid_layout .category_news_list_single_imgblk {
  width: 350px;
  height: 350px;
}
@media only screen and (max-width: 1440px) {
  .news_grid_layout .category_news_list_single_imgblk {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_grid_layout .category_news_list_single_imgblk {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .news_grid_layout .category_news_list_single_imgblk {
    width: 350px;
    height: 350px;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .news_grid_layout .category_news_list_single_imgblk {
    width: calc(100% - 40px);
    height: 300px;
    margin: 0 auto;
  }
}
.news_grid_layout .category_news_list_single_cnt {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .news_grid_layout .category_news_list_single_cnt {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .news_grid_layout .category_news_list_single_cnt {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .news_grid_layout .category_news_list_single_cnt {
    margin: 0 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .news_grid_layout .category_news_list_single_cnt h2 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .news_grid_layout .category_news_list_single_cnt h2 {
    font-size: 18px;
    line-height: 30px;
  }
}

/************************ Job Page styles ***********************/
.job_lists_title {
  padding-top: 80px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 1440px) {
  .job_lists_title {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .job_lists_title {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .job_lists_title {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.job_lists_title p {
  font-size: 32px;
  line-height: 52px;
}
@media only screen and (max-width: 1440px) {
  .job_lists_title p {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .job_lists_title p {
    font-size: 18px;
    line-height: 28px;
  }
}
.job_lists .awsm-job-wrap {
  margin-top: 105px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.job_lists .awsm-job-wrap h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: Poppins-Semibold;
  color: #383185;
  display: inline;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.job_lists .awsm-job-wrap a, .job_lists .awsm-job-wrap span {
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap a, .job_lists .awsm-job-wrap span {
    font-size: 14px;
    line-height: 24px;
  }
}
.job_lists .awsm-job-wrap .awsm-selectric {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  width: 230px;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-selectric {
    width: 100%;
  }
}
.job_lists .awsm-job-wrap .awsm-selectric .awsm-selectric-arrow-drop {
  display: none;
  /*&:after{
  	content:'\f078';
  	font-family: FontAwesome;
  	color: $blue;
  }*/
}
.job_lists .awsm-job-wrap .awsm-selectric .label:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -80%;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 12px;
  height: 7px;
  border-bottom: none;
  background: #fff url(../images/dropdown.png) no-repeat scroll center center;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-selectric .label:after {
    right: calc(-100% + 40px);
  }
}
.job_lists .awsm-job-wrap .awsm-filter-wrap {
  margin: 0;
  margin-bottom: 50px;
}
.job_lists .awsm-job-wrap .awsm-filter-wrap form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-filter-wrap form {
    display: block;
  }
}
.job_lists .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-item {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-item {
    padding: 0;
    width: 100%;
  }
}
.job_lists .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-item span {
  line-height: 48px;
  margin-left: 20px;
}
.job_lists .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-item i {
  color: #383185;
}
.job_lists .awsm-job-wrap .awsm-filter-toggle {
  display: none;
}
.job_lists .awsm-job-wrap .awsm-filter-items {
  width: auto;
}
@media only screen and (max-width: 576px) {
  .job_lists .awsm-job-wrap .awsm-filter-items {
    display: block !important;
  }
}
.job_lists .awsm-job-wrap .awsm-filter-item-search {
  width: auto !important;
  padding: 0;
}
.job_lists .awsm-job-wrap .awsm-job-icon-search {
  color: #383185;
}
.job_lists .awsm-job-wrap .awsm-filter-item-search input {
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-regular;
  border: 1px solid #d7d7d7;
  width: 390px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-filter-item-search input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-filter-item-search input {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
  }
}
.job_lists .awsm-job-wrap .awsm-filter-item-search-in .awsm-job-search-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .job_lists .awsm-job-wrap .select-options {
    display: none;
  }
}
.job_lists .awsm-job-wrap .awsm-selectric-items li {
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-selectric-items li {
    font-size: 14px;
    line-height: 24px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item {
  min-height: 406px;
  margin-bottom: 40px;
  padding: 35px 50px 50px 50px;
  border: none;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 400ms ease-in-out;
  /*display: flex;
  justify-content: center;*/
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item {
    padding: 40px;
    min-height: 355px;
  }
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-job-item {
    padding: 25px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background-color: #fbea23;
  transition: width 400ms ease-in-out;
}
.job_lists .awsm-job-wrap .awsm-job-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 6px;
  background-color: #383185;
  transition: width 400ms ease-in-out;
}
.job_lists .awsm-job-wrap .awsm-job-item i {
  color: #383185;
  font-size: 20px;
}
.job_lists .awsm-job-wrap .awsm-job-item span {
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-Semibold;
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-specification-item {
  margin-bottom: 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-specification-item {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-post-excerpt {
  font-size: 16px;
  line-height: 26px;
  font-family: Poppins-regular;
  /*padding-right: 10%;*/
  padding-bottom: 65px;
  /*border-bottom: 1px solid #d7d7d7;*/
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-post-excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container {
  padding-top: 20px;
  width: calc(100% - 100px);
  position: absolute;
  bottom: 55px;
  border-top: 1px solid #d7d7d7;
}
@media only screen and (max-width: 768px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container {
    width: calc(100% - 50px);
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more {
  font-size: 24px;
  font-family: Poppins-regular;
  color: #383185;
  position: relative;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more {
    font-size: 18px;
    line-height: 28px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #383185;
  border-radius: 50%;
  transform-origin: center;
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more:before {
    width: 25px;
    height: 25px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 30px;
  height: 30px;
  border: 1px solid #383185;
  border-radius: 50%;
  transform-origin: center;
  opacity: 0;
  transform: translate(0, -50%) scale(0.6);
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1440px) {
  .job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more:after {
    width: 25px;
    height: 25px;
  }
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more span {
  position: absolute;
  width: 45px;
  height: 1px;
  right: -60px;
  top: 50%;
  opacity: 1 !important;
  background: #383185;
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border: none;
  border-left: 5px solid #383185;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more span:before {
  display: none;
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container:hover .awsm-job-more {
  /*transform: translateX(10px);*/
  padding-left: 10px;
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container:hover .awsm-job-more:before {
  opacity: 0;
  transform: translate(0px, -50%) scale(1.2);
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container:hover .awsm-job-more:after {
  opacity: 1;
  transform: translate(0px, -50%) scale(1);
}
.job_lists .awsm-job-wrap .awsm-job-item .awsm-job-more-container:hover .awsm-job-more span {
  /*transform: translateX(10px);*/
}
.job_lists .awsm-job-wrap .awsm-job-item:hover {
  color: #2b2b2b;
  /*-webkit-box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.07); 
  box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.07); */
  box-shadow: 0px 15px 31px 8px rgba(0, 0, 0, 0.06);
}
.job_lists .awsm-job-wrap .awsm-job-item:hover:before {
  width: 0%;
}
.job_lists .awsm-job-wrap .awsm-job-item:hover:after {
  width: 100%;
}
.job_lists .awsm-job-wrap .awsm-job-item:hover h2 {
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgjobAnim 1s ease-in-out;
}
.job_lists .awsm-load-more-main a.awsm-load-more {
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.04);
  transition: all 400ms ease-in-out;
  font-size: 18px;
  font-family: Poppins-Semibold;
  color: #383185;
  border-color: transparent !important;
}
.job_lists .awsm-load-more-main a.awsm-load-more:hover {
  box-shadow: 0px 15px 31px 8px rgba(0, 0, 0, 0.06);
}
.job_lists .awsm-application-message p {
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins-regular;
}
.job_lists_title iframe {
  width: 100%;
  min-height: 100vh;
}

@keyframes bgjobAnim {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.single-awsm_job_openings .title_banner {
  width: 100%;
  /*height: 450px;*/
  height: 45vh;
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  font-family: Poppins-Semibold;
  color: #FFFFFF;
  background-color: #383185;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .title_banner {
    height: 55vh;
  }
}
@media only screen and (max-width: 1024px) {
  .single-awsm_job_openings .title_banner {
    height: 30vh;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .title_banner {
    height: 35vh;
  }
}
.single-awsm_job_openings .title_banner h1 {
  font-size: 42px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .title_banner h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-awsm_job_openings .title_banner h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .title_banner h1 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px;
    text-align: center;
  }
}
.single-awsm_job_openings .awsm-job-specifications-container {
  /*width: 30vw;
  @include breakpoint(1440){
    	width: 40vw;
    }*/
}
.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /*.awsm-job-specification-by-department{
  	display: none
  }*/
}
.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 50px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item {
    margin: 10px 30px;
  }
}
.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item i {
  font-size: 28px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item i {
    font-size: 15px;
  }
}
.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item span {
  font-size: 22px;
  line-height: 26px;
  font-family: Poppins-Semibold;
  padding-left: 5px;
  /*padding-right: 5px;
  strong{
  	padding-right: 5px;
  }*/
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-item span {
    font-size: 12px;
  }
}
.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-wrapper .awsm-job-specification-label {
  display: none;
}
.single-awsm_job_openings .awsm-job-single-content {
  position: relative;
  /*&:before{
  	content:'';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 250px;
  	background-color: $blue;
  }*/
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container {
  max-width: 82%;
  margin: 0 auto;
  /*padding-top: 350px;*/
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container {
    max-width: calc(82% + 25px);
  }
}
@media only screen and (max-width: 1366px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container {
    max-width: calc(82% + 15px);
  }
}
@media only screen and (max-width: 768px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container {
    max-width: calc(100% - 30px);
    margin-top: 0;
    padding-top: 10px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content {
    padding-right: 0;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content ul {
  margin-left: 30px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content ul {
    margin-left: 23px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content ul li {
  font-size: 24px;
  line-height: 40px;
  font-family: Poppins-regular;
  list-style: disc;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content ul li {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-content ul li {
    font-size: 16px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-jobs-single-title, .single-awsm_job_openings .awsm-job-single-content .awsm-job-container h3 {
  font-size: 32px;
  line-height: 42px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-jobs-single-title, .single-awsm_job_openings .awsm-job-single-content .awsm-job-container h3 {
    font-size: 24px;
    line-height: 34px;
    /*margin-bottom: 15px;*/
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-jobs-single-title, .single-awsm_job_openings .awsm-job-single-content .awsm-job-container h3 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container h1 {
  font-size: 32px;
  line-height: 42px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 25px;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container h1 {
    font-size: 21px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner {
  position: relative;
  padding: 50px 60px 130px 60px;
  color: #2b2b2b;
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner {
    padding: 40px 30px 120px 30px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner h2 {
  font-size: 32px;
  line-height: 42px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner h2 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 34px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form label {
  /*display: none;*/
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input {
  max-width: 100%;
  border: 1px solid #d7d7d7;
  height: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
  margin: 0;
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input#awsm_form_privacy_policy {
  min-width: 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input#awsm_form_privacy_policy {
    padding-right: 0;
    max-width: 35px !important;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form textarea {
  border: 1px solid #d7d7d7;
  padding: 10px 20px;
  margin-bottom: 40px;
  margin-top: 0;
  max-height: 170px;
  height: auto;
  line-height: 1.5;
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input[type=file] {
  padding: 0;
  margin-bottom: 10px;
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 1440px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input[type=submit] {
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner form input[type=submit] {
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    width: 120px;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner .awsm-job-inline-group {
  margin-top: 40px;
}
@media only screen and (max-width: 576px) {
  .single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner .awsm-job-inline-group {
    display: flex;
  }
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner small {
  margin-top: 30px;
}
.single-awsm_job_openings .awsm-job-single-content .awsm-job-container .awsm-job-form .awsm-job-form-inner .awsm-job-form-error {
  font-weight: normal;
  font-style: italic;
}
.single-awsm_job_openings #awsm-application-file-error {
  border: none;
}

@media only screen and (max-width: 1024px) {
  .select-styled {
    display: none;
  }
}

/************************ General Page styles ***********************/
.general_wrap {
  position: relative;
}
.general_wrap_banner {
  width: 100%;
  height: 35vh;
  background: #383185;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_banner {
    height: 45vh;
  }
}
@media only screen and (max-width: 1024px) {
  .general_wrap_banner {
    height: 30vh;
  }
}
.general_wrap_banner_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_banner_title {
    top: 70%;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_banner_title {
    width: 100%;
  }
}
.general_wrap_banner_title h1 {
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_banner_title h1 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_banner_title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .general_wrap_banner_title h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 320px) {
  .general_wrap_banner_title h1 {
    font-size: 21px;
    line-height: 31px;
  }
}
.general_wrap_banner_title h1 span {
  color: #fbea23;
}
.general_wrap_cnt {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .general_wrap_cnt {
    padding: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt {
    padding: 30px 15px;
    width: 100%;
  }
}
.general_wrap_cnt a {
  position: relative;
}
.general_wrap_cnt a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.general_wrap_cnt a:hover:after {
  width: 100%;
}
.general_wrap_cnt p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt p {
    font-size: 16px;
    line-height: 28px;
  }
}
.general_wrap_cnt ul li, .general_wrap_cnt ol li {
  font-size: 24px;
  line-height: 40px;
  font-family: Poppins-regular;
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt ul li, .general_wrap_cnt ol li {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt ul li, .general_wrap_cnt ol li {
    font-size: 16px;
    line-height: 28px;
    margin-left: 20px;
  }
}
.general_wrap_cnt ol ul {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .general_wrap_cnt ol ul {
    margin-left: 15px;
  }
}
.general_wrap_cnt ol ul li {
  list-style: disc;
}
.general_wrap_cnt ol li {
  list-style: auto;
}
.general_wrap_cnt ol li span {
  font-weight: bold;
  padding-right: 10px;
}
.general_wrap_cnt .csr_no_li li {
  list-style: none;
}
.general_wrap_cnt .csr_no_li li span {
  font-weight: bold;
}
.general_wrap_cnt .csr_disc li {
  list-style: disc;
}
.general_wrap_cnt h1, .general_wrap_cnt h2, .general_wrap_cnt h3 {
  font-size: 32px;
  line-height: 52px;
  color: #383185;
  font-family: Poppins-Semibold;
  margin-top: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt h1, .general_wrap_cnt h2, .general_wrap_cnt h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt h1, .general_wrap_cnt h2, .general_wrap_cnt h3 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.general_wrap_cnt h1:first-child, .general_wrap_cnt h2:first-child, .general_wrap_cnt h3:first-child {
  margin-top: 0;
}
.general_wrap_cnt h1 a:after, .general_wrap_cnt h2 a:after, .general_wrap_cnt h3 a:after {
  height: 30%;
}
.general_wrap_cnt h4 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt h4 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.general_wrap_cnt table, .general_wrap_cnt tr, .general_wrap_cnt th, .general_wrap_cnt td {
  border: 1px solid #D7D7D7;
  padding: 5px 10px;
  font-family: Poppins-regular;
  font-size: 18px;
  color: #2b2b2b;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt table, .general_wrap_cnt tr, .general_wrap_cnt th, .general_wrap_cnt td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt table, .general_wrap_cnt tr, .general_wrap_cnt th, .general_wrap_cnt td {
    font-size: 14px;
    padding: 10px;
  }
}
.general_wrap_cnt table {
  width: 60%;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .general_wrap_cnt table {
    width: 80%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .general_wrap_cnt table {
    width: 100%;
    margin-top: 30px;
  }
}
.general_wrap_cnt td {
  padding-left: 20px;
}
.general_wrap_cnt th {
  font-weight: bold;
  text-align: center;
  background: #383185;
  color: #FFFFFF;
}

.medium_wrap {
  position: relative;
}
.medium_wrap_banner {
  width: 100%;
  height: 50vh;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_banner {
    height: 45vh;
  }
}
@media only screen and (max-width: 1024px) {
  .medium_wrap_banner {
    height: 35vh;
  }
}
@media only screen and (max-width: 768px) {
  .medium_wrap_banner {
    height: 60vh;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .medium_wrap_banner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40vh;
    background-color: #fbea23;
  }
}
@media only screen and (max-width: 576px) {
  .medium_wrap_banner:before {
    height: 45vh;
  }
}
.medium_wrap_banner_img {
  width: 100%;
  height: 50vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_banner_img {
    height: 45vh;
  }
}
@media only screen and (max-width: 1024px) {
  .medium_wrap_banner_img {
    height: 35vh;
  }
}
@media only screen and (max-width: 768px) {
  .medium_wrap_banner_img {
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    height: 30vh;
    top: 50%;
    background-position: 50% 50% !important;
  }
}
@media only screen and (max-width: 576px) {
  .medium_wrap_banner_img {
    width: calc(100% - 15px);
  }
}
.medium_wrap_banner_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_banner_title {
    top: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .medium_wrap_banner_title {
    text-align: left;
    padding: 0;
    padding-left: 5px;
    top: auto;
    left: 0;
    bottom: 40vh;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 576px) {
  .medium_wrap_banner_title {
    width: 80%;
    bottom: 35vh;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .medium_wrap_banner_title {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .medium_wrap_banner_title {
    bottom: 33vh;
  }
}
.medium_wrap_banner_title h1 {
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_banner_title h1 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .medium_wrap_banner_title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .medium_wrap_banner_title h1 {
    color: #383185;
  }
}
@media only screen and (max-width: 576px) {
  .medium_wrap_banner_title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.medium_wrap_banner_title h1 span {
  color: #fbea23;
}
.medium_wrap_cnt {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_cnt {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .medium_wrap_cnt {
    padding: 30px 0px;
  }
}
.medium_wrap_cnt p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: Poppins-regular;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_cnt p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.medium_wrap_cnt h1, .medium_wrap_cnt h2, .medium_wrap_cnt h3 {
  font-size: 32px;
  line-height: 52px;
  color: #383185;
  font-family: Poppins-Semibold;
  margin-top: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .medium_wrap_cnt h1, .medium_wrap_cnt h2, .medium_wrap_cnt h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.medium_wrap_cnt h1:first-child, .medium_wrap_cnt h2:first-child, .medium_wrap_cnt h3:first-child {
  margin-top: 0;
}
.medium_wrap_cnt h1 a:after, .medium_wrap_cnt h2 a:after, .medium_wrap_cnt h3 a:after {
  height: 30%;
}
.medium_wrap_cnt a {
  position: relative;
}
.medium_wrap_cnt a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.medium_wrap_cnt a:hover:after {
  width: 100%;
}

.sitemap_wrap h1 {
  margin-left: 8.333333%;
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap h1 {
    margin-left: 0;
  }
}
.sitemap_wrap ul li {
  margin-bottom: 0;
  margin-top: 0;
}
.sitemap_wrap .main_ul .no_link {
  font-family: Poppins-Semibold;
  color: #2b2b2b;
}
.sitemap_wrap .main_ul > li {
  font-family: Poppins-Bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .main_ul > li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap .main_ul > li {
    margin-bottom: 15px;
  }
}
.sitemap_wrap .main_ul > li span {
  color: #383185;
}
.sitemap_wrap .sub_item > li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .sub_item > li {
    margin-bottom: 0px;
  }
}
.sitemap_wrap .sub_item > li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .main_item > li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .main_item > li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap .main_item > li {
    margin-bottom: 5px;
  }
}
.sitemap_wrap .main_item > li:first-child {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .main_item > li:first-child {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap .main_item > li:first-child {
    margin-top: 5px;
  }
}
.sitemap_wrap .general_menu {
  margin-top: 50px;
  column-count: 2;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .general_menu {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap .general_menu {
    margin-top: 0;
    column-count: 1;
  }
}
.sitemap_wrap .general_menu li {
  font-family: Poppins-Bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .sitemap_wrap .general_menu li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap_wrap .general_menu li {
    margin-bottom: 15px;
  }
}
.sitemap_wrap .general_menu li a {
  color: #383185;
}

.page-id-653 .general_wrap_banner_title {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page-id-653 .general_wrap_banner_title {
    width: 90%;
  }
}

/************************ Commercial Page styles ***********************/
.nrrs_commercial_yt_wrap {
  /*  VIDEO PLAYER CONTAINER
    ############################### */
  /*  VIDEOS PLAYLIST 
    ############################### */
  /* .carousel-control-prev{
     display: none;
   }
   .carousel-control-next{
     display: none;
   }*/
}
.nrrs_commercial_yt_wrap.corporate_yt_wrap {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .nrrs_commercial_yt_wrap.corporate_yt_wrap {
    margin-bottom: 0px;
  }
}
.nrrs_commercial_yt_wrap.corporate_yt_wrap .vid-container {
  width: 100%;
  min-height: 75vh;
}
@media only screen and (max-width: 1024px) {
  .nrrs_commercial_yt_wrap.corporate_yt_wrap .vid-container {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap.corporate_yt_wrap .vid-container {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap.corporate_yt_wrap .vid-container {
    margin-top: 0px;
  }
}
.nrrs_commercial_yt_wrap .vid-main-wrapper {
  /* width: 100%;
      max-width: 1100px;
      min-width: 440px;
      background: #fff;*/
  margin: 0 auto;
}
.nrrs_commercial_yt_wrap .vid-container {
  position: relative;
  /* padding-bottom: 52%;*/
  padding-top: 30px;
  height: 0;
  width: 80%;
  float: left;
  min-height: 70vh;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .vid-container {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .nrrs_commercial_yt_wrap .vid-container {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap .vid-container {
    width: 100%;
    margin-top: 150px;
  }
}
.nrrs_commercial_yt_wrap .vid-container iframe,
.nrrs_commercial_yt_wrap .vid-container object,
.nrrs_commercial_yt_wrap .vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nrrs_commercial_yt_wrap .vid-list-container {
  width: 20%;
  /*height: 480px;*/
  overflow: hidden;
  float: right;
  /*min-height: 480px;*/
  background: #383185;
  height: 70vh;
  border-top: 15px solid #383185;
  border-bottom: 15px solid #383185;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .vid-list-container {
    width: 30%;
    border-top: 10px solid #383185;
    border-bottom: 10px solid #383185;
  }
}
@media only screen and (max-width: 1024px) {
  .nrrs_commercial_yt_wrap .vid-list-container {
    height: 40vh;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap .vid-list-container {
    width: 100%;
    height: 150px;
    overflow-x: scroll;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap .vid-list-container {
    height: 150px;
  }
}
.nrrs_commercial_yt_wrap .vid-list-container:hover,
.nrrs_commercial_yt_wrap .vid-list-container:focus {
  overflow-y: auto;
}
.nrrs_commercial_yt_wrap ol#vid-list {
  margin: 0;
  padding: 0;
  background: #383185;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list {
    flex-direction: unset;
    margin-top: 15px;
    display: -webkit-inline-box;
  }
}
.nrrs_commercial_yt_wrap ol#vid-list li {
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap ol#vid-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list li.active {
    background-color: #282360;
    color: #FFFFFF;
  }
}
.nrrs_commercial_yt_wrap ol#vid-list li.active a {
  background-color: #282360;
}
.nrrs_commercial_yt_wrap ol#vid-list li:last-child a {
  border-right: 0;
}
.nrrs_commercial_yt_wrap ol#vid-list li a {
  text-decoration: none;
  background-color: #383185;
  height: 110px;
  display: block;
  padding: 10px;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap ol#vid-list li a {
    height: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list li a {
    height: 120px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #fbea23;
  }
}
.nrrs_commercial_yt_wrap ol#vid-list li a:hover {
  background-color: #fbea23;
  color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list li a:hover {
    background-color: #282360;
    color: #FFFFFF;
  }
}
.nrrs_commercial_yt_wrap ol#vid-list li a:hover .desc {
  color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap ol#vid-list li a:hover .desc {
    color: #FFFFFF;
  }
}
.nrrs_commercial_yt_wrap ol#vid-list li a:hover {
  /*background-color: #666666;*/
}
.nrrs_commercial_yt_wrap .vid-thumb {
  float: left;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap .vid-thumb {
    margin-right: 0;
  }
}
.nrrs_commercial_yt_wrap .vid-thumb img {
  width: 100% !important;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .vid-thumb img {
    width: 80px !important;
  }
}
.nrrs_commercial_yt_wrap .active-vid {
  background: #3a3a3a;
}
.nrrs_commercial_yt_wrap #vid-list .desc {
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
  font-family: Poppins-regular;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap #vid-list .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_commercial_yt_wrap #vid-list .desc {
    text-align: center;
    margin-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 624px) {
  .nrrs_commercial_yt_wrap body {
    margin: 15px;
  }
  .nrrs_commercial_yt_wrap .caption {
    margin-top: 40px;
  }
  .nrrs_commercial_yt_wrap .vid-list-container {
    padding-bottom: 20px;
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators {
  /*position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  top: 100%;*/
  position: relative;
  width: 90%;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators {
    width: 91%;
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item {
  /*width: 200px;*/
  width: 100%;
  max-width: 240px;
  min-height: 150px;
  background-color: transparent;
  border: 0;
  margin-top: 30px;
  border: 5px solid transparent;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item {
    margin-top: 20px;
    border: none;
    box-shadow: 0 0 0 5px transparent inset;
    max-width: 210px;
    min-height: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item {
    min-height: 130px;
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img.rhythm {
  width: 140px;
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img.heritage {
  width: 160px;
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img.iris {
  width: 80px;
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img.dna {
  width: 135px;
}
.nrrs_commercial_yt_wrap .carousel-indicators .list-inline-item a img.stopo {
  width: 160px;
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fbea23 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav button .fa {
  color: #2b2b2b;
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav button:hover {
  background-color: #383185 !important;
  box-shadow: 0px 0px 30px 0px rgba(43, 43, 43, 0.3);
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav button:hover .fa {
  color: #FFFFFF;
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-prev {
  position: absolute;
  left: -90px;
  /*top: 50%;*/
  top: calc(50% + 15px);
  transform: translateY(-50%);
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-prev:focus {
  outline: none;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-prev {
    left: -58px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-prev {
    left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-prev {
    left: -10px;
  }
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-next {
  position: absolute;
  right: -90px;
  top: 50%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
}
.nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-next:focus {
  outline: none;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-next {
    right: -58px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .nrrs_commercial_yt_wrap .carousel-indicators .owl-nav .owl-next {
    right: -10px;
  }
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item {
  transition: all 400ms ease-in-out;
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item:after {
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fbea23;
  border-width: 30px;
  left: calc(50% - 25px);
  top: -30px;
  z-index: 9;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap #carousel-indicators .owl-item:after {
    border-width: 20px;
    top: -20px;
    left: calc(50% - 15px);
  }
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item.brand_loaded:after {
  opacity: 1;
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item.brand_loaded .list-inline-item {
  opacity: 1;
  background: #fbea23;
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item:hover {
  /*transform: translateY(-20px);*/
}
.nrrs_commercial_yt_wrap #carousel-indicators .owl-item:hover .list-inline-item {
  opacity: 1;
  border: 5px solid #fbea23;
}
@media only screen and (max-width: 1440px) {
  .nrrs_commercial_yt_wrap #carousel-indicators .owl-item:hover .list-inline-item {
    border: none;
    box-shadow: 0 0 0 5px #fbea23 inset;
  }
}

/************************ Contact Page styles ***********************/
.nrrs_contact_wrap {
  margin-top: 80px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap {
    margin-bottom: 50px;
  }
}
.nrrs_contact_wrap_locateus_address {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus_address {
    margin-bottom: 90px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address {
    margin-bottom: 50px !important;
  }
}
.nrrs_contact_wrap_locateus_address.export_map {
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus_address.export_map {
    padding-left: 0;
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address.export_map {
    margin-bottom: 50px !important;
  }
}
.nrrs_contact_wrap_locateus_address h1 {
  font-size: 32px;
  font-family: Poppins-Semibold;
  margin-bottom: 25px;
  color: #383185;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address h1 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
.nrrs_contact_wrap_locateus_address p {
  display: table;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 15%;
    margin-bottom: 15px;
  }
}
.nrrs_contact_wrap_locateus_address p:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fbea23;
  left: -60px;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address p:after {
    width: 30px;
    height: 30px;
    left: -50px;
  }
}
.nrrs_contact_wrap_locateus_address p:before {
  font-size: 21px;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address p:before {
    font-size: 18px;
    top: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address p:before {
    font-size: 16px !important;
    top: 2px !important;
    left: -40px;
  }
}
.nrrs_contact_wrap_locateus_address p:hover:after {
  background-color: #383185;
}
.nrrs_contact_wrap_locateus_address p:hover:before {
  color: #fbea23;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address p br {
    display: none;
  }
}
.nrrs_contact_wrap_locateus_address a {
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address a {
    display: inline-block;
  }
}
.nrrs_contact_wrap_locateus_address a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.nrrs_contact_wrap_locateus_address a:hover:after {
  width: 100%;
}
.nrrs_contact_wrap_locateus_address_text {
  position: relative;
  left: 50px;
  margin-bottom: 25px;
}
.nrrs_contact_wrap_locateus_address_text:before {
  content: "\f041";
  font-family: fontAwesome;
  position: absolute;
  left: -46px;
  color: #383185;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address_text:before {
    font-size: 20px !important;
  }
}
.nrrs_contact_wrap_locateus_address_phone {
  position: relative;
  left: 50px;
  margin-bottom: 25px;
}
.nrrs_contact_wrap_locateus_address_phone:before {
  content: "\f095";
  font-family: fontAwesome;
  position: absolute;
  left: -48px;
  color: #383185;
  font-size: 24px;
  top: 2px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address_phone:before {
    font-size: 20px !important;
    top: 3px !important;
  }
}
.nrrs_contact_wrap_locateus_address_fax {
  position: relative;
  left: 50px;
  margin-bottom: 25px;
}
.nrrs_contact_wrap_locateus_address_fax:before {
  content: "\f1ac";
  font-family: fontAwesome;
  position: absolute;
  left: -50px;
  color: #383185;
  font-size: 20px !important;
  top: 0px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address_fax:before {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address_fax:before {
    font-size: 14px !important;
    left: -43px !important;
  }
}
.nrrs_contact_wrap_locateus_address_mail {
  position: relative;
  left: 50px;
  margin-bottom: 25px;
}
.nrrs_contact_wrap_locateus_address_mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: absolute;
  left: -48px;
  top: 0;
  color: #383185;
  font-size: 18px !important;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_address_mail:before {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_address_mail:before {
    font-size: 14px !important;
    left: -43px !important;
  }
}
.nrrs_contact_wrap_locateus_map {
  margin-bottom: 150px;
  height: 500px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_map {
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus_map {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_map {
    height: 260px;
    margin-bottom: 50px;
  }
}
.nrrs_contact_wrap_locateus_map .google-map {
  position: relative;
  height: 100%;
}
.nrrs_contact_wrap_locateus_map .google-map_overlay {
  width: 100%;
  height: 580px;
  background: #f5f5f5;
  position: absolute;
  top: -40px;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_locateus_map .google-map_overlay {
    height: 430px;
  }
}
.nrrs_contact_wrap_locateus_map .google-map_overlay.corporate_overlay {
  left: 25%;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_map .google-map_overlay.corporate_overlay {
    display: none;
  }
}
.nrrs_contact_wrap_locateus_map .google-map_overlay.export_overlay {
  left: -25%;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_locateus_map .google-map_overlay.export_overlay {
    display: none;
  }
}
.nrrs_contact_wrap_locateus_map .google-map img {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus .col-lg-6:first-child {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus .col-lg-6:nth-child(2) {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus .col-lg-6:nth-child(3) {
    order: 4;
  }
}
@media only screen and (max-width: 768px) {
  .nrrs_contact_wrap_locateus .col-lg-6:last-child {
    order: 3;
  }
}
.nrrs_contact_wrap_consumers_cnt h1 {
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: #383185;
  font-family: Poppins-Semibold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_consumers_cnt h1 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_consumers_cnt h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.nrrs_contact_wrap_consumers_cnt p {
  padding-right: 10%;
}
.nrrs_contact_wrap_consumers_form {
  width: 100%;
  font-family: Poppins-regular;
  font-size: 18px;
  padding-top: 20px;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap_consumers_form {
    padding-top: 0;
  }
}
.nrrs_contact_wrap_consumers_form_text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_consumers_form_text {
    margin-bottom: 0;
  }
}
.nrrs_contact_wrap_consumers_form_text p {
  color: #383185;
  font-family: Poppins-regular;
}
.nrrs_contact_wrap_consumers_form h3 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap_consumers_form h3 {
    font-size: 18px;
    line-height: 34px;
  }
}
.nrrs_contact_wrap .consumer_privacy {
  margin-top: 100px;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap .consumer_privacy {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap .consumer_privacy {
    margin-top: 40px;
  }
}
.nrrs_contact_wrap .consumer_privacy h1 {
  font-size: 32px;
  line-height: 42px;
  font-family: Poppins-Semibold;
  margin-bottom: 25px;
  color: #383185;
}
@media only screen and (max-width: 1440px) {
  .nrrs_contact_wrap .consumer_privacy h1 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap .consumer_privacy h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.nrrs_contact_wrap .consumer_privacy p {
  padding-right: 10%;
}
@media only screen and (max-width: 576px) {
  .nrrs_contact_wrap .consumer_privacy p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
}
.nrrs_contact_wrap .consumer_privacy p a {
  font-weight: bold;
  position: relative;
}
.nrrs_contact_wrap .consumer_privacy p a:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.nrrs_contact_wrap .consumer_privacy p a:hover:after {
  width: 100%;
}

.input_group {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .input_group {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .input_group {
    display: block;
    margin-bottom: 0;
  }
}
.input_group .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .input_group .wpcf7-form-control-wrap {
    margin-right: 20px;
  }
}
.input_group .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}
.input_group br {
  display: none;
}
.input_group.textarea_group {
  display: inline-flex;
}
@media only screen and (max-width: 576px) {
  .input_group.textarea_group {
    display: block;
  }
}
.input_group.textarea_group .consumer_message {
  width: 274%;
}
@media only screen and (max-width: 1440px) {
  .input_group.textarea_group .consumer_message {
    width: 220%;
    margin-top: 30px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .input_group.textarea_group .consumer_message {
    width: 221%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .input_group.textarea_group .consumer_message {
    width: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .input_group.textarea_group .consumer_message {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .input_group.textarea_group .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 576px) {
  .input_group.textarea_group .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .input_group.textarea_group textarea {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 576px) {
  .input_group.textarea_group textarea {
    height: 80px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .input_group input.media_name {
    /*margin-top: 0;*/
  }
}

input {
  margin-top: 40px;
  width: 100%;
  border: none;
  padding-left: 0;
  border-bottom: 1px solid #d7d7d7;
  transition: all 400ms ease-in-out;
  max-width: 500px;
  min-width: 500px;
}
@media only screen and (max-width: 1440px) {
  input {
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
    max-width: 352px;
    min-width: 352px;
  }
}
@media only screen and (max-width: 1024px) {
  input {
    max-width: inherit;
    min-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  input {
    font-size: 14px;
  }
}
input:focus {
  border-bottom: 1px solid #383185;
}

textarea {
  max-height: 50px;
  line-height: 50px;
  margin-top: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 0;
  transition: all 400ms ease-in-out;
  padding: 0;
}
textarea:focus {
  outline: none;
  border-bottom: 1px solid #383185;
}
@media only screen and (max-width: 1440px) {
  textarea {
    margin-top: 30px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  textarea {
    padding: 0;
    border-bottom: 2px solid #d7d7d7;
  }
}
@media only screen and (max-width: 576px) {
  textarea {
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
  }
}

input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  input[type=submit] {
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  input[type=submit] {
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    width: 120px;
  }
}

.wpcf7-response-output {
  margin: 0 !important;
  /*margin-top: 80px !important;*/
  display: table;
  margin-top: 35px !important;
  padding-top: 0 !important;
  border: 1px solid transparent !important;
  /*background: #dc3232;
  color: white;*/
}
@media only screen and (max-width: 1440px) {
  .wpcf7-response-output {
    margin-top: 29px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wpcf7-response-output {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-response-output {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7-response-output {
    font-size: 14px !important;
    margin-top: 85px !important;
    display: block;
    padding: 10px !important;
  }
}

.wpcf7-spinner {
  position: absolute;
  right: 240px;
  top: calc(94% - 0px);
}
@media only screen and (max-width: 1440px) {
  .wpcf7-spinner {
    right: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .wpcf7-spinner {
    top: calc(92% + 0px);
  }
}
@media only screen and (max-width: 1024px) {
  .wpcf7-spinner {
    top: calc(92% + 7px);
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7-spinner {
    top: calc(94% + 15px);
    right: 120px;
  }
}

.invalid .wpcf7-response-output {
  background: #dc3232;
  color: white;
}

.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
}

.wpcf7 .ajax-loader {
  top: calc(100% - 40px);
  right: 15%;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .wpcf7 .ajax-loader {
    right: 18%;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7 .ajax-loader {
    right: 35%;
    top: auto;
    margin-top: 25px;
  }
}

.partners_form .wpcf7 .ajax-loader {
  top: calc(100% + 35px);
}
@media only screen and (max-width: 576px) {
  .partners_form .wpcf7 .ajax-loader {
    top: auto;
    margin-top: 25px;
  }
}

.wpcf7-not-valid-tip {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  font-family: Poppins-regular;
}

input[type=radio] {
  max-width: inherit;
  min-width: inherit;
}
input[type=radio] .wpcf7-list-item-label {
  display: inline-block;
  background-color: #ddd;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #444;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7-list-item {
  position: relative;
  z-index: 9;
  padding: 10px 40px;
  border: 1px solid #d7d7d7;
  margin-left: 54px !important;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .wpcf7-list-item {
    padding: 10px 20px;
    margin-left: 20px !important;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .wpcf7-list-item {
    padding: 5px 9px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    padding: 5px 20px;
    font-size: 16px;
    margin: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7-list-item {
    padding: 10px 9px;
    font-size: 14px;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
  }
}
.wpcf7-list-item label {
  margin: 0 !important;
}
.wpcf7-list-item.first {
  margin-left: 0 !important;
}
.wpcf7-list-item.checked {
  background: #fbea23;
  color: #2b2b2b;
  border: 1px solid transparent;
}
.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.wpcf7-list-item:hover .wpcf7-list-item-label:after {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .wpcf7-list-item:hover .wpcf7-list-item-label:after {
    width: 0;
  }
}

input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  border-bottom: 1px solid transparent !important;
  margin-top: 0 !important;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}

.page-id-822 .wpcf7-spinner {
  top: calc(92% - 0px);
}
@media only screen and (max-width: 1440px) {
  .page-id-822 .wpcf7-spinner {
    top: calc(92% - 4px);
  }
}
@media only screen and (max-width: 576px) {
  .page-id-822 .wpcf7-spinner {
    top: calc(92% + 5px);
  }
}

/************************ Social Speak Page styles ***********************/
.social_speak_wrap {
  position: relative;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .social_speak_wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .social_speak_wrap {
    margin-bottom: 0px;
  }
}
.social_speak_wrap .social_wrap {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.social_speak_wrap .social_wrap .title_text h1 {
  /*font-size: 200px;
  line-height: 250px;
  color: #383185;
  font-family: Poppins-Semibold;
  text-align: center;
  overflow: hidden;
  background: url(https://static.tumblr.com/hanhvhv/ayZq4o69y/hero_animation2_sm.gif);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  @include breakpoint(1440){
  	font-size: 130px;
  	line-height: 160px;
  }
  &.move_right{
  	transform: translateX(-4%);
  }
  &.move_left{
  	transform: translateX(17%);
  }*/
  font-size: 80px;
  line-height: 120px;
  letter-spacing: 0.01em;
  color: #383185;
  text-transform: uppercase;
  font-family: Poppins-regular;
  text-align: center;
  padding: 0 10%;
}
@media only screen and (max-width: 1440px) {
  .social_speak_wrap .social_wrap .title_text h1 {
    font-size: 60px;
    line-height: 90px;
  }
}
.social_speak_wrap .social_wrap .title_text p {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
  padding-right: 0;
}
@media only screen and (max-width: 1440px) {
  .social_speak_wrap .social_wrap .title_text p {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social_speak_wrap .social_wrap .title_text p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .social_speak_wrap .social_wrap .title_text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.social_speak_wrap .social_wrap .title_text a:after {
  display: none;
}
.social_speak_wrap .social_wrap .title_text a:hover {
  text-decoration: none;
}
.social_speak_wrap_banner {
  width: 100%;
  height: 45vh;
  background: #383185;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  .social_speak_wrap_banner {
    height: 55vh;
  }
}
.social_speak_wrap_banner_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .social_speak_wrap_banner_title {
    top: 65%;
  }
}
.social_speak_wrap_banner_title h1 {
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
}
@media only screen and (max-width: 1440px) {
  .social_speak_wrap_banner_title h1 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
.social_speak_wrap_banner_title h1 span {
  color: #fbea23;
}
.social_speak_wrap_cnt {
  padding: 80px 0;
  padding-top: 50px;
  /*background-color: rgb(229, 229, 229);*/
}
@inlcude breakpoint(1440) {
  .social_speak_wrap_cnt {
    padding-top: 30px;
  }
}

.ff-sc-label2 .ff-icon-inner {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  #ff-stream-1 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  #ff-stream-1 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  #ff-stream-1 span.ff-btn {
    width: 180px !important;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .ff-stream-wrapper {
    margin-top: 30px;
  }
}

/*  Facebook   */
#ff-stream-2, #ff-stream-3, #ff-stream-4, #ff-stream-5 {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding: 10px !important;
}
#ff-stream-2 .ff-loadmore-wrapper, #ff-stream-3 .ff-loadmore-wrapper, #ff-stream-4 .ff-loadmore-wrapper, #ff-stream-5 .ff-loadmore-wrapper {
  display: none;
}
#ff-stream-2 .ff-slideshow:not([data-size=large]) .ff-slide-wrapper, #ff-stream-3 .ff-slideshow:not([data-size=large]) .ff-slide-wrapper, #ff-stream-4 .ff-slideshow:not([data-size=large]) .ff-slide-wrapper, #ff-stream-5 .ff-slideshow:not([data-size=large]) .ff-slide-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
}
#ff-stream-2 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper, #ff-stream-3 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper, #ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper, #ff-stream-5 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper {
  width: 150px !important;
  border-radius: 0px;
}
#ff-stream-2 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder, #ff-stream-3 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder, #ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder, #ff-stream-5 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder {
  border-radius: 0 !important;
  background: #FFFFFF;
}
#ff-stream-2 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder img, #ff-stream-3 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder img, #ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder img, #ff-stream-5 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper .ff-img-holder img {
  border-radius: 0 !important;
  margin: 20px 0;
}
#ff-stream-2 .ff-item-header, #ff-stream-3 .ff-item-header, #ff-stream-4 .ff-item-header, #ff-stream-5 .ff-item-header {
  display: none;
}
#ff-stream-2 .ff-stream-wrapper.ff-infinite > li, #ff-stream-3 .ff-stream-wrapper.ff-infinite > li, #ff-stream-4 .ff-stream-wrapper.ff-infinite > li, #ff-stream-5 .ff-stream-wrapper.ff-infinite > li {
  margin: 0px 0px 0 !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  margin-bottom: 5px !important;
}
#ff-stream-2 .ff-stream-wrapper.ff-infinite > li:first-child, #ff-stream-3 .ff-stream-wrapper.ff-infinite > li:first-child, #ff-stream-4 .ff-stream-wrapper.ff-infinite > li:first-child, #ff-stream-5 .ff-stream-wrapper.ff-infinite > li:first-child {
  border-top: 1px solid #D7D7D7;
}
#ff-stream-2 .ff-stream-wrapper.ff-infinite > li:last-child, #ff-stream-3 .ff-stream-wrapper.ff-infinite > li:last-child, #ff-stream-4 .ff-stream-wrapper.ff-infinite > li:last-child, #ff-stream-5 .ff-stream-wrapper.ff-infinite > li:last-child {
  margin-bottom: 0 !important;
}
#ff-stream-2 .ff-stream-wrapper, #ff-stream-3 .ff-stream-wrapper, #ff-stream-4 .ff-stream-wrapper, #ff-stream-5 .ff-stream-wrapper {
  margin: 0;
  padding: 0;
}
#ff-stream-2 .ff-stream.ff-layout-list, #ff-stream-3 .ff-stream.ff-layout-list, #ff-stream-4 .ff-stream.ff-layout-list, #ff-stream-5 .ff-stream.ff-layout-list {
  min-height: 0 !important;
}
#ff-stream-2 .ff-item-cont .ff-item-meta, #ff-stream-3 .ff-item-cont .ff-item-meta, #ff-stream-4 .ff-item-cont .ff-item-meta, #ff-stream-5 .ff-item-cont .ff-item-meta {
  border: none;
}
#ff-stream-2 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-3 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-4 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-5 .ff-item-cont .ff-item-meta .ff-content.not-empty {
  height: 210px !important;
}
@media only screen and (max-width: 1440px) {
  #ff-stream-2 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-3 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-4 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-5 .ff-item-cont .ff-item-meta .ff-content.not-empty {
    height: 180px !important;
  }
}
@media only screen and (max-width: 1366px) {
  #ff-stream-2 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-3 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-4 .ff-item-cont .ff-item-meta .ff-content.not-empty, #ff-stream-5 .ff-item-cont .ff-item-meta .ff-content.not-empty {
    height: 130px !important;
  }
}
#ff-stream-2 .ff-item-cont .ff-item-meta h6, #ff-stream-3 .ff-item-cont .ff-item-meta h6, #ff-stream-4 .ff-item-cont .ff-item-meta h6, #ff-stream-5 .ff-item-cont .ff-item-meta h6 {
  display: none;
}
#ff-stream-2 .ff-item-cont .ff-item-meta h6.ff-item-bar, #ff-stream-3 .ff-item-cont .ff-item-meta h6.ff-item-bar, #ff-stream-4 .ff-item-cont .ff-item-meta h6.ff-item-bar, #ff-stream-5 .ff-item-cont .ff-item-meta h6.ff-item-bar {
  display: block;
}

#ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper {
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ff-stream-4 .ff-content.not-empty {
  display: none;
}
#ff-stream-4 .ff-item-meta {
  display: none;
}

#ff-stream-4 {
  width: 500px !important;
}

@media only screen and (max-width: 1440px) {
  .ff-stream-wrapper.ff-infinite > li {
    max-height: 170px;
  }
}

@media only screen and (max-width: 1440px) {
  #ff-stream-4 .ff-stream-wrapper.ff-infinite > li {
    max-height: 200px;
  }
}

#ff-stream-2 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-3 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-5 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video {
  width: 400px !important;
  padding-bottom: 50%;
}
@media only screen and (max-width: 1440px) {
  #ff-stream-2 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-3 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-4 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video, #ff-stream-5 .ff-slideshow:not([data-size=large]) li .ff-media-wrapper.ff-video {
    padding-bottom: 40%;
  }
}

/************************ Brand Page styles ***********************/
.brand_wrap {
  margin-top: 155px !important;
  /*@include breakpoint(1440){
  	margin-top: 50px !important;
  }*/
}
@media only screen and (max-width: 768px) {
  .brand_wrap {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
}
.brand_wrap_single {
  position: relative;
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .brand_wrap_single {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.brand_wrap_single:last-child {
  margin-bottom: 0px !important;
}
.brand_wrap_single_center_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_center_text {
    display: none;
  }
}
.brand_wrap_single_center_text p {
  font-size: 400px;
  color: #383185;
  font-family: Didot Italic;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_center_text p {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_center_text p {
    font-size: 120px;
  }
}
.brand_wrap_single_cnt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 155px;
  padding-right: 210px;
  /*opacity: 0;
  transform: translateY(400px);*/
  /*opacity: 0;*/
  /*&.left_cnt{
  	padding-left: 155px;
  	padding-right: 210px;
  }*/
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt {
    padding-left: 95px;
    padding-right: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .brand_wrap_single_cnt {
    padding: 50px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt {
    margin: 50px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt {
    margin: 30px 0;
    padding: 0 15px;
  }
}
.brand_wrap_single_cnt_title h1 {
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  font-family: Poppins-Semibold;
  color: #383185;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt_title h1 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_title h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.brand_wrap_single_cnt p {
  /*font-size: 24px;*/
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt p {
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt p {
    font-size: 16px;
    line-height: 28px;
  }
}
.brand_wrap_single_cnt_img {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt_img {
    margin-bottom: 0px;
  }
}
.brand_wrap_single_cnt_img h1 {
  font-family: Poppins-Semibold;
  text-transform: uppercase;
  text-align: center;
  color: #383185;
  /*margin-top: 30px;*/
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt_img h1 {
    font-size: 54px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .brand_wrap_single_cnt_img h1 {
    font-size: 42px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img h1 {
    font-size: 32px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img h1 {
    font-size: 18px;
    line-height: 0px;
  }
}
.brand_wrap_single_cnt_img img {
  width: 200px;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt_img img {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img {
    width: 150px !important;
    transform: scale(1);
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img {
    width: 110px !important;
    height: auto;
  }
}
.brand_wrap_single_cnt_img img.cyclepure {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.cyclepure {
    width: 150px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.cyclepure {
    width: 110px !important;
  }
}
.brand_wrap_single_cnt_img img.lia {
  width: 215px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.lia {
    width: 160px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.lia {
    width: 120px !important;
  }
}
.brand_wrap_single_cnt_img img.vasu {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.vasu {
    width: 150px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.vasu {
    width: 110px !important;
  }
}
.brand_wrap_single_cnt_img img.cyclespeciality {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.cyclespeciality {
    width: 270px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.cyclespeciality {
    width: 230px !important;
  }
}
.brand_wrap_single_cnt_img img.heritage {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.heritage {
    width: 270px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.heritage {
    width: 230px !important;
  }
}
.brand_wrap_single_cnt_img img.iris {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.iris {
    width: 110px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.iris {
    width: 90px !important;
  }
}
.brand_wrap_single_cnt_img img.iris.home-fragrances {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.iris.home-fragrances {
    width: 110px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.iris.home-fragrances {
    width: 90px !important;
  }
}
.brand_wrap_single_cnt_img img.stopo {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.stopo {
    width: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.stopo {
    width: 160px !important;
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.irisceleste {
    width: 150px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.irisceleste {
    width: 110px !important;
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.healingtouch {
    width: 150px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.healingtouch {
    width: 110px !important;
  }
}
.brand_wrap_single_cnt_img img.durgeshwari {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.durgeshwari {
    width: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.durgeshwari {
    width: 160px !important;
  }
}
.brand_wrap_single_cnt_img img.omshanthi {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.omshanthi {
    width: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.omshanthi {
    width: 160px !important;
  }
}
.brand_wrap_single_cnt_img img.pushkarini {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.pushkarini {
    width: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.pushkarini {
    width: 160px !important;
  }
}
.brand_wrap_single_cnt_img img.soulveda {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.soulveda {
    width: 250px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.soulveda {
    width: 210px !important;
  }
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_cnt_img img.dna {
    width: 150px !important;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_img img.dna {
    width: 110px !important;
  }
}
.brand_wrap_single_cnt_btn a {
  width: 200px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  background-color: #fbea23;
  font-family: Poppins-Semibold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 60px;
  border-radius: 30px;
  transition: all 400ms ease-in-out;
}
.brand_wrap_single_cnt_btn a:hover {
  color: #FFFFFF;
  background-color: #383185;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap_single_cnt_btn a {
    width: 150px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_cnt_btn a {
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
.brand_wrap_single_carousel {
  width: 100%;
  max-height: 800px;
  cursor: grab;
  /*transform: translateY(-100px);*/
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/brands/cycle-brand-img.jpg');*/
}
.brand_wrap_single_carousel .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 60px;
  padding: 0 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_carousel .owl-dots {
    bottom: 40px;
  }
}
.brand_wrap_single_carousel .owl-dots button {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5) !important;
  margin-right: 10px;
  position: relative;
}
.brand_wrap_single_carousel .owl-dots button:focus {
  outline: none;
}
.brand_wrap_single_carousel .owl-dots button.active {
  background-color: #fbea23 !important;
}
.brand_wrap_single_carousel .owl-dots button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -10px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .brand_wrap_single_carousel .brand_wrap_single_cnt_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7D7D7;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single_carousel .brand_wrap_single_cnt_btn {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.brand_wrap.people_brand_wrap .brand_wrap_single {
  /*&:nth-child(odd){
  	.brand_wrap_single_cnt{
  		&_text{
  			position: relative;
  			&:before{
  				content:url(../images/people&culture/quote.png);
  				position: absolute;
  				top: -40px;
                        left: -50px;
  			}
  		}
  	}
  }*/
}
.brand_wrap.people_brand_wrap .brand_wrap_single_carousel img {
  width: 100%;
  height: 100%;
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_text {
  font-size: 32px;
  line-height: 52px;
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_text p {
  position: relative;
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_text p:before {
  content: url(../images/people&culture/quote.png);
  position: absolute;
  top: -40px;
  left: -30px;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap.people_brand_wrap .brand_wrap_single_cnt_text p:before {
    transform: scale(0.7);
  }
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_title p.title {
  margin-top: 50px;
  font-size: 40px;
  line-height: 52px;
  color: #383185;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap.people_brand_wrap .brand_wrap_single_cnt_title p.title {
    font-size: 32px;
    line-height: 44px;
    margin-top: 30px;
  }
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_svg {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap.people_brand_wrap .brand_wrap_single_cnt_svg {
    margin-bottom: 40px;
  }
}
.brand_wrap.people_brand_wrap .brand_wrap_single_cnt_svg img {
  width: 450px;
}
@media only screen and (max-width: 1440px) {
  .brand_wrap.people_brand_wrap .brand_wrap_single_cnt_svg img {
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .brand_wrap_single:nth-child(even) .col-lg-6:first-child {
    order: 2;
  }
  .brand_wrap_single:nth-child(even) .col-lg-6:last-child {
    order: 1;
  }
}
@media only screen and (max-width: 576px) {
  .brand_wrap_single:first-child .brand_wrap_single_cnt {
    margin-top: 0;
  }
}

.brand_wrap_single:last-child .brand_wrap_single_cnt_btn {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

/*.export_page{
	.brand_wrap_single{
		&:nth-child(2){
			.col-lg-6{
				&:first-child{
					order:2;
					background: red;
				}
				&:last-child{
					order:1;
					background: green;
				}
			}
		}
	}
}*/
/************************ Ranga Family Page styles ***********************/
@media only screen and (max-width: 1440px) {
  .rangafamily-title p:first-child {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily-title p:first-child {
    padding-right: 0%;
  }
}

.rangafamily_spec_banner {
  position: relative;
  height: 630px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/rangafamily/family-title-banner.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 15%;
  margin-bottom: 200px;
  margin-top: 110px;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_spec_banner {
    height: 450px;
    padding-right: 16%;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .rangafamily_spec_banner {
    height: 410px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_spec_banner {
    height: 240px;
    padding-right: 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_spec_banner {
    height: 24vh;
    margin-top: 0px;
    background-position-x: 60%;
    background-size: cover;
  }
}
.rangafamily_spec_banner h1 {
  font-size: 200px;
  line-height: 98px;
  color: #fbea23;
  font-family: Poppins-Semibold;
  position: absolute;
  bottom: -20px;
  transform: translateX(-10%);
  /*transform: translateY(10%);*/
}
@media only screen and (max-width: 1440px) {
  .rangafamily_spec_banner h1 {
    font-size: 120px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_spec_banner h1 {
    font-size: 80px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_spec_banner h1 {
    font-size: 40px;
    bottom: -45px;
  }
}

.rangafamily_wrap {
  width: 100%;
  /*max-height: 100vh;*/
  /*margin-bottom: 165px;*/
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap {
    margin-bottom: 50px;
  }
}
.rangafamily_wrap_cnt {
  width: 100%;
  /*height: 100vh;
  overflow: scroll;*/
  height: 100%;
  /*padding: 100px 0 0 90px;*/
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_cnt {
    padding: 30px 0 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .rangafamily_wrap_cnt {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap_cnt {
    padding: 0 15px;
  }
}
.rangafamily_wrap_cnt h3 {
  font-size: 40px;
  line-height: 52px;
  font-family: Poppins-Semibold;
  color: #383185;
  margin-bottom: 10px;
  display: table;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: -5px -3px;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_cnt h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap_cnt h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.rangafamily_wrap_cnt h3.inview {
  transition: width 1s ease-in-out;
  background-image: linear-gradient(180deg, transparent 67%, #fbea23 0);
  animation: bgGradientAnim 1s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_cnt h3.inview {
    background-position: -5px -10px;
    background-image: linear-gradient(180deg, transparent 75%, #fbea23 0);
  }
}
.rangafamily_wrap_cnt h4 {
  font-size: 24px;
  font-family: Poppins-Light;
  font-style: italic;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_cnt h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap_cnt h4 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
.rangafamily_wrap_cnt p {
  padding-right: 6%;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_cnt p {
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap_cnt p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 0;
  }
}
.rangafamily_wrap_imgblk {
  /*column-count: 2;
  position: relative;
  column-gap: 5px;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
}
.rangafamily_wrap_imgblk_img {
  width: 100%;
  height: 700px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  transition: all 400ms ease-in-out;
  cursor: pointer;
  margin-bottom: 5px;
  /*&_border{
  	position: absolute;
  	left: 30px;
  	top: 30px;
  	width: calc(100% - 60px);
  	height: calc(100% - 60px);
  	border:1px solid $theme_color;
  	opacity: 0;
  	transition: opacity 400ms ease-in-out;
  }*/
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_imgblk_img {
    height: 520px;
  }
}
.rangafamily_wrap_imgblk_img_cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: all 400ms ease-in-out;
}
.rangafamily_wrap_imgblk_img_cnt h2 {
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_imgblk_img_cnt h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.rangafamily_wrap_imgblk_img_cnt:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid #fbea23;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .rangafamily_wrap_imgblk_img_cnt:before {
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.rangafamily_wrap_imgblk_img:hover {
  filter: grayscale(0);
  /*.rangafamily_wrap_imgblk{
  	&_img{
  		&_cnt{
  			&:before{
  				opacity:1;
  			}
  		}
  	}
  }*/
}
.rangafamily_wrap_imgblk_img.active {
  filter: grayscale(0);
  /*.rangafamily_wrap_imgblk_img{
  	&_border{
  		opacity: 1;
  	}
  }*/
  opacity: 1 !important;
}
.rangafamily_wrap_imgblk_img.active .rangafamily_wrap_imgblk_img_cnt:before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_row {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap .profile_wrap_row {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_row .col-lg-7 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_row .col-lg-5 {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_row:last-child .profile_wrap_cnt {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_row:first-child .profile_wrap_img {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rangafamily_wrap .profile_wrap_img {
    margin: 50px 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .rangafamily_wrap .profile_wrap_img {
    margin: 30px 0;
    margin-top: 20px;
  }
}

/************************ export products Page styles ***********************/
.export-products-enquiry_wrap {
  /*margin-top: 80px;*/
  margin-bottom: 85px;
}
.export-products-enquiry_wrap_banner {
  width: 100%;
  height: 35vh;
  background: #383185;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.export-products-enquiry_wrap_banner_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
.export-products-enquiry_wrap_banner_title h1 {
  color: #FFFFFF;
}
.export-products-enquiry_wrap_banner_title h1 span {
  color: #fbea23;
}

.export_product {
  position: relative;
  padding-top: 80px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1440px) {
  .export_product {
    padding-top: 50px;
  }
}
.export_product_wrap_banner {
  width: 100%;
  height: 45vh;
  background: #383185;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/export_product/export-product-detailed.jpg);
}
.export_product_wrap_banner_title {
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: Poppins-Semibold;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .export_product_wrap_banner_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.export_product .col-lg-6 {
  /*@include breakpoint(1440){
  	-ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; 
  }*/
}
.export_product_item {
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 15px 31px 8px rgba(0, 0, 0, 0.06);
  padding: 40px 40px 60px 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .export_product_item {
    /*padding: 30px;
    padding-bottom: 50px;*/
    /*margin-bottom: 30px;*/
    /*padding: 20px;*/
    /*padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 30px;*/
    padding: 25px 25px 35px 25px;
  }
}
.export_product_item_img {
  width: 100%;
  /*height: 250px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  background-color: #D7D7D7;
  /*border:40px solid #D7D7D7;*/
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .export_product_item_img {
    /*width: 100%;*/
    /*text-align: center;*/
  }
}
@media only screen and (max-width: 1440px) {
  .export_product_item_img img {
    max-height: 220px;
  }
}
.export_product_item_title h1 {
  font-size: 40px;
  line-height: 52px;
  color: #383185;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .export_product_item_title h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
.export_product_item_details table {
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 38px;
  font-family: Poppins-regular;
  text-align: inherit;
}
@media only screen and (max-width: 1440px) {
  .export_product_item_details table {
    font-size: 14px;
    line-height: 26px;
  }
}
.export_product_item_details table tr {
  border: none;
  padding: 0;
}
.export_product_item_details table tr td {
  border: none;
  padding: 0;
  /*&:first-child{
  	text-align: right;
  }*/
}
@media only screen and (max-width: 1440px) {
  .export_product_item_details table tr td {
    font-size: 14px;
    line-height: 32px;
  }
}
.export_product_item_details table tr td:nth-child(2) {
  padding: 0 20px;
  /*@include breakpoint(1440){
  				padding: 0 40px;
  			}*/
}
.export_product_item_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.export_product_item_btn a {
  margin-top: 40px;
}
.export_product_item_btn a:after {
  display: none;
}
.export_product_form {
  padding-bottom: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .export_product_form input {
    max-width: 382px;
  }
}
@media only screen and (max-width: 1440px) {
  .export_product_form textarea {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .export_product_form textarea {
    height: 80px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .export_product_form {
    padding-top: 50px;
    margin-top: 20px;
  }
}
.export_product_form .wpcf7 input[type=file] {
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .export_product_form .wpcf7 input[type=file] {
    margin-top: 40px;
  }
}

/************************ export products Page styles ***********************/
.partners_quote_text {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .partners_quote_text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .partners_quote_text {
    margin-bottom: 30px;
  }
}
.partners_quote_text p span.title {
  font-size: 46px;
  line-height: 68px;
  color: #383185;
  font-family: Poppins-Semibold;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .partners_quote_text p span.title {
    font-size: 28px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .partners_quote_text p span.title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .partners_quote_text p span.title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .partners_quote_text p span.title {
    font-size: 21px;
    line-height: 32px;
  }
}
.partners_quote_text p span.title.inview {
  background-image: linear-gradient(180deg, transparent 67%, #FFFFFF 0);
}
@media only screen and (max-width: 768px) {
  .partners_quote_text .title_text_quote_desc:before {
    left: -24%;
  }
}
@media only screen and (max-width: 576px) {
  .partners_quote_text .title_text_quote_desc:before {
    left: -38%;
    top: -57%;
  }
}
@media only screen and (max-width: 375px) {
  .partners_quote_text .title_text_quote_desc:before {
    left: -43%;
    top: -49%;
  }
}
@media only screen and (max-width: 360px) {
  .partners_quote_text .title_text_quote_desc:before {
    left: -44%;
  }
}
@media only screen and (max-width: 320px) {
  .partners_quote_text .title_text_quote_desc:before {
    left: -51%;
    top: -39%;
  }
}
.partners_form {
  position: relative;
  margin-bottom: 105px;
  font-family: Poppins-regular;
}
.partners_form h3 {
  font-size: 32px;
  line-height: 52px;
  color: #2b2b2b;
  font-family: Poppins-Semibold;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1440px) {
  .partners_form h3 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .partners_form h3 {
    font-size: 21px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .partners_form h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .partners_form input {
    max-width: 374px;
    min-width: 374px;
  }
}
@media only screen and (max-width: 1366px) {
  .partners_form input {
    max-width: 352px;
    min-width: 352px;
  }
}
@media only screen and (max-width: 1024px) {
  .partners_form input {
    max-width: 100%;
    min-width: 100%;
  }
}
.partners_form textarea {
  width: 308% !important;
}
@media only screen and (max-width: 1440px) {
  .partners_form textarea {
    width: 235% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1366px) {
  .partners_form textarea {
    width: 220% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .partners_form textarea {
    width: 152% !important;
  }
}
@media only screen and (max-width: 768px) {
  .partners_form textarea {
    width: 100% !important;
  }
}
.partners_form input[type=submit] {
  min-width: 200px;
  max-width: 200px;
}
@media only screen and (max-width: 576px) {
  .partners_form input[type=submit] {
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    width: 120px;
  }
}
/************************ social_impact Page styles ***********************/
.social_impact {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .social_impact {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .social_impact {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .social_impact {
    margin-top: 30px;
  }
}
.social_impact_title {
  background-image: url(../images/social_impact/enabling-society.jpg) !important;
  background-position-y: 0%;
}
@media only screen and (max-width: 576px) {
  .social_impact_title h1 {
    text-align: center;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 375px) {
  .social_impact_title h1 {
    padding: 0 20px;
  }
}
.social_impact .profile_wrap_cnt h1.title {
  display: inline;
  position: relative;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .social_impact .profile_wrap_cnt h1.title {
    display: block;
    max-width: 100%;
  }
}
.social_impact .profile_wrap_cnt h1.title:after {
  content: "";
  display: flex;
}
@media only screen and (max-width: 768px) {
  .social_impact .profile_wrap_cnt h1.title:after {
    display: none;
  }
}
.social_impact .profile_wrap_img .socialproject-carousel {
  cursor: grab;
}
.social_impact .profile_wrap_img .socialproject-carousel .owl-stage-outer {
  max-height: calc(100vh - 100px);
}
@media only screen and (max-width: 1440px) {
  .social_impact .profile_wrap_img .socialproject-carousel .owl-stage-outer {
    max-height: calc(100vh - 70px);
  }
}
.social_impact .profile_wrap_img .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 60px;
  padding: 0 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .social_impact .profile_wrap_img .owl-dots {
    bottom: 40px;
  }
}
.social_impact .profile_wrap_img .owl-dots button {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  position: relative;
}
.social_impact .profile_wrap_img .owl-dots button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -10px;
  left: 0;
}
.social_impact .profile_wrap_img .owl-dots button:focus {
  outline: none;
}
.social_impact .profile_wrap_img .owl-dots button.active {
  background-color: #fbea23;
}

@media only screen and (max-width: 576px) {
  .ff-label-wrapper {
    right: 5px !important;
    top: 5px !important;
  }
}

/************************ Media Assets Page styles ***********************/
.media_assets_title p {
  font-size: 32px;
  line-height: 52px;
}
@media only screen and (max-width: 1440px) {
  .media_assets_title p {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_title p {
    font-size: 18px;
    line-height: 28px;
  }
}
.media_assets_wrap {
  /*margin:40px 0;
  margin-top: 0;*/
  padding: 30px 0px !important;
  /*background: #D7D7D7;*/
}
@media only screen and (max-width: 1440px) {
  .media_assets_wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap {
    padding-bottom: 0 !important;
  }
}
.media_assets_wrap .fa {
  color: #383185;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .media_assets_wrap .fa {
    font-size: 18px;
  }
}
.media_assets_wrap p {
  margin-bottom: 0;
}
.media_assets_wrap_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*transition: all 400ms ease-in-out;*/
  /*&:hover{
  	background: $theme_color;
  }*/
}
@media only screen and (max-width: 1440px) {
  .media_assets_wrap_list {
    padding: 30px 0;
  }
}
.media_assets_wrap_list:last-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_list {
    padding: 20px 0;
  }
}
.media_assets_wrap_cnt p {
  position: relative;
  display: table;
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_cnt p {
    font-size: 16px;
    line-height: 26px;
  }
}
.media_assets_wrap_cnt p:after {
  content: "";
  width: 0%;
  height: 9px;
  background-color: #fbea23;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .media_assets_wrap_cnt p:after {
    height: 6px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_cnt p:after {
    display: none;
  }
}
.media_assets_wrap_cnt p:hover:after {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_cnt p:hover:after {
    width: 0%;
  }
}
.media_assets_wrap_btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fbea23;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .media_assets_wrap_btn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_btn {
    width: 35px;
    height: 35px;
  }
}
.media_assets_wrap_btn .fa {
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 576px) {
  .media_assets_wrap_btn .fa {
    font-size: 16px;
  }
}
.media_assets_wrap_btn:hover {
  background-color: #383185;
}
.media_assets_wrap_btn:hover .fa {
  color: #FFFFFF;
}
.media_assets_contact {
  /*margin-top: 40px;
  @include breakpoint(1440){
  	margin-top: 20px;
  }*/
}
.media_assets_contact h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .media_assets_contact h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_contact h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.media_assets_contact p {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .media_assets_contact p {
    font-size: 18px;
    line-height: 26px;
  }
}
.media_assets_contact p a {
  font-size: 24px;
  margin-left: 50px;
}
@media only screen and (max-width: 1440px) {
  .media_assets_contact p a {
    font-size: 18px;
    margin-left: 50px;
  }
}
.media_assets_contact p a span {
  margin-left: 10px;
}
.media_assets_contact p.mail {
  position: relative;
  /*.fa{
  	color: $blue
  	transition: all 400ms ease-in-out;
  }*/
}
@media only screen and (max-width: 1440px) {
  .media_assets_contact p.mail {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_contact p.mail a {
    font-size: 16px !important;
  }
}
.media_assets_contact p.mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: absolute;
  left: 12px;
  font-size: 18px !important;
  color: #383185;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .media_assets_contact p.mail:before {
    left: 11px;
    top: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_contact p.mail:before {
    font-size: 16px !important;
  }
}
.media_assets_contact p.mail:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fbea23;
  left: 1px;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .media_assets_contact p.mail:after {
    left: 0px;
    top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .media_assets_contact p.mail:after {
    width: 35px;
    height: 35px;
  }
}
.media_assets_contact p.mail:hover:before {
  color: #fbea23;
}
.media_assets_contact p.mail:hover:after {
  background-color: #383185;
}