html {
  scroll-behavior: smooth;
}




html,
body {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #1E1E1E;
}


a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  color: #0085D3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

img,
video,
svg {
  max-width: 100%;
}

p {
  font-size: 1.125rem;
  color: #131313;
}
h2 {
  margin-bottom: 0.625rem;
  font-size: 2.625rem; /*42px*/
  line-height: 3.375rem;
}
.btn {
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
}

.btn-default {
  color: #974b00;
  background-color: transparent;
  border-color: #974b00;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #974b00;
  border-color: #974b00;
}

.btn-default:hover {
  color: #fff;
  background-color: #974b00;
  border-color: #974b00;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #fbc125;
  background-image: none;
  border-color: #204d74;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #fff;
  background-color: #974b00;
  border-color: #974b00;
}

.banner-sec {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}

.input {
  background-color: #fff;
  border: none;
  padding: 0.5rem 0.625rem;
  padding-right: 3.125rem;
  font-size: 0.875rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border-radius: 3.125rem;
}

.home-slider .slick-slide.slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);

}

.innerpage-section .slide__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}


.purple-color {
  background-color: #3f2e71;
}

.green-color {
  background-color: #279b48;
}

.red-color {
  background-color: #b8081c;
}

/*--------------------------------------------------------------
  # Common Button CSS
  --------------------------------------------------------------*/

 

  
.common-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    outline: none;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    color: #0085D3;
    border: 0;
    padding: 8px 20px;
    cursor: pointer;
    text-align: left;
    font-size:16px;
    line-height: 24px;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    border: 1px solid #0085D3;
    border-radius: 35px;
    width: 150px;
}
.common-btn:hover {
  color: #0085D3; box-shadow:inset -40px 0 0 #0085D3;
}
.common-btn span {position: absolute;top: 15px;right: 20px;width: 8px;height: 14px;}
.common-btn span img {position: absolute;}
.common-btn .btnarrow-white{opacity: 0;visibility: hidden;}
.common-btn:hover .btnarrow-white{opacity: 1;visibility: visible;}
.common-btn:hover .btnarrow-blue{opacity: 0;visibility: hidden;}

.btn-white {color: #fff;border: 1px solid #fff;}
.btn-white:hover {color: #fff; box-shadow:inset -40px 0 0 #ffffff;}
.btn-white .btnarrow-blue{opacity: 0;visibility: hidden;}
.btn-white:hover .btnarrow-white{opacity: 0;visibility: hidden;}
.btn-white:hover .btnarrow-blue{opacity: 1;visibility: visible;}
  
button {
  outline: none;
  box-shadow: none;
  border: none;
}

.border-radius {
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
  border-radius: 0.938rem;
}

.inner-pagebanner.page-header {
  -webkit-box-direction: normal;
  background-size: cover;
  height: auto;
  background-color: #efefef;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 2.5rem;
  margin-top: 140px;
}

.inner-pagebanner.page-header h1 {
  text-align: left;
  color: #212120;
  text-transform: none;
  font-size: 3.438rem;
  line-height: 3.813rem;
}
.inner-pagebanner.page-header {
  -webkit-box-direction: normal;
  background-size: cover;
  height: auto;
  background-color: #e8e8e8;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-top: 90px;
}
.inner-pagebanner.page-header .breadcrumb-item.active {color: #1B1A1F;}
.inner-pagebanner.page-header .page-title-content {padding-bottom: 1rem;}
.inner-pagesection .top-navbar {
  background: #121214;
}
.inner-pagesection .navbar {
  background: #ffffff;
}
.inner-pagesection .navbar .nav-link {
  color: #212120;
}
.header-line {
  height: 1px;
  background: #a7a9ac;
}
.inner-pagebanner.page-header h2 {
  text-align: left;
  font-weight: 500;
  color: #fff;
  font-size: 1.688rem;
  line-height: 2.25rem;
}

.navbar-default .navbar-toggle {
  border-color: #974b00;
  margin-bottom: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(151, 75, 0, 0.5);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #974b00;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.offcanvas-wrap {
  background-color: #124874;
}

.menu-wrap {
  padding-left: 0;
  margin-bottom: 0;
}

.menu-wrap li {
  list-style: none;
  margin-bottom: 0.938rem;
}

.menu-wrap li a {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.menu-wrap li a:hover {
  color: #3f2e71;
}

.offcanvas-wrap .offcanvas-body {
  padding: 2rem 2rem;
}

.offcanvas-wrap .offcanvas-header .btn-close {
  outline: none;
  border: none;
  box-shadow: none;
}
.navbar-brand {
  z-index: 1;
  margin-right: 0;
}
/*--------------------------------------------------------------
  # Banner slider CSS
  --------------------------------------------------------------*/


/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@-moz-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@-o-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  -moz-animation-name: zoomInImage;
  -o-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  -moz-animation-name: zoomOutImage;
  -o-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slick-slider-navstyle {
  position: absolute;
  width: 250px;
  right: 5%;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.slider-pagination {
  background-color: transparent;
  position: relative;
  /* width: 25%;
  height: 70px; */
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner-section .slick-dots {
  left: auto;
  width: auto;
  z-index: 2;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-section .slick-dots li.slick-active button:before {
  background-color: transparent;
  border: 1px solid #fff;
  content: '';
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: none;
}
.banner-section .slick-dots li button:before {color: transparent;}
.banner-section .slick-dots li button:before {  display: none;}
.banner-section .slick-dots li.slick-active button::after { width: 35px;background-color: #0085D3;}
.banner-section .slick-dots li button {width: auto;height: auto;}
.banner-section .slick-dots li {margin: 0 0px;}
.banner-section .slick-dots li button::after {
  content: '';
  width: 7px;
  height: 7px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
  left: 0px;
  background-color: #0085D3;
}


.banner-section .slick-counter {
  position: relative;
  left: 0;
  bottom: 0;
  color: #0085D3;
  font-size: 1.125rem;
}
.slick-counter .current {
  font-size: 1.225rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.slick-counter .total {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.dropdown-menu {
  padding: 0 0;
}

.dropdown:hover .dropdown-menu {
  /* display: block; */
  /* border: 1px solid #974b00; */
  /* border: 1px solid rgba(0, 0, 0, 0.45); */
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 0.2rem 1.25rem;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #3f2e71;
  background-color: transparent;
}
ul.stroke-line .nav-item.dropdown li:hover {
  background-image: none;
}
ul.stroke-line .nav-item.dropdown li {
  height: auto;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #131313;
  text-decoration: none;
  background-color: #fff;
}

.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
  padding-left: 1.875rem;
}
ul.stroke .dropdown-menu li:after {
  display: none;
}
.dropdown-menu > li > a {
  /* border-bottom: 1px solid #707070; */
}
.dropdown-menu > li > a:hover {
  color: #3f2e71;
}


.breadcrumbs {
  padding: 0.625rem 0px;
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

.breadcrumbs a {
  color: #1B1A1F;
  font-size: 0.938rem;
  line-height: 1.125rem;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumbs .breadcrumb-item {
  color: #535252;
  font-size: 0.938rem;
  line-height: 1.125rem;
  text-decoration: none;
  font-weight: normal;
}

.breadcrumbs a:hover {
  color: #3f2e71;
}

.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 0.313rem 0 0.313rem;
  color: #ccc;
  font-size: 0.688rem;
  line-height: 1rem;
}

.breadcrumbs ul li {
  list-style-type: none;
  display: inline;
}

@media screen and (max-width: 520px) {
  
}



input:focus,
textarea:focus,
select:focus {
  outline: none;
}


button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}



.offcanvas-header {
  justify-content: end;
}

.common-padding {
  padding: 3.75rem 0px 0 0;
}
.common-padding-both {padding: 3.75rem 0;}
.common-padding-top {padding: 3.75rem 0 0 0;}
.common-padding-bottom {padding: 0 0 3.75rem 0;}
.common-paddingBig-both {padding: 6.25rem 0;}
.common-paddingBig-top {padding: 6.25rem 0 0 0;}
.common-paddingBig-bottom {padding: 0 0 6.25rem 0;}

/*--------------------------------------------------------------
  # Search nav
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  # Search Result Page CSS
  --------------------------------------------------------------*/
.searchFilter-content {
  width: 100%;
  text-align: center;

  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.5rem 1.5rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.5rem 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.5rem 1.5rem;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  padding: 2.5rem 1.25rem;
}

.searchFilter-container .searchFilter-content input[type="text"] {
  background: 0 0;
  border: none;
  height: 2.5rem;
  width: 90%;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000000;
  border-bottom: solid 1px #b0b0b0;
}

.searchFilter-container-container input {
  box-shadow: none;
  border: none;
}

.searchFilter-container .searchFilter-content input.search-icon-btn {
  width: 2.188rem;
  height: 2.188rem;
  line-height: 2.188rem;
  text-align: center;
  /* border-radius: 0 1.25rem 1.25rem 0; */
  background: url(../images/common-images/search-icon-white.svg) center no-repeat;
  font-size: 0;
  border: none;
  background-color: #000;
}

.searchFilter-container .searchFilter-content input.search-icon-btn:hover {
  background-color: #0085D3;
}

.searchResult-content h3 {
  margin: 1.875rem 0 1.875rem;
  padding: 0;
  font-weight: 500;
  text-align: center;
}

.searchResult-content h3 span {
  color: #0085D3;
}

.searchResult-content .load-more-wrap {
  margin-top: 2rem;
  text-align: left;
}
.searchResult-titlewrap {
  padding-top: 3.125rem;
}
.non-bg-conatiner.inner-pagebanner.page-header h1 {
  color: #000000;
}

.searchFilter-container.common-padding {
  padding-bottom: 2.5rem;
}
.searchResult-content ul.search_list {
  margin: .938rem 0 0;
  padding-left: 0;
}
.searchResult-content ul.search_list li {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.875rem;
  vertical-align: top;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: .625rem
}
.searchResult-content ul.search_list li p.date {
  font-weight: 300;
  padding-right: .625rem;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-right: .375rem;
  display: inline;
  border-right: 1px solid #b0b0b0;
  color: #707070
}

.searchResult-content ul.search_list li span {
  color: #010101;
  font-size: .875;
  line-height: 1rem;
  background: #eee;
  padding: .313rem .625rem;
  margin-bottom: .313rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: .625rem;
  border-radius: .625rem;
  display: inline-block
}
.searchResult-content ul.search_list li h4 {
  margin-bottom: .625rem;
  font-weight: 500;
  color: #010101;
  font-size: 1.25;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.searchResult-content ul.search_list li p {
  color: #707070;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis
}
.searchResult-content ul.search_list li .full-float {
  margin-bottom: .313rem
}
.load-more-wrap {
  width: 100%;
  margin-top: 1.875rem;
  text-align: center;
}

.loadMore {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 1.188rem;
}

.loadMore:after {
  content: "";
  position: absolute;
  right: 0.7rem;
  top: 0.825rem;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border: 2px dashed #0085D3;
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  -ms-border-radius: 1.125rem;
  -o-border-radius: 1.125rem;
  border-radius: 1.125rem;
  animation: loadingD 1.5s 0.3s infinite;
  -webkit-animation: loadingD 1.5s 0.3s infinite;
  -ms-animation: loadingD 1.5s 0.3s infinite;
  -o-animation: loadingD 1.5s 0.3s infinite;
  vertical-align: middle;
  position: absolute;
}

@-webkit-keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loadMore:hover::after {border-color: #fff;}

.offcanvas {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.field-validation-error {
  color: red;
  font-size: 0.75rem;
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/



/*--------------------------------------------------------------
  # Error Page
  --------------------------------------------------------------*/

.no-banner-container.common-padding.error-page-container {
  padding-top: 5.625rem;
  margin-bottom: 0;
}

.error-page {
  margin: 5rem 0 2.5rem;
  text-align: center;
}

.error-page h1 {
  font-size: 9.375rem;
  line-height: 8.75rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.error-page h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.error-page p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #828282;
  width: 40%;
  margin: 0 auto 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}

.common-btn-fill {
  background-color: #0085D3;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}


.error-page-container .common-btn-fill {
  background: linear-gradient(to right, #0085D3 50%, #0085D3 50%) repeat scroll
    right bottom/200% 100% transparent;
  color: #ffffff;
  padding: 0.5rem 1.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  border-radius: 2.5rem;
  display: inline-block;
}

.error-page-container .common-btn-fill:hover {
  color: #ffffff;
  background: linear-gradient(to right, #225c2a 50%, #225c2a 50%) repeat scroll
    right bottom/200% 100% transparent;
  background-position: left bottom;
}

/*--------------------------------------------------------------
  # Maintanance Page
  --------------------------------------------------------------*/

.maintanance-page {
  margin: 120px 0 40px;
  text-align: center;
}

.maintanance-page h1 {
  font-size: 5rem;
  line-height: 5.625rem;
  font-weight: 700;
  /* margin-bottom: 30px; */
  width: 70%;
  margin: 0 auto 1.875rem auto;
}

.maintanance-page h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.maintanance-page hr {
  width: 50%;
  margin: 1rem auto;
}

.maintanance-page p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #131313;
}

.maintanance-page a {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #131313;
  display: block;
}

.maintanance-page a:hover {
  color: #3f2e71;
}

/*--------------------------------------------------------------
  # Sitemap Page
  --------------------------------------------------------------*/

.sitemap-titlewrap.page-header h1 {
  color: #000000;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.sitemap-container .sitemap-list h3.sitemap-list-head {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.938rem;
  text-align: left;
}

.sitemap-container .sitemap-list h3.sitemap-list-head a {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.938rem;
  padding: 6px 15px;
}

.sitemap-container .sitemap-list h3.sitemap-list-head a:hover {
  color: #0085D3;
}


.sitemap-container .sitemap-list h3.sitemap-list-head a:hover {
  background-color: rgba(0,133,211,0.2);
  color: #131313;
  box-shadow: inset 5px 0 0 #0085D3;
  transition-delay: .1s;
}

.sitemap-container .sitemap-list h4.sitemap-list-subhead {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  padding: 6px 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 0;
  /* text-transform: uppercase; */
  display: table;
}
.sitemap-container .sitemap-list h4.sitemap-list-subhead::before {
  content: '';
  background-color: #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;

  display: none;
  
}
.sitemap-container .sitemap-list h4.sitemap-list-subhead:hover::before{
  display: none;
}

.sitemap-container .sitemap-list h4.sitemap-list-subhead a {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.sitemap-container .sitemap-list h4.sitemap-list-subhead:hover {
  color: #0085D3;
}

.inner-links-wrap {margin-left: 10px;}


.sitemap-container .sitemap-list h4.sitemap-list-subhead:hover {
  background-color: rgba(0,133,211,0.2);
  color: #131313;
  box-shadow: inset 5px 0 0 #0085D3;
  transition-delay: .1s;
}

.sitemap-container .sitemap-list ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}

.sitemap-container .sitemap-list ul li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
  margin-right: 15px;
  flex: 0 0 35%;
  /* border-bottom: 1px solid #000; */
  
}
.sitemap-container .sitemap-list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d5d5d5;
  width: 100%;
  height: 1px;
}
.sitemap-container .sitemap-list ul li:before {
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  -webkit-transform: translate(-30% -50%) rotate(45deg);
  transform: translate(-30%, -50%) rotate(45deg);
  content: "";
  position: absolute;
  left: -.938rem;
  top: 12px;
  font-size: .875rem;
  color: #000;
  line-height: 1.25rem;

  display: none;
}

.sitemap-container .sitemap-list ul li a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sitemap-container .sitemap-list ul li a:hover {
  color: #0085D3;
}


/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.563rem;
  bottom: 1.25rem;
  z-index: 996;
  background: #0085D3;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -moz-box-shadow: 0px 0.188rem 0.375rem -0.188rem rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0.188rem 0.375rem -0.188rem rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.188rem 0.375rem -0.188rem rgba(0, 0, 0, 0.8);
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.back-to-top img {height: 8px;}
.back-to-top i {
  font-size: 1rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-0.625rem);
  -moz-transform: translateY(-0.625rem);
  -o-transform: translateY(-0.625rem);
  -ms-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

/*--------------------------------------------------------------
  # Common heading
  --------------------------------------------------------------*/
.common-title-wrap h2 {
  font-size: 2.813rem;
  line-height: 2.125rem;
  color: #131313;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.common-title-wrap h2 .heading-span {font-weight: 800;}
.common-title-wrap h2 span {
  /* text-fill-color: transparent;
  text-stroke: 2px black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #1B1A1F;
  -moz-text-fill-color: transparent; */
}
.common-title-wrap h1 {
  font-size: 2.813rem;
  line-height: 2.125rem;
  color: #131313;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.common-title-wrap h1 .heading-span {font-weight: 800;}
.common-title-wrap h1 span {
  /* text-fill-color: transparent;
  text-stroke: 2px black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #1B1A1F;
  -moz-text-fill-color: transparent; */
}

.common-title-wrap h3 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #131313;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.common-title-wrap p {
  font-size: 1.063rem;
  line-height: 1.5rem;
  color: #131313;
  font-weight: 400;
}

.common-title-wrap a {
  /* font-size: 1.125rem;
  line-height: 2.1rem;
  color: #1B1A1F;
  font-weight: 400; */
}
/* .common-title-wrap .common-btn {color: #fff;} */

/* SLICK: ARROWS */
.slick-custom-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  line-height: 2.813rem;
  text-align: center;
  background-color: transparent;
  color: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;

}
.slick-custom-arrow i {
  font-size: 1.25rem;
}
.slick-custom-arrow:hover {
  cursor: pointer;
  /* background-color: #f4633a; */
  /* color: #fff; */
}
.slick-custom-arrow-right {
  right: 20.625rem;
  top: 50%;
}
.slick-custom-arrow-left {
  left: -3.625rem;
  top: 50%;
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@-webkit-keyframes spin-load {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin-load {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin-load {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-load {
  to {
    -webkit-transform: rotate(360deg);
  }
}

a.full-click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.full-click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* nav.scrollUp {
    -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  } */

.slick-dots > li:only-child {
  display: none;
}


/*--------------------------------------------------------------
  # Home Page
  --------------------------------------------------------------*/

  .progressBarContainer {
    position: absolute;
    bottom: 10%;
    width: 250px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  
  .progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: #2575FC;
    border-radius: 1rem;
  }
  
  .progressBarContainer div:last-child {
    margin-right: 0;
  }
  
  .progressBarContainer div span.progressBar {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 1rem;
  }
  
  .progressBarContainer div span.progressBar .inProgress {
    background-color: #2575FC;
    width: 0%;
    height: 3px;
  }



/*--------------------------------------------------------------
  # PRIVACY POLICY PAGE
  --------------------------------------------------------------*/
.privacy_policy_botm {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	z-index:9999;
	background:rgba(0, 0, 0, .91);
transition:all .3s
}
.privacy_policy_bg {
	width:100%;
	height:auto;
	float:left;
	padding:10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.privacy_policy_botm p {
	float:left;
	margin:0;
	font-size:13px;
	color:#fff;
	line-height:20px;
	font-weight:300;

}
.privacy_btn {
	float:right;
	margin:5px 0;
  padding-left: 20px;
}
.privacy_btn .pp-btn {
	background:#4ce0e0;
	color:#212120;
	padding:0 15px;
	line-height:25px;
	border-radius:25px;
	font-size:13px;
	display:inline-block
}
.privacy_btn .pp-btn:last-child {
	margin-left:5px;
}
.privacy_btn button, .privacy_btn a {
  background: #0085D3;
  color: #fff;
  padding: 0 15px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 13px;
  display: inline-block;
}
.privacy_btn button:hover, .privacy_btn a:hover {
  background: #fff;
  color: #0085D3;
}
/* reveal img  */
.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.reveal img {  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;}
.reveal-right {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.reveal-right img {  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;}
.reveal-top {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}


.imgContentBox-container .imgContentBox-inner {
  padding: 0px 0px 0px 50px;
  /*background-color: rgba(255, 255, 255, 1);
  */position: relative;
  z-index: 1;
  top: 25px;
  left: 0;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
   */
   
}

.commonContentLR-section.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {
  padding-right: 18%;
  padding-left: 0;
}
.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {
  left: auto;
  right: -120px;
}
.imgContentBox-carousel {border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;}
.imgContentBox-img { border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px; }
.imgContentBox-carousel .img-item img {border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;width: 100%;}


.singleimgContentBox {border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;}
.singleimgContentBox-img { border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px; }
.singleimgContentBox .img-item img {border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;width: 100%;}

.commonContentLR-section.imgContentBoxSlider-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {  padding-right: 0; }
.commonContentLR-section.imgContentBoxSlider-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {right: 0;}
.imgContentBoxSlider-container .imgContentBox-img {z-index: 10;}
.imgContentBoxSlider-container .imgContentBox-inner {position: relative;padding: 60px 0px 0px 50px;}
.imgContentBoxSlider-container .imgContentBox-inner::after {content: '';background-color: #F1F1F1; position: absolute;top: 0; left: -100px;width: 100vw;height: 100%;z-index: -1;}
.imgContentBoxSlider-container.rowreverse-imgContentBox .imgContentBox-inner::after {content: '';background-color: #F1F1F1; position: absolute;top: 0;left: auto; right: -100px;width: 100vw;height: 100%;z-index: -1;}
.imgContentBox-container.outcontainer-wrapper .imgContentBox-inner {padding: 0px 12% 0px 0px;}

.imgContentBox-inner.common-title-wrap ul {list-style: none;}
.imgContentBox-inner.common-title-wrap ul li {font-size: 1.063rem;line-height: 1.5rem;color: #131313;font-weight: 400;position: relative;margin-bottom: 15px;}
.imgContentBox-inner.common-title-wrap ul li:last-child{margin-bottom: 0;}
.imgContentBox-inner.common-title-wrap ul li::after { content: ''; background-color: #0085D3; width: 12px; height: 12px; position: absolute; top: 7px; left: -25px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.dualimage-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {right: 0;padding-right: 0;}
.dualimage-items {display: flex;align-items: end;justify-content: start;position: relative;}
.dualimage-items img { border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; }
.dualimage-items img:nth-child(1){transition-delay: 0.1s !important;}
.dualimage-items img:nth-child(2){border: 5px solid #fff;position: absolute;right: 70px;bottom: -12%;transition-delay: 0.2s !important;}

.min-vh-container {height: 100%;}

.bgimgContentBox-container.imgContentBox-container .imgContentBox-inner {padding: 40px 40px;position: relative;left: -70px;}
.bg-imgContentBox { background-color: rgba(255, 255, 255, 1); box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; }

/*animation element*/
.animation-element {
  /* opacity: 0; */
  position: relative;
}
/*animation element sliding left*/

/* .animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  -ms-transition: all 400ms linear;
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
} */

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -ms-transition: all 400ms linear;
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.animation-element.fadein {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}

.animation-element.fadein.in-view {
  opacity: 1;
}

.animation-element.fadein-up {
  opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,50px,0);	-webkit-transform: translate3d(0,50px,0);	-o-transform: translate3d(0,50px,0);	-ms-transform: translate3d(0,50px,0);	transform: translate3d(0,50px,0); 
}


.animation-element.fadein-up.in-view {
  opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
}

.animation-element.fadein-down {
  opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,-200px,0);	-webkit-transform: translate3d(0,-200px,0);	-o-transform: translate3d(0,-200px,0);	-ms-transform: translate3d(0,-200px,0);	transform: translate3d(0,-200px,0); 
}

.animation-element.fadein-down.in-view {
  opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
}

.animation-element.zoomin {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

}

.animation-element.zoomin.in-view {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.animation-element.bounce {
   opacity: 0;
  /*-moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear; */
}

.animation-element.bounce.in-view {
  opacity: 1;
  animation: bounce2 0.5s ease-in-out;
  -webkit-animation: bounce2 0.5s ease-in-out;
}

@keyframes bounce2 {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

  60% {
    opacity: 1;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

  80% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
}

.animation-element.animation-delay1 {
  transition-delay: 1s;
}
.animation-element.animation-delay1_5 {
  transition-delay: 1.5s;
}
.animation-element.animation-delay2 {
  transition-delay: 2s;
}
.animation-element.animation-delay2_5 {
  transition-delay: 2.5s;
}
.animation-element.animation-delay3 {
  transition-delay: 3s;
}

.slick-slide {
  margin: 0 10px;
}
.home-slider .slick-slide {
  margin: 0 0;
}

/*--------------------------------------------------------------
  # common-slider-oprion1
  --------------------------------------------------------------*/
.common-slider-oprion1 .slick-list {
  padding-top: 20px;
}

.common-slider-oprion1 .figure-caption {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #131313;
  font-weight: 700;
  padding: 10px 0;
  -webkit-transition: all 500ms ease 0.11s;
  -moz-transition: all 500ms ease 0.11s;
  -o-transition: all 500ms ease 0.11s;
  -ms-transition: all 500ms ease 0.11s;
    transition: all 500ms ease 0.11s;
}
.common-slider-oprion1 .figure {
  -webkit-transition: all 300ms ease 0.11s;
-moz-transition: all 300ms ease 0.11s;
-o-transition: all 300ms ease 0.11s;
-ms-transition: all 300ms ease 0.11s;
  transition: all 300ms ease 0.11s;
}

.common-slider-oprion1 .slide-box:hover .figure {
  -webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-o-transform: translateY(-20px);
-ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.common-slider-oprion1 .slide-box:hover .figure .figure-caption {
  opacity: 0;
  visibility: hidden;
}


.content-box picture {
  position: relative;
  overflow: hidden;
  display: block;
}
.content-box picture::after {
  content: '';
  background: #000;
  background: -moz-linear-gradient(top,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 85%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 85%);
  background: linear-gradient(top,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 85%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

/* .content-box:hover picture::after {
  opacity: 1;
} */

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 65%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-details h4 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #ffffff;
  font-weight: 700;
}
.content-details p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}
.common-slider-oprion1 .slide-box.content-box:hover .content-details{
  top: 60%;
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.content-box .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  bottom: -75px;
  left: 15px;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #2575FC;
  border-radius: 1.625rem;
  -webkit-transition: all 300ms ease 0.11s;
  -moz-transition: all 300ms ease 0.11s;
  -o-transition: all 300ms ease 0.11s;
  -ms-transition: all 300ms ease 0.11s;
    transition: all 300ms ease 0.11s;
}
.content-box .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.375rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;

}
.content-box .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
  
}

.common-slider-oprion1 .slide-box.content-box:hover .circle {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

/*--------------------------------------------------------------
  # parallax background
  --------------------------------------------------------------*/
.parallax-section {
  height: 780px;
  overflow: hidden;
  position: relative;
}
.parallax-section .parallax-content {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.parallax-section .parallax-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}
.overlay-bg-fromtop::after {
  content: '';
  background: #000;
  background: -moz-linear-gradient(360deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  background: -webkit-linear-gradient(360deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  background: linear-gradient(360deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

.overlay-bg-frombottom::after {
  content: '';
  background: #000;
  background: -moz-linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  background: -webkit-linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  background: linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.5) 75%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

.overlay-bg-full::after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

.overlay-whitebg-frombottom::after {
  content: '';
  background: #fff;
  background: -moz-linear-gradient(180deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.5) 75%);
  background: -webkit-linear-gradient(180deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.5) 75%);
  background: linear-gradient(180deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.5) 75%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

/*--------------------------------------------------------------
  # pinned-image
  --------------------------------------------------------------*/
  
  .pinned-image {
    color: white;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .pinned-image--small {
    height: 65vh;
  }
  .pinned-image--light {
    color: #19192a;
  }
  .pinned-image--light .pinned-image__container-overlay {
    background: rgba(255, 255, 255, 0.5);
  }
  .pinned-image__container {
    padding-top: 58%;
    position: relative;
    transform: scale(0.75);
    width: 100%;
  }
  .pinned-image__container-overlay {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .pinned-image__container-overlay--gradient {
    background: rgba(206, 112, 222, 0.7);
    background: linear-gradient(90deg, #ce70de 0%, rgba(255, 98, 141, 0.7) 100%);
  }
  .pinned-image__container img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .pinned-image__quote {
    font-weight: 300;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate3d(-50%, -100%, 0);
    width: 100%;
  }




/*--------------------------------------------------------------
  #  Slider with Scrollbar
  --------------------------------------------------------------*/
  
.swiper-container {
  padding-bottom: 20px;

}
.swiper-container-option1.swiper-container {
  /* overflow: visible; */
  width: 120%;
  position: relative;
  padding-top: 35%;
}
body .swiper-container-horizontal>.swiper-scrollbar {
  left: 0%;
  width: 84%;
}
.swiper-container .swiper-scrollbar {
  background: #d6d6d6;
}
 .swiper-container .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  background: rgba(255,255,255,.4);
  overflow: hidden;
}
.swiper-container .swiper-scrollbar-drag {
  background: rgba(255,255,255,1);
  cursor: pointer;
}
.swiper-container .swiper-scrollbar-drag {
  width: 250px !important;
}
.swiper-wrapper img {
  width: 100%;
}

.bg-gray {
  background-color: #F1F1F1;
}
.bg-white {
  background-color: #ffffff;
}

.bg-gray-gradient {background: rgb(241,241,241);background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,0) 100%);}


iframe {width: 100%;height: 100%;}



.common-list-diamond {
  padding-left: 0;
}
.common-list-diamond li {
  list-style: none;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
  padding: 0px 0 5px 20px;
  position: relative;
}
.common-list-diamond li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.common-list-diamond li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #131313;
  padding: 10px 0;
  position: relative;
}

.common-list-diamond li a:hover {
  color: #3E2D79;
}

ul.common-list-diamond li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #3E2D79;
}
ul.common-list-diamond li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #3E2D79;
}

ul.bullets-square {padding: 0;}
ul.bullets-square li { list-style: none;position: relative;padding: 0 0 0 20px;margin-bottom: 15px;font-size: 16px;line-height: 24px;color: #010101;}
ul.bullets-square li::before {content: "";position: absolute;left: 0;top: 5px;width: 10px;height: 10px;background-color: #010101;}

ul.bullets-circle {padding: 0;}
ul.bullets-circle li { list-style: none;position: relative;padding: 0 0 0 20px;margin-bottom: 15px;font-size: 16px;line-height: 24px;color: #010101;}
ul.bullets-circle li::before { content: ""; position: absolute; left: 0; top: 5px; width: 10px; height: 10px; background-color: #010101; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }




/*--------------------------------------------------------------
  # common-slider-oprion2
  --------------------------------------------------------------*/
.common-slider-oprion2 .content-caption span {
  background-color: #D5AA00;
  padding: 3px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 10px;
  border-radius: 0;
  font-weight: 500;
}
.common-slider-oprion2 .content-caption p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
}

.common-slider-oprion2 .figure .fig-picture {
  position: relative;
  overflow: hidden;
}
.common-slider-oprion2 .figure img {
  /* -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  -ms-transition: transform .2s;
  transition: transform .2s; */
  -webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;

}
.common-slider-oprion2 .figure:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.common-slider-oprion2 .figure:hover .content-caption img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.common-slider-oprion2 .figure .content-caption img {margin-bottom: 20px;}
.common-slider-oprion2 .content-box .figure {margin-bottom: 0;position: relative;}
.content-caption {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 65%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-caption h3{
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.content-caption h4{
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700;
}
.noimg-box {
  background-color: #f1f1f1;
  padding: 15px 15px;
  display: flex;
  align-items: start;
  height: 356px;
}
.noimg-box .content-caption {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  transform: none;
}
.common-slider-oprion2 .noimg-box .content-caption p {
  color: #131313;
}
.common-slider-oprion2 .content-box:hover .noimg-box .content-caption {
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
  # common-slider-oprion3
  --------------------------------------------------------------*/
  .common-slider-oprion3 .figure .fig-picture {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;border-top-right-radius: 20px;
  }
  .common-slider-oprion3 .figure img {
    /* -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  -ms-transition: transform .2s;
    transition: transform .2s; */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
  }
  .common-slider-oprion3 .figure:hover img {
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .common-slider-oprion3 .content-figcaption {
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .common-slider-oprion3 .content-figcaption h3 {font-size: 1.313rem;line-height: 2rem;color: #010101;}
  .common-slider-oprion3 .content-figcaption p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #010101;
  }

  .common-slider-oprion3 .content-figcaption {
    padding: 15px 15px;
  }
  .common-slider-oprion3 .figure {margin-bottom: 0;position: relative;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 20px;
  }
  .common-slider-oprion3 .content-figcaption .button-wrap {
    position: relative;
    display: inline-block;

}
  .common-slider-oprion3 .figure:hover .content-figcaption .button-wrap img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.common-slider-oprion3 .slick-track {padding: 15px 0;}
.common-slider-oprion3 .figure:hover {box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}




.innerbanner-section {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  position: relative;
  z-index: 1;
  /* margin-top: 90px; */
  /* overflow: hidden; */
  flex-direction: column;
  margin-bottom: 0px;
  max-height:767px;
}

.bannerWrapper .bgWrapper figure {
  position: relative;
  margin: 0px;
}
.bannerWrapper .bgWrapper {height: 100%;overflow: hidden;width: 100%;}
.bannerWrapper .bgWrapper figure img {
  width: 100%;
}
.bannerWrapper .bgWrapper .overlay {
  position: absolute;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.2) 70%, #101010 115%);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);

}
/* .innerSection-wrapper .bannerWrapper .bgWrapper .overlay {display: none;} */

.parllaxWrapper-container .parllaxWrapper .overlay {
  position: absolute;
  margin: 0px;
  left: 0px;
  bottom: -50px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 70%, #101010 90%);
}

.onbannerTextWrapperp .bgWrapper_titleWrap h1 {color: #1E1E1E;}
.onbannerTextWrapperp .bgWrapper_titleWrap p {color: #1E1E1E;}

.onbannerTextWrapperp .bgWrapper_titleWrap {position: absolute;bottom: 40%; left: auto;max-width: 33%;z-index: 1;}

.bgWrapper_titleWrap {position: relative;bottom:0; left: auto;max-width: 100%;z-index: 1;}
.bgWrapper_titleWrap h1 {color: #fff;font-size: 3rem;line-height:1.25; -webkit-animation: 2s .3s backwards drop-in;-moz-animation: 2s .3s backwards drop-in;-o-animation: 2s .3s backwards drop-in;animation: 2s .3s backwards drop-in}
.bgWrapper_titleWrap p { color: #fff; font-size: 1.125rem; line-height: 1.5rem; -webkit-animation: 1.8s .2s backwards drop-in; -moz-animation: 1.8s .2s backwards drop-in; -o-animation: 1.8s .2s backwards drop-in; animation: 1.8s .2s backwards drop-in; }


@-webkit-keyframes drop-in {
  from {
      opacity: 0;
      transform: translateY(-100px)
  }

  to {
      opacity: 1;
      transform: translate(0)  ;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
}
}

@-moz-keyframes drop-in {
  from {
      opacity: 0;
      transform: translateY(-100px)
  }

  to {
      opacity: 1;
      transform: translate(0)
  }
}

@-o-keyframes drop-in {
  from {
      opacity: 0;
      transform: translateY(-100px)  ;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
}

  to {
      opacity: 1;
      transform: translate(0)
  }
}

@keyframes drop-in {
  from {
      opacity: 0;
      transform: translateY(-100px)
  }

  to {
      opacity: 1;
      transform: translate(0)
  }
}


.breadcrumb_container {background-color: rgba(255, 255, 255, 0%);width: 100%;position: relative;bottom: 0;left: 0;z-index: 10;}

.onbannerTextWrapperp .breadcrumb_container li {color: #1E1E1E;}
.onbannerTextWrapperp .breadcrumb_container li a {color: #1E1E1E;}
.onbannerTextWrapperp .breadcrumb_container .breadcrumb-item+.breadcrumb-item::before {color: #1E1E1E;}
.onbannerTextWrapperp .breadcrumb-item.active {color: #1E1E1E;}

.breadcrumb_container li {color: #fff;font-size: 13px; line-height: 21px;text-transform: uppercase;}
.breadcrumb_container li a {color: #fff;font-size: 13px; line-height: 21px;font-weight: 400;}
.breadcrumb_container .breadcrumb-item+.breadcrumb-item::before {color: #fff;}
.breadcrumb_container .breadcrumb {margin-bottom: 0;padding: 0px 0;}
.breadcrumb-item.active {color: #fff;}
.parllaxWrapper-container {position: relative;overflow: hidden;height: 100vh;}
.parllaxWrapper-container .simpleParallax img {height: 100vh;object-fit: cover;}
.bgWrapper_title {position: relative;z-index: 2;}

.parallax-icon-innerbanner {top: 5%;right: -15%;}
.parallax-icon-innerbanner2 {top: 1%;left: -20%;}

.plaininnerbanner-section {background-color: rgba(92, 195, 255, 0.46);padding: 40px 0;margin-top: 90px;}
.plainbgWrapper_title h1 {color: #010101;font-size: 55px;line-height: 65px;font-weight: 900;margin-bottom: 0;}
.plainBannerbreadcrumb_container li a {color: #010101;font-size: 16px;line-height: 24px;}
.plainBannerbreadcrumb_container {background-color: #f1f1f1;padding: 10px 0;}
.plainBannerbreadcrumb_container .breadcrumb {margin-bottom: 0;}
.shareWrap span {margin-left: 5px;}
.intro-para {font-size: 22px;line-height: 32px;color: #010101;font-weight: 300;}


.main-container {position: relative;}
/* .viewport {  position: fixed;left: 0;top: 0;width: 100%; height: 100%;} */

.highlighter-text h2 .highlight-span {background-color: #79D400;padding: 5px 5px;color: #ffffff;display: inline-block;margin-top: 10px;}
.common-title-wrap.highlighter-text p {padding-right: 35%;margin-top: 40px;}
.row-reverse-right .common-title-wrap {padding-right: 20px;}
.row-reverse-left .common-title-wrap {padding-left: 20px;}
.row-reverse .common-title-wrap.highlighter-text p {padding-right: 20%;}
.image-container {position: relative;overflow: hidden;}
.image-container.dual-image {overflow: visible;}

.innerbanner-slider .slick-slide {margin: 0 0;}
.innerbanner-slider .slick-custom-arrow-left {left: 20px;}
.innerbanner-slider .slick-custom-arrow-right {right: 20px;}

.hoverZoomImg {position: relative;overflow: hidden;}
.hoverZoomImg img { transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; }
.hoverZoomImg-hover:hover .hoverZoomImg img { transform: scale(1.1) rotate(0deg); -webkit-transform: scale(1.1) rotate(0deg); -moz-transform: scale(1.1) rotate(0deg); -ms-transform: scale(1.1) rotate(0deg); -o-transform: scale(1.1) rotate(0deg); }


.intro-bg-section {text-align: center;position: relative;height: 100%; padding: 80px 0 120px 0;}
.intro-bg-section p {font-size: 26px;line-height: 38px;color: #010101;margin-bottom: 0;font-weight: 400;padding-bottom: 60px;}


/* Modal effect 6  zoomOutIn */

.zoomOutInModal.modal.fade .modal-dialog { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; -o-transform: scale(1.2); -ms-transition: all 0.5s; -o-transition: all 0.5s; }

.zoomOutInModal.modal.fade.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}

.intro-left p {text-align: left;}
.spinner-border {position: relative;top: 4px;left: 4px;}

/* .viewport {overflow: hidden;position: fixed;height: 100%;width: 100%;top: 0;left: 0;right: 0;bottom: 0;} */
/* .scroll-container {position: relative;overflow: hidden;z-index: 10;} */

/*--------------------------------------------------------------
  # Read more CSS
  --------------------------------------------------------------*/
  button.expand-toggle.hidden {
    display: none;
  }
  
  div.expander {
    position: relative;
    overflow: hidden;
    /* max-height: 150px;  */
    transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    margin-bottom: 15px;
  }
  
  div.expander:before { /* this applies a faded gradient to the bottom of the expanding content when closed */
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); 
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    z-index: 1;

    display: none;
  }
  
  div.expander.expanded:before { /* hides the gradient when expanded */
    opacity: 0;
  }
  div.expander.expanded {
    /* max-height: 232px; */
  }
  
  .expand-toggle {
    display: inline-block;
    position: relative;
    width: 215px;
  }
  .expand-toggle::before { content: ''; background-image: url(../images/common-images/btnarrow-blue.svg); background-position: center; background-repeat: no-repeat; background-size: cover; width: 8px; height: 14px; position: absolute; right: 18px; top: 14px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
  /* .expand-toggle.arrow-up {width: 160px;} */
  .expand-toggle:hover::before {background-image: url(../images/common-images/btnarrow-white.svg);}
  .expand-toggle.arrow-up::before{ transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }

  /* .expandwrap-inner div.expander {min-height: 340px;} */
  .expander.expanded .inner-bit p {position: relative;z-index: 1;}



/*--------------------------------------------------------------
  # Video Full Width CSS
  --------------------------------------------------------------*/
.videobg-container {position: relative;margin-bottom: 80px;}
.video-icon-wrap {position: absolute;top: 50%;left: 50%;z-index: 2;cursor: pointer;transform: translate(-50%, -50%);}
.videobg-img {position: relative;top: 0;left: 0;width: 100%;height: 100%;}
.videobg-content {position: absolute;bottom: 60px;left: 130px;z-index: 2;}
.videobg-content h2 {color: #fff;}
.videobg-content p {color: #fff;}
#close-video {border: 2px solid;border-radius: 50%;background: transparent;font-size: 26px;color: #fff;height: 56px;width: 56px;text-align: center;display: flex;align-items: center;
  justify-content: center;margin: 0 auto;}
.youtube-video .modal-dialog {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 100%;padding: 0 15px;height: 100%;max-width: 1000px !important;display: flex;
  flex-direction: column;justify-content: center;}
#video-container {position: relative;padding-bottom: 50%;padding-top: 30px;height: 0;overflow: hidden;}
iframe#youtubevideo {position: absolute;top: 0;left: 0;height: 100%;width: 100%;}
.youtube-video .modal-footer {border: none;text-align: center;display: block;padding: 0;}
.youtube-video .modal-content {background: none !important;border: none;}


/*--------------------------------------------------------------
  # Video Center Slider
  --------------------------------------------------------------*/
.light-yellow-bg {background-color: #F1EDE6;}

.video-centerslider .progress {display: block;width: 100%;height: 3px; border-radius: 10px; overflow: hidden;background-color: rgba(28,60,133,0.5);background-image: linear-gradient(to right, #1C3C85, #1C3C85);background-repeat: no-repeat;background-size: 0 100%;transition: background-size 0.4s ease-in-out;}
.video-centerslider .progressSlider-container {position: relative;z-index: 2;}
.video-centerslider .progressSlider-bottom {position: relative; display: flex;align-items: center;justify-content: center;padding: 30px 0;max-width: 45%;margin: 0 auto;}
.video-centerslider .slides-numbers {color: #1C3C85; width: 110px;margin-right: 15px;}
.video-centerslider .slides-numbers .active {font-size: 25px;font-weight: 700;}
.video-centerslider .slides-numbers .total {font-size: 20px;font-weight: 400;}
.video-centerslider .sliderbtn-wrap {width: 120px;position: relative;margin-left: 30px;}
.video-centerslider .progressSlider-container .slick-custom-arrow {box-shadow: none;border: 1px solid #1C3C85;}
.video-centerslider .progressSlider-container .slick-custom-arrow i {color: #1C3C85}
.video-centerslider .sectionWithBG {margin-top: 10%;}
.video-centerslider {position: relative;margin-top: 30px;}
.vidblogs-figureCaption figure {margin-bottom: 0;}
.vidblogs-figureCaption {position: relative;height: 100%;}
.video-centerslider .video-icon-wrap {z-index: 5;}
.video-centerslider .slider-progress .item.slick-slide {
  width: 700px;
  height: 400px !important;
  transition: transform .4s;
  position: relative; 
}

.video-centerslider .slider-progress .slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}



.video-centerslider .slider-progress .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-120px);
  z-index: 10;
}

.video-centerslider .slider-progress .item.slick-slide.slick-active {
  transform: scale(0.8) translate(120px);
}

.video-centerslider .slider-progress .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.video-centerslider .slider-progress .slick-center:after {
  opacity: 0;
}

#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  opacity: 1;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
  opacity: 1;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

.vidblogs-figureCaption .content-caption {text-align: center;top: 90%;}
.vidblogs-figureCaption .content-caption p {color: #fff;margin-bottom: 0;}
.vidblogs-figureCaption picture::after {content: '';background: #000;background: -moz-linear-gradient(top,rgba(0,0,0,.04\2) 0,rgba(0,0,0,.7) 85%);background: -webkit-linear-gradient(top,rgba(0,0,0,.02) 0,rgba(0,0,0,.7) 85%);background: linear-gradient(top,rgba(0,0,0,.02) 0,rgba(0,0,0,.7) 85%);  position: absolute;height: 100%;width: 100%;left: 0;top: 0;bottom: 0;
  right: 0;opacity: 1;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}


/* .expandwrap-inner div.expander {max-height: 185px;} */


/*--------------------------------------------------------------
  # drow-line css
  --------------------------------------------------------------*/
  .animation-element.drow-line {
    opacity: 0;
  }
  
  .animation-element.drow-line.in-view {
    opacity: 1;
    stroke: #C6893F;
    stroke-width: 1;
    animation: offset 20s ease-out alternate forwards, fill-black 1s 1s forwards;
    -webkit-animation: offset 20s ease-out alternate forwards, fill-black 1s 1s forwards;
  }
  .features-icon svg path {
    stroke-width: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  
  @keyframes offset {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes fill-black {
    to { fill: #C6893F; stroke: transparent; }
  }
  

  body .slick-dots li {width: auto;height: 15px;}
  body .slick-dots li button:before {font-size: 10px;}
  body .slick-dots li.slick-active button:before {color: #0085D3;}
  /* .custom-arrow-bottom .slick-custom-arrow-left {left: 46%;top: auto; bottom: -100px;}
  .custom-arrow-bottom .slick-custom-arrow-right {right: 45%; top: auto;bottom: -100px;} */
  .slick-custom-arrow img {background-color: #fff;border-radius: 50%;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;transition: all 0.4s;}
  .slick-custom-arrow:hover img {background-color: rgba(0,133,211,0.7);}
  .common-slider-oprion3 picture::after {
    content: '';
    background: #000;
    background: -moz-linear-gradient(top,rgba(0,0,0,.04) 0,rgba(0,0,0,.7) 85%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.04) 0,rgba(0,0,0,.7) 85%);
    background: linear-gradient(top,rgba(0,0,0,.04) 0,rgba(0,0,0,.7) 85%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


.banner_heading_txt .word{overflow-y:hidden}
.banner_heading_txt .char{transform:translateY(250px);-webkit-transform:translateY(250px);-moz-transform:translateY(250px);-ms-transform:translateY(250px);-o-transform:translateY(250px);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s}


.revealup {
  opacity: 0;
  transform: translate3d(0,200px,0);
  transition: opacity .8s,transform .8s;
  visibility: hidden
}

.revealup_visible {
  opacity: 1;
  transform: translate3d(0,0,0);
  visibility: visible
}
.revealflip {opacity: 0;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, -0.05, 0.25, 1);visibility: hidden;backface-visibility: hidden;transition-property: transform;transform: perspective(2500px) rotateY(-100deg); transition-delay: 0.1s; }
.revealflip_visible {opacity: 1;transform: perspective(2500px) rotateY(0);visibility: visible;}

/* .revealflip {
  opacity: 0;
  transition-duration: .5s;
  transition-timing-function: ease;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
  transform: perspective(2500px) rotateY(-100deg);
}

.revealflip_visible {
  opacity: 1;
  transform: perspective(2500px) rotateY(0);
  visibility: visible;
} */


.swift-up-animation .swift-up-text span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;

  -webkit-transition: .3s swift-up ease-in-out forwards;
  -moz-transition: .3s swift-up ease-in-out forwards;
  -o-transition: .3s swift-up ease-in-out forwards;
  -ms-transition: .3s swift-up ease-in-out forwards;
}

.swift-up-animation .swift-up-text i {
  font-style: normal !important;
  position: relative;
  top: 42px;
  animation: .5s swift-up ease-in-out forwards;
  -webkit-transition: .5s swift-up ease-in-out forwards;
  -moz-transition: .5s swift-up ease-in-out forwards;
  -o-transition: .5s swift-up ease-in-out forwards;
  -ms-transition: .5s swift-up ease-in-out forwards;
}


.abg-introbox-section {background-repeat: repeat;background-position: center;background-size: cover;padding-bottom: 60px;}
.abg-introbox-box {background-color: #ffffff;padding: 40px 30px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;margin-top: -100px;position: relative;z-index: 1;}
.abg-introbox-box .text-gray {color: #767676;}
.abg-introbox-box .introline-text {font-size: 1.125rem;line-height: 1.5rem;}
.abg-introbox-box p {color: #131313;font-size: 1rem;line-height: 1.5rem;}
.abg-introbox-box p:last-child {margin-bottom: 0;}

.intro-para-wrap {font-size: 1.125rem;line-height: 1.5rem;text-align: center;}








/*--------------------------------------------------------------
  # Splitting
  --------------------------------------------------------------*/
  .splitting .word,
  .splitting .char {
    display: inline-block;
    /* overflow: hidden; */
    height: 46px;
  }
  
  /* Psuedo-element chars */
  .splitting .char {
    position: relative;
  }
  
  /**
   * Populate the psuedo elements with the character to allow for expanded effects
   * Set to `display: none` by default; just add `display: block` when you want
   * to use the psuedo elements
   */
  .splitting .char::before,
  .splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
  }
  
  /* Expanded CSS Variables */
  
  .splitting {
    /* The center word index */
    --word-center: calc((var(--word-total) - 1) / 2);
  
    /* The center character index */
    --char-center: calc((var(--char-total) - 1) / 2);
  
    /* The center character index */
    --line-center: calc((var(--line-total) - 1) / 2);
  }
  
  .splitting .word {
    /* Pecent (0-1) of the word's position */
    --word-percent: calc(var(--word-index) / var(--word-total));
  
    /* Pecent (0-1) of the line's position */
    --line-percent: calc(var(--line-index) / var(--line-total));
  }
  
  .splitting .char {
    /* Percent (0-1) of the char's position */
    --char-percent: calc(var(--char-index) / var(--char-total));
  
    /* Offset from center, positive & negative */
    --char-offset: calc(var(--char-index) - var(--char-center));
  
    /* Absolute distance from center, only positive */
    --distance: calc(
       (var(--char-offset) * var(--char-offset)) / var(--char-center)
    );
  
    /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
    --distance-sine: calc(var(--char-offset) / var(--char-center));
  
    /* Distance from center where 1 is far left/far right, 0 is center */
    --distance-percent: calc((var(--distance) / var(--char-center)));
  }
  
  
  .splitting .char {
      position: relative;
    line-height:55px;
  }
    .heading-h2.splitting .char {
    transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    transition-delay: calc( 40ms * var(--char-index) );
    -webkit-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -moz-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -ms-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -o-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
}
    .heading-h2.splitting[data-scroll=out] .char {
    opacity: 0.1;
    transform: translateY(0.55em);
    }
    .heading-h2.splitting .word .char {color: #1B1A1F;}
.heading-higlight .word .char {color: #1B1A1F !important;}




.common-title-wrap.normal-common-title h2 {font-family: 'Montserrat', sans-serif;} 
.common-title-wrap.normal-common-title h2 .heading-higlight {color: #1B1A1F;}


.heading-h1.splitting .char {
  transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
  transition-delay: calc( 20ms * var(--char-index) );
  -webkit-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
  -moz-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
  -ms-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
  -o-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
}
  .heading-h1.splitting[data-scroll=out] .char {
  opacity: 0.1;
  transform: translateY(0.55em);
  }
  .heading-h1.splitting .word .char {color: #1B1A1F;}



  .loading {
    font-size: 84px;
    font-weight: 800;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 33%;
  }
  .loading span {
    display: inline-block;
    color: #fff;
  }
  
  /* code #1 */
  .loading01 span {
    animation: loading01 1s infinite alternate;
    -webkit-animation: loading01 1s infinite alternate;
  }
  .loading01 span:nth-child(1) {
    animation-delay: 0s;
  }
  .loading01 span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .loading01 span:nth-child(3) {
    animation-delay: 0.2s;
  }
  .loading01 span:nth-child(4) {
    animation-delay: 0.3s;
  }
  .loading01 span:nth-child(5) {
    animation-delay: 0.4s;
  }
  .loading01 span:nth-child(6) {
    animation-delay: 0.5s;
  }
  .loading01 span:nth-child(7) {
    animation-delay: 0.6s;
  }
  
  @keyframes loading01 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  .hidden-body {
    opacity: 0;
  }

  .visible-body {
    opacity: 1;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
}
.bullet-points {list-style: none;padding-left: 15px;}
.bullet-points li {text-indent: -0.75em;margin-bottom: 5px;}
.bullet-points li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.438rem;
    width: 0.438rem;
    margin-right: 0.5rem;
    background-color: #0085D3;
    position: relative;
    top: -2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.bullet-points li:hover::before {  width: 0.838rem;}

.arrow-btn-outer {
  background: rgba(255, 255, 255, 1);
  border: 2px solid #707070;
  border-radius: 50px;
}
.arrow-btn-outer {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.arrow-btn::before {
  transform: rotate(45deg);
  margin: -5px 0 0 -1px;
}
.arrow-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #707070;
  border-width: 2px 2px 0 0;
  position: absolute;
  transform-origin: 50% 50%;
}
.arrow-btn::after {
  width: 20px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-12px, -1px);
  -webkit-transform: translate(-12px, -1px);
  -moz-transform: translate(-12px, -1px);
  -ms-transform: translate(-12px, -1px);
  -o-transform: translate(-12px, -1px);
}
.arrow-btn::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #707070;
  position: absolute;
  transform-origin: 50% 50%;
}
.arrow-btn-outer:hover {border-color: #0085D3;}
.arrow-btn-outer:hover .arrow-btn::before {border-color: #0085D3;}
.arrow-btn-outer:hover .arrow-btn::after { border-color: #0085D3; }
.arrow-btn-outer:hover .arrow-btn { display: block; width: 100%; height: 100%; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); }
.arrow-btn-outer:hover .arrow-btn {
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  -o-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.joinus-first-section-padding{ padding-top:85px;}

@media all and (min-width:1080px){
/**ANIMATION**/
/* .animation-element{opacity: 0;position: relative;} */
.animation-element.slide-up {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,200px,0);	-webkit-transform: translate3d(0,200px,0);	-o-transform: translate3d(0,200px,0);	-ms-transform: translate3d(0,200px,0);	transform: translate3d(0,200px,0);  }
.animation-element.slide-up.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element-out.animation-element{opacity: 1;position: relative;}
.animation-element-out.animation-element .slide-up {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,200px,0);	-webkit-transform: translate3d(0,200px,0);	-o-transform: translate3d(0,200px,0);	-ms-transform: translate3d(0,200px,0);	transform: translate3d(0,200px,0);  }
.animation-element-out.animation-element.in-view .slide-up {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element-out.animation-element .slide-right {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(200px,0,0);	-webkit-transform: translate3d(200px,0px,0);	-o-transform: translate3d(200px,0,0);	-ms-transform: translate3d(200px,0,0);	transform: translate3d(200px,0,0);  }
.animation-element-out.animation-element.in-view .slide-right {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element-out.animation-element .flip {opacity: 0;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, -0.05, 0.25, 1);visibility: hidden;backface-visibility: hidden;transition-property: transform;transform: perspective(2500px) rotateY(-100deg); transition-delay: 0.1s; }
.animation-element-out.animation-element.in-view .flip {opacity: 1;transform: perspective(2500px) rotateY(0);visibility: visible;}


.animation-element.slide-right {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(200px,0,0);	-webkit-transform: translate3d(200px,0px,0);	-o-transform: translate3d(200px,0,0);	-ms-transform: translate3d(200px,0,0);	transform: translate3d(200px,0,0);  }
.animation-element.slide-right.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element.slide-left {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(-200px,0,0); -webkit-transform: translate3d(-200px,0px,0);-o-transform: translate3d(-200px,0,0);-ms-transform:  translate3d(-200px,0,0);transform:  translate3d(-200px,0,0);  }
.animation-element.slide-left.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.delay-1{ transition-delay: 0.1s !important;}
.delay-2{ transition-delay: 0.2s !important;}
.delay-3{ transition-delay: 0.3s !important;}
.delay-4{ transition-delay: 0.4s !important;}
.delay-5{ transition-delay: 0.5s !important;}
.delay-6{ transition-delay: 0.6s !important;}


.animation-element.flip {opacity: 0;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, -0.05, 0.25, 1);visibility: hidden;backface-visibility: hidden;transition-property: transform;transform: perspective(2500px) rotateY(-100deg); transition-delay: 0.1s; }
.animation-element.flip.in-view {opacity: 1;transform: perspective(2500px) rotateY(0);visibility: visible;}
}

.innerSection-wrapper .page__header {background-color:rgba(255,255,255,0.9);}
.innerbanner-caption-wrap {position: absolute;bottom:-45px;background-color: rgba(0,133,211,0.8);border-top-right-radius: 220px;border-bottom-right-radius: 220px;padding:20px 140px 20px 140px;width: auto;max-width: 715px;overflow: hidden;}

.intro-wrapper {margin-bottom: 20px;}
.intro-section .intro-wrapper p {line-height: 2.2rem;}
.intro-section .intro-wrapper p {/*margin-bottom: 0;*/}
.intro-wrapper p {color: #767676;font-size:1.063rem;line-height:1.5 !important; font-weight: 400;/* border-bottom: 1px dashed #ADADAD;padding-bottom: 10px;*/margin-bottom: 10px;display: flex;
  flex-wrap: wrap;flex-direction: column;}
.intro-wrapper p:nth-child(1) {transition-delay: 0.1s !important;}
.intro-wrapper p:nth-child(2) {transition-delay: 0.2s !important;}
.intro-wrapper p:nth-child(3) {transition-delay: 0.3s !important;}
.intro-wrapper p:nth-child(4) {transition-delay: 0.4s !important;}
.intro-wrapper p:nth-child(5) {transition-delay: 0.5s !important;}
.intro-wrapper p:last-child{border-bottom: none;}
/* .intro-wrapper p:nth-of-type(1){font-size: 1.5rem;line-height:1.5 ;} */
 .intro-wrapper p {font-size: 1.5rem;line-height:1.5 ;} 


.carousel-navstyle {position: absolute;bottom: 30px;right: 40px;width: 100px;}
.carousel-navstyle .slick-dots {bottom: 0;width: auto;}
.carousel-navstyle .slick-dots li button {padding: 0;width: 15px;height: 15px;}
.carousel-navstyle .slick-dots li {margin: 0 0px;}
.carousel-pagination {position: absolute;right: 0;bottom: -8px;}
.carousel-navstyle .slick-dots li.slick-active button:before {color: #ffffff;}
.carousel-pagination .slick-counter {color: #ffffff;}
.carousel-navstyle .slick-dots li button:before {color: #ffffff;}
.imgContentBox-carousel .slick-slide {margin: 0;border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;}
.img-item {position: relative;}
.img-item::after {content: ''; background: -moz-linear-gradient(top, rgba(0, 0, 0, .07) 55%, rgba(0, 0, 0, .5) 85%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, .07) 55%, rgba(0, 0, 0, .5) 85%); background: linear-gradient(top, rgba(0, 0, 0, .07) 55%, rgba(0, 0, 0, .5) 85%); position: absolute; height: 100%; width: 100%;bottom: 0;left: 0; transition: .4s ease-in-out; border-radius:14px; -webkit-border-radius:14px ; -moz-border-radius:14px ; -ms-border-radius:14px ; -o-border-radius:14px ; }
.imgContentBox-carousel { border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px; }

.halfslide-carousel {width: 145%;position: relative;}

.imgContentBox-img {position: relative;}


.bgWrapper-article img {width: 100%;}
.innerbanner-caption-article {position: relative;bottom:0; left: auto;max-width: 100%;z-index: 1;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-items: start;  flex-direction: column;padding: 0 18% 0 18%;}
.innerbanner-caption-article h1 {color: #131313;font-size:4.75rem;line-height: 4.75rem; -webkit-animation: 2s .3s backwards drop-in;-moz-animation: 2s .3s backwards drop-in;-o-animation: 2s .3s backwards drop-in;animation: 2s .3s backwards drop-in}
.innerbanner-caption-article .breadcrumb_container li {color: #131313;}
.innerbanner-caption-article .breadcrumb_container li a {color: #131313;}
.innerbanner-caption-article .breadcrumb-item.active {color: #131313;}
.innerbanner-caption-article .breadcrumb_container .breadcrumb-item+.breadcrumb-item::before {color: #131313;}
.innerbanner-article {margin-bottom:80px;}
.bgWrapper-article {border-top-left-radius: 320px;border-bottom-left-radius: 320px;}
.bgWrapper-article figure {margin-bottom: 0;border-top-left-radius: 320px;border-bottom-left-radius: 320px;}
.bgWrapper-article figure img {border-top-left-radius: 350px;border-bottom-left-radius: 320px;}


.expand-toggle.hidden,.hidden-shadow .expander::before {
  display: none
}

.sitemap-ul {display: flex; flex-direction: column;}




/* OTHER initiatives */
.otherinitiatives-section {background: rgb(241,241,241);background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,0) 100%);}
.otherinitiatives-carousel .slidebox figure {margin: 0;position: relative;border-radius: 15px;overflow: hidden;display: block;}
.otherinitiatives-carousel .slidebox .fig-picture img {border-radius: 15px;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;  transition: 0.5s ease-in-out;width: 100%;}
.otherinitiatives-carousel .slidebox:hover .fig-picture img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.otherinitiatives-carousel .slidebox .content-figcaption {position: absolute;bottom: 0;left: 0;width: 100%;padding: 5px 35px 10px 10px;}
.otherinitiatives-carousel .slidebox .content-figcaption h3 {font-size: 14px;line-height: 18px;color: #ffffff;margin-bottom: 0;}
.otherinitiatives-carousel .slidebox .content-figcaption .roundarrow-btn {position: absolute;bottom: 10px; right: 10px;}
.otherinitiatives-carousel .slidebox .fig-picture::after {content: ''; width: 100%; height:100%;background: rgb(0,0,0);background: -moz-linear-gradient(180deg,rgba(0,0,0,.05) 50%,rgba(0,0,0,.7) 85%);
  background: -webkit-linear-gradient(180deg,rgba(0,0,0,.05) 50%,rgba(0,0,0,.7) 85%);background: linear-gradient(180deg,rgba(0,0,0,.05) 50%,rgba(0,0,0,.7) 85%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);position: absolute;  bottom: 0; left: 0;border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px; -o-border-radius:215px0px;}
  .otherinitiatives-carousel .slick-custom-arrow-left {left: -60px;}
  .otherinitiatives-carousel .slick-custom-arrow-right {right: -60px;}
  .otherinitiatives-carousel .slick-custom-arrow:hover img {background-color: rgba(0, 0, 0, 0.9);}

  @media screen and (max-width: 767px) {
    .otherinitiatives-carousel .slidebox .content-figcaption h3 {font-size: 14px;line-height: 20px;}
    .otherinitiatives-carousel .slick-custom-arrow img {height: 30px;}
    .otherinitiatives-carousel .slick-custom-arrow-left {left: -5px;}
    .otherinitiatives-carousel .slick-custom-arrow-right {right: -5px;}
    .otherinitiatives-carousel .slidebox .content-figcaption .roundarrow-btn {right: 5px;}
    .sitemap-container .sitemap-list ul li {flex: 0 0 100% !important;}
    .innerbanner-caption-wrap {bottom: -30px;}

  }
  @media screen and (max-width: 320px) {
    .otherinitiatives-carousel .slidebox .content-figcaption h3 {font-size: 13px;line-height: 17px;}
  }




  .whoweare-section .common-btn span {background-image: url(/front_assets/images/common-images/btnarrow-blue.svg);background-repeat: no-repeat;}
  .whoweare-section .common-btn:hover span {background-image: url(/front_assets/images/common-images/btnarrow-white.svg);}
  .worktogether-section .common-btn span {background-image: url(/front_assets/images/common-images/btnarrow-blue.svg);background-repeat: no-repeat;}
  .worktogether-section .common-btn:hover span {background-image: url(/front_assets/images/common-images/btnarrow-white.svg);}

.nonuppercase {text-transform: none;margin-left: 5px;}

.intro-section {margin-top: 40px;}

[aria-label="Pagination Navigation"]{ display: none;}
.bannerWrapper-article.policy-page {margin-top: 160px;}

/*--------------------------------------------------------------
  # Responsive CSS
  --------------------------------------------------------------*/

  @media screen and (min-width: 1920px) {
    .imgContentBox-container .reveal img {width: 100%;}
    body .bg-outer-wrapper {min-height: 1300px;}
    /* .bgWrapper_titleWrap {max-width: 40%;} */
    .innerbanner-caption-wrap {width: auto;padding: 20px 60px 20px 140px;}
    .bgWrapper_titleWrap h1{ font-size:2.8rem}
    .onbannerTextWrapperp .bgWrapper_titleWrap {max-width: 25%;}
    .commonContentLR-section.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding-left: 20%;}
    .commonContentLR-section.imgContentBoxSlider-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding-left: 0;}
    .innerbanner-caption-article {padding: 0 1% 0 22%;}
    .bgWrapper-article {border-top-left-radius: 355px;border-bottom-left-radius: 355px;}
    .bgWrapper-article figure {margin-bottom: 0;border-top-left-radius: 355px;border-bottom-left-radius: 355px;}
    .bgWrapper-article figure img {border-top-left-radius: 355px;border-bottom-left-radius: 355px;}
  }
  @media only screen and (min-width: 1680px) and (max-width: 1685px) {
    .onbannerTextWrapperp .bgWrapper_titleWrap {max-width: 28%;}
    .innerbanner-caption-article {padding: 0 21% 0 18%;}
  
  }
  @media only screen and (min-width: 1600px) and (max-width: 1919px) {
 
  }
  @media screen and (max-width: 1660px) {

  .innerbanner-section{ max-height:80vh;}
  .innerbanner-section.policy-page{ max-height: inherit;
    padding: 0 0 40px 0;
    background: #f1f1f1;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;}

  .policy-page{ padding:100px 0;}
  }
  
  @media screen and (max-width: 1440px) {
    .rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {right: -80px;}
    .innerbanner-caption-article {padding: 0 0 0 18%;}
    .innerbanner-caption-article h1 {padding-right: 0%;}
    .innerbanner-caption-article h1 {font-size: 4.25rem;line-height: 4.25rem;}

  }
  @media screen and (max-width: 1400px) {
    .bgWrapper_titleWrap h1{font-size: 2.75rem;}



  }
  @media screen and (max-width: 1366px) {
    .common-title-wrap h2{ font-size: 2.5rem;line-height: 2.125rem;}
    .innerbanner-caption-article {padding: 0 0% 0 18%;}
    .innerbanner-caption-article h1 {padding-right: 0%;}
    .innerbanner-caption-article h1 {font-size: 4.05rem;line-height: 4.05rem;}
    .halfslide-carousel {width: 165%;}
    .sitemap-container .sitemap-list ul li {flex: 0 0 45%;}

    
  }
  @media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .banner-section .home-slider {
      height: 100%;
    }
    .noimg-box { height: 304px;}
  
    .bgWrapper_titleWrap {bottom: 27%;}
    .bgWrapper_titleWrap p {font-size: 1rem;line-height: 1.4rem;}
    .halfslide-carousel {width: 155%;}
  
  }
  
  @media screen and (max-width: 1280px) {
    .common-title-wrap h2{ font-size: 2.5rem;line-height: 2.125rem;}
    .innerbanner-caption-article {padding: 0 3% 0 12%;}
    .innerbanner-caption-article h1 {font-size: 4rem;line-height: 4rem;padding-right: 25%;}

  }
  @media screen and (max-width: 1204px) {
    .innerbanner-caption-article h1 {padding-right: 0;}
    .innerbanner-section.policy-page{ height:inherit}
  }

  @media only screen and (min-width: 1024px) and (max-width: 1080px) {
    .banner-section .home-slider {
      height: 100%;
    }
    .parallax-icon6 {
      bottom: 0%;
      left: -30%;
    } 
    .innerbanner-section {margin-bottom: 90px;}
    .loading {left: 25%;}
  
    .bgWrapper_titleWrap {bottom: 18%;}
    /* .breadcrumb_container {bottom: 30px;} */
    .bgWrapper_titleWrap p {font-size: 1rem;}
    .abg-introbox-box {margin-top: -115px;}
  
  }
  
  @media screen and (min-width: 992px) {
    .onbannerTextWrapperp.bannerWrapper .bgWrapper .overlay {display: none;}
  }
  @media screen and (max-width: 992px) {
    .imgContentBoxSlider-container .imgContentBox-inner::after {top: -45px;left: 0px;width: 110vw;height: 115%;}
    .imgContentBoxSlider-container.rowreverse-imgContentBox .imgContentBox-inner::after {top: -45px;right: 0px;width: 110vw;height: 115%;}
    .bgimgContentBox-container.imgContentBox-container .imgContentBox-inner {left: 0;padding: 20px 20px;}
    .commonContentLR-section.imgContentBoxSlider-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding-right: 15px;}
    .bannerWrapper-article.policy-page {margin-top: 80px;}
  
  }
  @media screen and (max-width: 992px) {
    .loading {font-size: 36px;left: 15%;}
    .onbannerTextWrapperp.bannerWrapper .bgWrapper .overlay {display: block;}
    .searchFilter-container .searchFilter-content input[type="text"] {width: 85%;}
    .inner-pagebanner.page-header {padding-top: 3rem;margin-top:80px;}
    .commonContentLR-section.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding-right: 15px;padding-left: 15px;}
    .imgContentBox-img {padding: 0 15px; position: relative;}
    .rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {left: 0;}
    .imgContentBox-container .imgContentBox-inner {padding: 0px 0px 0px 50px;top: 0;}
    .imgContentBox-container.outcontainer-wrapper .imgContentBox-inner {padding: 0 15px 0 15px;}
    .innerbanner-caption-wrap {padding: 60px 140px 60px 60px;}

    .common-title-wrap h1 { font-size: 2.5rem;  line-height:1.25;}
    
  
  }
  @media only screen and (min-width: 810px) and (max-width: 850px) {
    .footer-left {max-width: 100%;}
    .imgContentBoxSlider-container.rowreverse-imgContentBox .imgContentBox-inner::after {right: -75px;width: 115vw;}
    .commonContentLR-section.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding: 20px 40px 30px 40px;}
    .imgContentBox-container .imgContentBox-inner {padding: 40px 0px 30px 0px;}
    .imgContentBoxSlider-container .imgContentBox-inner::after {left: -75px;width: 115vw;}
    .commonContentLR-section.imgContentBoxSlider-container.rowreverse-imgContentBox.imgContentBox-container .imgContentBox-inner {padding-right: 40px;}
    .innerbanner-caption-article {padding: 0 6% 0 6%;margin-top: 30px;}
    .bannerWrapper .bgWrapper {min-height: 400px;}
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {

    .banner-section {
      margin-top: 78px;
    }
    .parallax-icon6 {
      bottom: 0%;
      left: -40%;
    }
    .parllaxWrapper-container .simpleParallax img {height: 100vh;object-fit: cover;}
    .innerbanner-section {top: 100px; }
    .parallax-icon-innerbanner2 {top: -40%;left: -55%;}
    .common-title-wrap.highlighter-text p {padding-right: 0;}
    .row-reverse .common-title-wrap.highlighter-text p {padding-right: 0;}
    .row-reverse-left .common-title-wrap {padding-left: 0;}
    .row-reverse-right .common-title-wrap {padding-right: 0;}
    .bgWrapper_title h1 {font-size: 2.75rem;line-height: 3.313rem;}
  .onbannerTextWrapperp .bgWrapper_titleWrap {bottom: 48%;max-width: 45%;}
  .onbannerTextWrapperp .breadcrumb_container {bottom: 35px;}
  .about-outer-wrapper .abg-introbox-box {margin-top: 70px;}
  .onbannerTextWrapperp .bgWrapper_titleWrap h1 {color: #fff;}
  .onbannerTextWrapperp .bgWrapper_titleWrap p {color: #fff;}
  .onbannerTextWrapperp .breadcrumb_container li {color: #fff;}
  .onbannerTextWrapperp .breadcrumb_container li a {color: #fff;}
  .onbannerTextWrapperp .breadcrumb_container .breadcrumb-item+.breadcrumb-item::before {color: #fff;}
  .onbannerTextWrapperp .breadcrumb-item.active {color: #fff;}
  .bgWrapper_titleWrap p {font-size: 1rem;}
  .abg-introbox-box {margin-top: 55px;}
  
    
  }

  @media all and (max-width:1440px) {
    .innerbanner-caption-wrap{ padding:15px 80px 15px 140px}
    .bgWrapper_titleWrap h1{ font-size: 1.8rem; line-height:1.25} 
  }

  
@media screen and (max-width: 767px) {

  .common-paddingBig-both {
    padding: 4.25rem 0;
}
  .common-title-wrap h2 {
    font-size: 2.25rem;
    line-height: 1.25;
    /* line-height: 3.375rem; */
  }

  .splitting .char{ line-height: 1 !important;}
  .splitting .word, .splitting .char{  height:32px !important; line-height:1 !important; overflow: visible;}
  

  .imgContentBox-container .imgContentBox-inner {
    top: 0;
    left: 0;
    padding: 25px 20px 25px 20px;
  }

.common-slider-oprion1 .figure-caption {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .parallax-section {height: 100%;}
  .footer-center {margin-top: 20px;/*padding: 0 20px;*/}
  .footer-right {margin-top: 20px;text-align: left;}
  .back-to-top {bottom: 45px;}
  .copyright-wrap {justify-content: start;}

  .swiper-container-option1.swiper-container {width: 100%;padding-top: 15%;}
  .content-details {padding-left: 1.55em;padding-right: 1.55em;}
  .content-details p {font-size: 0.875rem;}

  .parllaxWrapper-container .simpleParallax img {height: 100vh;object-fit: cover;}
  .commonTab-content {margin-top: 30px;}
  .plainbgWrapper_title h1 {font-size: 44px;line-height: 54px;}
  .plaininnerbanner-section {margin-top: 51px;}

  .parallax-icon6 {left: -66%;}
  .parallax-icon-innerbanner {right: -90%;}
  .parallax-icon-innerbanner2 {left: -110%;}
  .bgWrapper_title h1 {font-size: 2.125rem;line-height: 3rem;}
  .innerbanner-section {top: 0;}

  .common-title-wrap.highlighter-text p {padding-right: 0;}
  .row-reverse .common-title-wrap.highlighter-text p {padding-right: 0;}
  .row-reverse-left .common-title-wrap {padding-left: 0;}
  .row-reverse-right .common-title-wrap {padding-right: 0;}
  .bannerWrapper .bgWrapper figure img {height: 100%;object-fit: cover;}
  .videobg-content {position: relative;bottom: 0;left: 0;background-color: #F1F1F1;padding: 15px 15px;}
  .videobg-content h2 {color: #131313;}
  .videobg-content p {margin-bottom: 0;color: #131313;}
  .video-icon-wrap {top: 30%;}
  .video-icon-wrap img {height: 55px;}

  .intro-bg-section p {font-size: 20px;line-height: 30px;}

  .common-padding-both {padding: 2rem 0;}

  .breadcrumb_container li,
  .breadcrumb_container li a {font-size: 10px; line-height: 1.25;}
  .splitting .word, .splitting .char {height: 50px;}

  .innerbanner-section {margin-top:0px; }
  .parallax-icon-innerbanner2 {top: -40%;left: -55%;}
  .common-title-wrap.highlighter-text p {padding-right: 0;}
  .row-reverse .common-title-wrap.highlighter-text p {padding-right: 0;}
  .row-reverse-left .common-title-wrap {padding-left: 0;}
  .row-reverse-right .common-title-wrap {padding-right: 0;}
  .bgWrapper_title h1 {font-size: 2.75rem;line-height: 3.313rem;}
.onbannerTextWrapperp .bgWrapper_titleWrap {bottom: 45%;max-width: 100%;}
.onbannerTextWrapperp .breadcrumb_container {bottom: 35px;}
.about-outer-wrapper .abg-introbox-box {margin-top: 70px;}
.onbannerTextWrapperp .bgWrapper_titleWrap h1 {color: #fff;}
.onbannerTextWrapperp .bgWrapper_titleWrap p {color: #fff;}
.onbannerTextWrapperp .breadcrumb_container li {color: #fff;}
.onbannerTextWrapperp .breadcrumb_container li a {color: #fff;}
.onbannerTextWrapperp .breadcrumb_container .breadcrumb-item+.breadcrumb-item::before {color: #fff;}
.onbannerTextWrapperp .breadcrumb-item.active {color: #fff;}
.bgWrapper_titleWrap p {font-size: 1rem;}

.abg-introbox-box {margin-top: 55px;}
/* .breadcrumb_container {bottom: 70px;} */

/* .bgWrapper_titleWrap {bottom: 40%;} */
.bgWrapper_titleWrap p {line-height: 1.2rem;}
.sitemap-container .sitemap-list h3.sitemap-list-head {text-align: left;}
.error-page p {width: 95%;}

.innerbanner-caption-wrap {width: 95%;padding:15px 40px 15px 15px;}
.bgWrapper_titleWrap h1 {font-size:24px;line-height:1.25;}

.innerbanner-caption-article {padding: 10px 15px;gap: 10px;}
.innerbanner-caption-article h1 {font-size: 2.813rem;line-height: 2.813rem;}
.intro-wrapper p {font-size: 1.25rem;}
/* .expandwrap-inner div.expander {min-height: 380px;} */
div.expander:before {height: 12%;}
.features-container .features-listing {gap: 20px;flex-wrap: wrap;}
.imgContentBox-inner.common-title-wrap .expandwrap-inner h2 br {display: none;} 
.imgContentBox-container .slick-dotted.slick-slider {margin-bottom: 25px;}
.privacy_policy_bg {flex-direction: column;}
.sitemap-ul {flex-wrap: wrap;padding-left: 35px !important;}
.sitemap-container .sitemap-list .sitemap-ul .sitemap-li {margin-bottom: 10px;}
.intro-section .intro-wrapper p {line-height: 2rem;}
.intro-section {margin-top: 20px;}

.innerbanner-section{max-height: 70vh;}
.joinus-first-section-padding {
  padding-top: 60px !important;
}
}

@media screen and (max-width: 360px) {
  .common-title-wrap h2 {font-size: 2rem;}
}
@media screen and (max-width: 320px) {
  .onbannerTextWrapperp .bgWrapper_titleWrap p {font-size: 0.938rem;line-height: 1.2rem;}
  .breadcrumb_container li a {font-size: 13px;line-height: 24px;}
  .breadcrumb_container li {font-size: 12px;line-height: 20px;}
}



@media only screen and (min-width: 320px) and (max-width: 992px) {
}
@media only screen and (min-width: 375px) and (max-width: 384px) {
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
}
@media only screen and (min-width: 400px) and (max-width: 650px) {
}
@media only screen and (min-width: 411px) and (max-width: 450px) {

}

@media only screen and (min-width: 390px) and (max-width: 410px) {

}







@media screen and (max-width: 320px) {
}


@media only screen and (min-width: 820px) and (max-width: 825px) {
  .bgWrapper_titleWrap {bottom: 40%;}
}

@media only screen and (min-width: 1349px) and (max-width: 1439px) {
  .noimg-box { height: 304px;}
  .bgWrapper_titleWrap {bottom: 35%;}

}

@media only screen and (min-width: 1440px) and (max-width: 1445px) {
  .bgWrapper_titleWrap {bottom: 35%;}
  .noimg-box { height: 355px;}
}


@media screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 720px) and (max-height: 720px),
screen and (min-resolution: 144dpi) and (max-resolution: 150dpi),
screen and (min-resolution: 1.5dppx) and (max-resolution: 1.56dppx) {
  .innerbanner-caption-article h1 {font-size: 3rem;line-height: 3rem;padding-right: 12%;}
  .splitting .word, .splitting .char{height: 30px;height: 35px; line-height: normal; }
  .innerbanner-caption-wrap{ padding:20px 80px 20px 100px}
  .bgWrapper_titleWrap h1 {font-size: 1.85rem;line-height:1}
  .common-title-wrap h2 {font-size: 2rem;}
  /* .intro-wrapper p {font-size: 1.375rem;} */
  p {font-size: 1rem;}
  /* .common-title-wrap p {font-size: 1rem;} */

  /* .intro-wrapper p:nth-of-type(1) {font-size:1.125rem;} */
  .imgContentBox-inner.common-title-wrap ul li,
  .common-title-wrap p{font-size:14px; line-height: 1.5;}
}

/**STYLE FOR 1920*1080 screen at 125% scale**/
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25), 
screen and (min-width: 1024px) and (min-resolution: 120dpi) {

}

/**STYLE FOR 1920*1080 screen at 150% scale**/
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), 
screen and (min-width: 1024px) and (min-resolution: 144dpi) {
  .bgWrapper_titleWrap h1 {font-size: 1.85rem;line-height:1}
  .common-title-wrap h2 {font-size: 2rem;}
  /* .intro-wrapper p {font-size: 1.375rem;} */
  p {font-size: 1rem;}
  /* .common-title-wrap p {font-size: 1rem;} */

  /* .intro-wrapper p:nth-of-type(1) {font-size:1.125rem;} */
  .imgContentBox-inner.common-title-wrap ul li,
  .common-title-wrap p{font-size:14px; line-height: 1.5;}
  /* .intro-wrapper p:nth-of-type(1) {line-height: 1.3 !important;} */
    .intro-wrapper p {line-height: 1.3 !important;}
}





@media screen and (max-width: 640px) {
}

@media all and (min-width: 992px) {

}



@media only screen and (-webkit-min-device-pixel-ratio: 1) {
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1280px) and (max-width: 1300px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1024px) and (max-width: 1080px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1920px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (max-width: 767px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  }
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}

@media only screen and (max-width: 640px) {

}