@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("../fonts/stylesheet.css");

/*Bootstrap reset*/
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
.noBorder {
  border: 0 !important;
}
.gap5 {
  height: 5px;
  display: block;
}
.gap10 {
  height: 10px;
  display: block;
}
.gap20 {
  height: 20px;
  display: block;
}
.gap30 {
  height: 30px;
  display: block;
}
.gap40 {
  height: 40px;
  display: block;
}
.gap50 {
  height: 50px;
  display: block;
}
.gap100 {
  height: 100px;
  display: block;
}
.textEllipsis,
.textTruncate {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flexCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row10 > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row5 > div {
  padding-left: 5px;
  padding-right: 5px;
}
.row2 {
  margin-left: -2px;
  margin-right: -2px;
}
.row2 > div {
  padding-left: 2px;
  padding-right: 2px;
}
.row1 {
  margin-left: -1px;
  margin-right: -1px;
}
.row1 > div {
  padding-left: 1px;
  padding-right: 1px;
}
.row3 {
  margin-left: -3px;
  margin-right: -3px;
}
.row3 > div {
  padding-left: 3px;
  padding-right: 3px;
}
.row4 {
  margin-left: -4px;
  margin-right: -4px;
}
.row4 > div {
  padding-left: 4px;
  padding-right: 4px;
}
.row0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row0 > div {
  padding-left: 0px;
  padding-right: 0px;
}
.row10:before,
.row5:before,
.row2:before,
.row1:before,
.row3:before,
.row4:before,
.row0:before {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.row10:after,
.row5:after,
.row2:after,
.row1:after,
.row3:after,
.row4:after,
.row0:after {
  clear: both;
  content: " ";
  box-sizing: border-box;
  display: block;
}
.noBorderRadius,
.borderRadiusNone {
  border-radius: 0 !important;
}
body,
html,
* {
  font-family: "Poppins", sans-serif;
}
body {
  background: rgba(243, 240, 237, 1);
  background: -moz-linear-gradient(
    top,
    rgba(243, 240, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(243, 240, 237, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 240, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(243, 240, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(243, 240, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(243, 240, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
a:focus,
a:active {
  border: none;
  text-decoration: none;
}
.noScroll {
  overflow-y: hidden;
}
.pad5 {
  padding: 0 5px;
}
.pad10 {
  padding: 0 10px;
}
.pad20 {
  padding: 0 20px;
}
.pad30 {
  padding: 0 30px;
}
.pad40 {
  padding: 0 40px;
}
.pad50 {
  padding: 0 50px;
}
.pad100 {
  padding: 0 100px;
}
.font100 {
  font-weight: 100;
}
.font200 {
  font-weight: 200;
}
.font300 {
  font-weight: 300;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font600 {
  font-weight: 600;
}
.font700 {
  font-weight: 700;
}
.font800 {
  font-weight: 800;
}
.font900 {
  font-weight: 900;
}
.fade0 {
  opacity: 0;
}
.fade1 {
  opacity: 0.1;
}
.fade2 {
  opacity: 0.2;
}
.fade3 {
  opacity: 0.3;
}
.fade4 {
  opacity: 0.4;
}
.fade5 {
  opacity: 0.5;
}
.fade6 {
  opacity: 0.6;
}
.fade7 {
  opacity: 0.7;
}
.fade8 {
  opacity: 0.8;
}
.fade9 {
  opacity: 0.9;
}
.fade10 {
  opacity: 1;
}
.radius0 {
  border-radius: 0px;
}
.radius1 {
  border-radius: 1px;
}
.radius2 {
  border-radius: 2px;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius10 {
  border-radius: 10px;
}
.bgCover {
  background-size: cover;
}
.bgCenter {
  background-position: center;
}
.bgContain {
  background-size: contain;
}
.noScroll {
  overflow: hidden;
}
.hPad10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hPad20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hPad30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hPad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hPad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hPad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hPad70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.hPad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hPad90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.hPad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hPad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.hPad150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.hPad200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

/*Buttons*/
.btn,
.btn:active,
.btn:focus {
  box-shadow: none;
  border-radius: 0px;
  border: 0px;
  background-color: #8b0305;
  outline: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  background-color: #3d4f56;
  color: #fff;
}
.btnTwo,
.btnTwo:active,
.btnTwo:focus {
  box-shadow: none;
  border-radius: 0px;
  border: 0px;
  background-color: #fff;
  outline: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btnTwo:hover {
  background-color: #a4c2ce;
  color: #000;
}

/*Small Menu*/
.smallMenu {
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100%;
  transition: all 0.2s;
  background: #fff;
  z-index: 1001;
  padding: 20px;
}
.resClose {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  padding: 5px;
}
.resClose img {
  width: 20px;
}
.smallMenu.showMenu {
  right: 0;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}
.smMenuInner {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.smMenuInner ul {
  margin: 0;
  padding: 0;
}
.smMenuInner ul li {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #000;
}
.smMenuInner ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #000;
}
.smMenuCaller {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}
.smMenuCaller:hover:hover,
.smMenuCaller:hover:focus,
.smMenuCaller:hover:active {
  color: #fff;
  opacity: 1;
}

/*Md Input*/
.mdInput {
  position: relative;
  line-height: 50px;
  background-color: rgba(255,255,255,.5);
  margin-top: 20px;
  border-radius: 10px;
  padding:0px 10px;
}
.mdInput label {
  color: #000;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 0;
  transition: all 0.2s;
  font-size: 14px;
}
.mdInput input,
.mdInput textarea,
.mdInput select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  z-index: 2;
  background: none;
  font-size: 14px;
  color: #000;
}
.mdInput select option{
  color: #fff !important;
  background-color: #3d4f56 !important;
  font-size: 14px;
  padding: 8px;
}
.mdFocussed label,
.alwaysFocused label {
  top: -15px;
  font-size: 12px;
  color: #555;
  font-weight: 700;
}
.mdFocussed,
.alwaysFocused {
  border-color: #a4c2ce;
}
.mdInput textarea {
  resize: none;
  height: 80px;
}
.submitDiv{
  display: block;
  text-align: center;
  padding-top: 30px;
}
.mdInputTwo{
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.mdInputTwo p{
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 14px;
 
}
.mdInputTwo label{
  margin-right: 20px;
  margin-bottom: 0px;
}
.with-gap{
  background-color: #f00 !important;
  border-color: #f00 !important;
}

input[type="radio"]:checked+label:after {
  background-color: red !important;
  border: 2px solid red !important;
  color: #f00 !important;
}

/*background color*/
.bgColorOne {
  background-color: #f3f2ef;
}
.bgColorTwo {
  background-color: #6b492f;
}
.bgColorThree {
  background-color: #fff;
}

/* btn */

.borderBtn {
  border: 1px solid #8b0305;
  padding: 6px 15px;
  color: #8b0305;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #fff;
  border-radius: 30px;
}
.borderBtn:hover {
  color: #fff;
  background-color: #8b0305;
}
.fillBtn {
  border: 1px solid #8b0305;
  background-color: #8b0305;
  border-radius: 30px;
  padding: 6px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fillBtn:hover {
  color: #8b0305;
  background-color: #fff;
}

.hedOne {
  font-size: 130px;
  font-family: "Anton", sans-serif;
}
.hedTwo {
  font-size: 90px;
  font-family: "Anton", sans-serif;
}
.hedThree {
  font-size: 60px;
  font-family: "Anton", sans-serif;
}
.hedFour {
  font-size: 30px;
  font-family: "Anton", sans-serif;
}

.colorOne {
  color: #80a3b1;
}
.colorTwo {
  color: #a4c2ce;
}
.colorThree {
  color: #e2ebef;
}
.colorFour {
  color: #3d4f56;
}
.coloBlack {
  color: #000;
}

/*General*/

.menuWrap {
  width: 100%;
}
.containerWrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
.menuTop {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMenuLeft {
  width: initial;
  display: inline-block;
}
.resMenuBtn {
  width: initial;
  padding: 5px;
  border: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  display: none;
  margin-left: 30px;
}
.resMenuBtn img {
  width: 20px;
}
.logoDiv {
  width: initial;
  height: 80px;
  display: inline-block;
}
.logoDiv img {
  height: 100%;
}
.topMenuRight {
  width: initial;
  display: inline-block;
}
.topMenuBtn {
  width: initial;
  display:flex;
  align-items:center;
}
.topMenuBtn a {
  display: inline-block;
  margin-right: 10px;
}
.topMenuBtn a:last-child {
  margin-right: 0px;
}
.topMenuBtn a img {
  width: 20px;
}
.topMenuBtn a img:first-child {
  display: inline-block;
}
.topMenuBtn a img:last-child {
  display: none;
}
.topMenuBtn a:hover img:last-child {
  display: inline-block;
}
.topMenuBtn a:hover img:first-child {
  display: none;
}
.bottomMenu {
  width: 100%;
}
.navbar-brand {
  position: relative;
  overflow: hidden;
}
.navbar-brand img {
  position: relative;
  width: 30px;
  left: -80px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.menuFixed .navbar-brand img {
  left: 0;
}
.menuFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #fff;
}
.menuFixed.menuWrap .menuTop {
  display: none;
}
.menuFixed.menuWrap {
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
}
.bottomMenu .navbar-light .navbar-nav .nav-link {
  font-size: 15px !important;
  color: #555;
}
.navbar {
  padding: 0.5rem 0rem;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #8b0305;
}
.nav-item:hover .nav-link {
  color: #8b0305 !important;
}
.bottomMenu .dropdown-item {
  font-size: 14px;
  color: #000;
}
.bottomMenu .navbar-nav .dropdown-menu {
  border: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.18);
}
.bottomMenu .bottomMenu .dropdown-item:focus {
  background-color: #8b0305;
}
.bottomMenu .bottomMenu .dropdown-item:focus,
.dropdown-item:hover {
  color: #8b0305;
  background-color: transparent;
}
/* hover dropdpwn */
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
/* hover dropdpwn */
.resDropdownicon {
  margin-left: 5px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.resdropdownMenu {
  display: none;
  overflow: hidden !important;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.smMenuInner ul li ul.resdropdownMenu {
  margin: 0;
  padding: 0;
}
.smMenuInner ul li ul.resdropdownMenu li {
  list-style: none !important;
  margin: 2px auto !important;
  padding: 0;
}
.smMenuInner ul li ul.resdropdownMenu li a {
  padding: 10px 0 !important;
  font-size: 14px !important;
  color: #000 !important;
}
.resdropdownMenuShow {
  display: block;
}
.section {
  display: block;
  padding: 100px 30px;
}
.blueSection {
  display: block;
  position: relative;
  z-index: 0;
}
.blueSection::after {
  content: "";
  width: 250px;
  height: 100%;
  background-color: #e2ebef;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.homeBannerWrap {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.homeBannerBox {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}
.homeBannerBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: right;
  padding-left: 0;
  margin-right: 5%;
  margin-left: 5%;
}
.carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #fff;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators .active {
  width: 40px;
  background-color: rgba(255, 255, 255, 1);
}
.banTextWrap {
  display: block;
}
.banTextWrap p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.banTextWrap h1 {
  margin: 0;
  line-height: 100px;
}
.banTextWrap h2 {
  margin: 0;
  line-height: 110px;
}
.banTextWrap h3 {
  margin: 0;
  margin-bottom: 30px;
  line-height: 40px;
}
.banTextWrap h4 {
  margin-bottom: 15px;
  font-weight: 200;
  font-style: italic;
  color: #000;
  font-size: 30px;
  margin-top: 12px;
}
.socialDiv {
  display: flex;
  justify-content: right;
  align-items: center;
}
.socialDiv a {
  margin: 0px 10px;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.socialDiv a:hover {
  filter: brightness(0.5);
}
.resActionWrap {
  display: none;
}
.footerWrap {
  display: block;
  padding: 50px 30px;
  background-color: #3d4f56;
}
.footerMap {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  height: 280px;
}
.footerText {
  text-align: left;
}
.footerText {
  text-align: left;
  padding-top: 30px;
}
.footerText h2 {
  margin-bottom: 20px;
}

.footerText p {
  font-size: 15px;
  margin-bottom: 6px;
}
.footerText a {
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.footerText a:hover {
  color: #fff;
}
.bottomSocial {
  margin-top: 20px;
}
.bottomSocial a {
  margin: 0px 10px;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.bottomSocial a:hover {
  filter: brightness(1.5);
}
.copyWrite {
  padding: 15px 15px;
  text-align: center;
  background-color: #242424;
}
.copyWrite p {
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  margin: 0 auto;
}
.homeEnquiryWrap {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 30px;
  overflow: hidden;
}
.homeEnquiryWrap::after {
  content: "";
  width: 400px;
  height: 100%;
  background-color: #f4eeea;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.homeEnquiryWrap .floatOne {
  position: absolute;
  top: 0;
  left: 10%;
  width: 250px;
  z-index: -1;
}
.floatOne img {
  width: 100%;
}
.homeEnquiryWrap .floatTwo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  z-index: -1;
}
.floatTwo img {
  width: 100%;
}
.homeEnquiryDiv {
  max-width: 900px;
  margin: 0 auto;
}
.homeEnquiryDiv h2 {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.partnerDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: 400px;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.partnerDiv:last-child {
  margin-bottom: 0px;
}
.partnerDiv a {
    text-align:center;
}
.partnerDiv img {
  width: 80%;
}
.enquiryDiv {
  width: 100%;
  border-radius: 20px;
  background-color: #8b0305;
  padding: 20px;
}
.enquiryDiv h5 {
  margin-bottom: 20px;
  color: #fff;
  display: block;
  text-align: center;
}
.enquiryDiv button {
  margin: 15px auto 0px;
  display: block;
}

.homeProjectWrap {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 30px;
  overflow: hidden;
}
.homeProjectWrap::after {
  content: "";
  width: 250px;
  height: 100%;
  background-color: #e2ebef;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.homeProjectDiv {
  width: 1300px;
  margin: 0 auto;
}
.togetherSection {
  border-radius: 20px;
  padding: 40px;
  background-color: #a4c2ce;
  width: 90%;
}
.togetherSection p {
  color: #3d4f56;
  font-size: 20px;
}
.togetherLogo {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.togetherLogo img {
  width: 100%;
  height: 67px;
  object-fit: contain;
}
.homeBranchWrap {
  display: block;
}
.homeBranchdiv {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
  padding: 20px;
  margin-bottom: 20px;
}
.homeBranchdiv:last-child {
  margin-bottom: 0;
}
.homeBranchdivLeft {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #f7f5f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:15px;
}
.homeBranchdivLeft img { height:100px; width:auto; }
.homeBranchdivRight {
  width: calc(100% - 120px);
  text-align: right;
}
.homeBranchdivRight h4 {
  font-size: 28px;
  font-family: "Anton", sans-serif;
}
.homeHeighlightRight {
  width: calc(100% - 120px + 15px);
  text-align: left;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.homeHeighlightRight h4 { margin-right:12px; margin-bottom:0; font-size: 20px; }
@media (max-width:1024px){
    .homeBranchdivLeft img { height:auto; }
    .homeHeighlightRight { width: 100%; text-align: center; flex-wrap:wrap; justify-content: center; margin-top:15px; }
}

.homeProjectWrap .floatTwo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  z-index: -1;
}
.floatTwo img {
  width: 100%;
}

.homeHighlights {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 30px;
  overflow: hidden;
}
.homeHighlights::after {
  content: "";
  width: 450px;
  height: 100%;
  background-color: #f4eeea;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
}
.homeHighlights .floatTwo {
  position: absolute;
  top: 0;
  left: 30%;
  width: 250px;
  z-index: -1;
}
.floatTwo img {
  width: 100%;
}
.homeHighlights .floatOne {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  z-index: -1;
}
.floatTwo img {
  width: 100%;
}
.homeHighlightsDiv {
  width: 800px;
  margin: 0 auto;
}
.tvWrap {
  position: relative;
  z-index: 10;
  border: solid 10px #fff;
  border-radius: 15px;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.13);
}
.tvWrapHeight {
  height: 40px;
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.tvWrapBase {
  height: 15px;
  width: 150px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.highLigtsInfo {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
.highLigtsInfo h4 {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.highLigtsInfo h4::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #80a3b1;
  position: absolute;
  top: 0;
  right: 0;
}
.infoSlide {
  width: 100%;
  background-color: #e2ebef;
  padding: 20px 30px;
  border-radius: 5px;
}
.infoSlide .owl-nav {
  display: none;
}
.infoText {
  display: block;
  text-align: center;
}
.infoText a {
  font-size: 22px;
  color: #3d4f56;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.infoText a:hover {
  color: #242424;
}

.pageHead {
  display: block;
  text-align: center;
}
.pageHead h2 {
  font-size: 90px;
  color: #d5dcde;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.pageHead h3 {
  margin: 0;
  font-size: 40px;
  color: #80a3b1;
  position: relative;
  top: -40px;
  bottom: 0;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 1);
}
.pageSubhed {
  color: #3d4f56;
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: 30px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingLeft100 {
  padding-left: 100px;
}

.topWrap {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 30px;
  overflow: hidden;
}
.topWrap::after {
  content: "";
  width: 250px;
  height: 700px;
  background-color: #e2ebef;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.topWrap .floatOne {
  position: absolute;
  top: 0;
  left: 80%;
  width: 250px;
  z-index: -1;
}
.floatOne img {
  width: 100%;
}
.topWrap .floatTwo {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 250px;
  z-index: -1;
}
.floatTwo img {
  width: 100%;
}
.topWrap .floatThree {
  position: absolute;
  top: 50%;
  left: 80%;
  width: 250px;
  z-index: -1;
}
.floatThree img {
  width: 100%;
}
.topWrap .floatFour {
  position: absolute;
  top: 75%;
  left: 20%;
  width: 250px;
  z-index: -1;
}
.floatFour img {
  width: 100%;
}
.SectionBody {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 30px;
}
.contText {
  font-size: 15px;
  color: #3d4f56;
  font-weight: 400;
}
.listDiv {
  display: block;
}
.listDiv ul {
  margin: 0;
  padding: 0;
}
.listDiv ul li {
  list-style: none;
  font-size: 17px;
  color: #3d4f56;
  position: relative;
  padding-left: 30px;
}
.listDiv ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #80a3b1;
  border: solid 4px #e2ebef;
  position: absolute;
  left: 0;
  top: 5px;
}
.listDiv ul li p {
  font-size: 18px;
  color: #3d4f56;
  font-weight: 500;
  margin-bottom: 0px;
}
.listDiv ul li span {
  font-size: 16px;
  color: #3d4f56;
  font-weight: 300;
}

.flatBox {
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 15px;
}
.flatBox::before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background-color: #8b0305;
  border-radius: 30px 0px 30px 0px;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url("../images/logo-icon-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.flatBox p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  display: block;
  line-height: 20px;
}


.flatBoxDown {
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 15px;
}
.flatBoxDown::before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background-color: #8b0305;
  border-radius: 30px 0px 30px 0px;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url("../images/pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.flatBoxDown a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  display: block;
  line-height: 20px;
  text-decoration: none;
}
.flatBoxDown a span{
  font-size: 15px;
  color: #777;
  font-weight: 300;
}

.projectWrapper{
  width: 100%;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 1px rgb(0 0 0 / 6%);
  position: relative;
  margin-bottom: 50px;
}
.projectWrapper:last-child{
  margin-bottom: 0;
}
.projectHed{
  width: 400px;
  height: 50px;
  background-color: #8b0305;
  border-radius: 30px 0 30px 0;
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.projectHed p{
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 20px;
}
.projectWrapperCont{
  display: block;
  padding: 10px 0;
}
.projectWrapperCont h3{
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  color: #80a3b1;
}
.projectWrapperCont h3::before{
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #80a3b1;
    border: solid 4px #e2ebef;
    position: absolute;
    left: 0;
    top: 3px;
}
.projectWrapperCont ul{
  margin: 0;
  padding: 0;
}
.projectWrapperCont ul li{
  list-style: none;
  padding-left: 20px;
}
.projectWrapperCont ul li::before{
  content: '>>';
  color: #000;
}
.projectWrapperCont ul li a{
  font-size: 16px;
  color: #000;
  padding: 4px;
  width: 100%;
}


.flatBoxOP {
  width: 100%;
  min-height: 170px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
  padding: 0px 20px;
  padding-top: 30px;
}
.flatBoxOP::before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background-color: #8b0305;
  border-radius: 30px 0px 30px 0px;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url("../images/pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.flatBoxOP a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  display: block;
  line-height: 20px;
  text-decoration: none;
}
.flatBoxOP span{
  font-size: 14px;
  color: #80A3B1;
  font-weight: 300;
  margin-bottom: 15px;
}
.flatBoxOP h5{
  font-size: 16px;
  color: #3D4F56;
  font-weight: 400;
  margin-bottom: 10px;
}
.researchHed a{
  color: #8b0305;
  width: 100%;
  display: block;
}
.researchHed ul li{
  margin-bottom: 15px;
}



.projectWrapperThree{
  width: 100%;
  min-height: 170px;
  background-color: #fff;
  padding: 20px 20px;
  padding-top: 35px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 1px rgb(0 0 0 / 6%);
  position: relative;
  margin-bottom: 50px;
}
.projectHedTwo{
  width: 300px;
  height: 65px;
  background-color: #8b0305;
  border-radius: 30px 0 30px 0;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 10px 20px;
}
.projectHedTwo p{
  font-size: 16px;
  color: #fff;
  margin: 0px;
  display: block;
}
.projectHedTwo p img{
  width: 15px;
}
.projectHedTwo span{
  font-size: 13px;
  color: #ccc;
  margin: 0;
  display: block;
  font-weight: 300;
}
.projectHedTwo span img{
  width: 15px;
}
.projectWrapperContTwo{
  display: block;
  padding: 10px 0;
}
.projectWrapperContTwo p{
  font-size: 14px;
  color: #000;
}
.photoDiv{
  display: block;
}
.photoDiv a{
  width: initial;
  padding: 5px 10px;
  background-color: #E1EAEE;
  font-size: 13px;
  display: inline-block;
  color: #3D4F56;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.photoDiv a img{
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;

}
.pagination{
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .pageBtn{
  display: inline-block;
  margin: 10px;
}
.pagination .pageBtn a{
  width: 20px;
}
.pagination ul{
  margin: 0;
  padding: 0;
}
.pagination ul li{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  list-style: none;
  color: #000;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
}
.pagination ul li.pActive{
  background-color: #E2EBEF;
}

.galleryDiv{
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 2px 15px 1px rgb(0 0 0 / 6%);
  margin-bottom: 20px;
  transition: all .2s;
  opacity: 1;
}
.galleryDiv:hover{
  opacity: .9;
}
.photoThumbnail{
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.photoTitle{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: block;
  margin: 0;
  min-height: 40px;
  line-height: 13px;
}

.videoThumbnail{
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.videobtn{
  position: relative;
}
.videobtn img{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 100px;
}
/* .videoThumbnail::before{
  content: '';
  width: 40px;
  height: 40px;
  background-image: url('../images/playBtn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
} */
.videoTitle{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: center;
  margin: 0;
  min-height: 30px;
  line-height: 13px;
}
.accordianWrap{
  width: 100%;
}
.card-header{
  padding: 0;
}
.card-link{
  background-color: #3D4F56;
}
.card-link.collapsed{
  background-color: #ABC7D1;
  padding: 0;
}
.card-header a{
  display: block;
  color: #fff;
  padding: 15px;
  padding-left: 50px;
  position: relative;
}
.card-header a::before{
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #80a3b1;
    border: solid 4px #e2ebef;
    position: absolute;
    left: 25px;
    top: 16px;
}
.card-header .card-link.collapsed{
  display: block;
  color: #fff;
  padding: 15px;
  padding-left: 50px;
  position: relative;
}
.card-header .card-link.collapsed::before{
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #80a3b1;
    border: solid 4px #e2ebef;
    position: absolute;
    left: 25px;
    top: 16px;
}
.donerList{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.donerName{
  display: block;
}
.donerName p{
  font-size: 15px;
  color: #000;
  line-height: 14px;
  position: relative;
  padding-left: 20px;
}.donerName p::before{
  content: '>>';
  display: block;
  width: 15px;
  height: 15px;
  color: #000;
  font-size: 14px;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.ansWrap{
  width: 100%;
}
.ansWrap p{
  font-size: 15px;
  color: #000;
  line-height: 16px;
}
.ansWrap ul{
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
.ansWrap ul li{
  list-style: circle;
  font-size: 15px;
  line-height: 16px
}

.innerLink{
  display: block;
    color: #fff !important;
    padding: 15px;
    padding-left: 50px;
    position: relative;
    background-color: #ABC7D1;
    margin-bottom: 1px;
}
.innerDetails{
  padding: 15px;
  background-color: #fff;
  display: none;
}
.innerDetails a{
  font-size: 14px;
  color: #000;
  transition: all .2s;
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
}
.innerDetails a:hover{
  color: #555;
}
.detailsShow{
  display: block;
}
.formWrap{
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
.homeformWrap{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.faqerap{
  width: 250px;
  height: 50px;
  border-radius: 30px 30px 0 0;
  background-color: #8b0305;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 30px;
  color: #fff !important;
  text-decoration: none;
  line-height: 50px;
  font-size: 16px;
}

.formDiv{
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  background-color: #A4C2CE;
  margin: 0 auto;
}

/* 
[type="radio"]:checked+label:after {
  background-color: red;
  border: 2px solid red;
  
} */





.mycontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.mycontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
    top: 7px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.mycontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.mycontainer input:checked ~ .checkmark {
  background-color: #3d4f56;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.mycontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.mycontainer .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.contactInfo{
  width:100%;
}
.infoDiv{
  display: block;
  margin-bottom: 20px;
}
.infoDiv::after{
  content: '';
  display: block;
  clear: both;
}
.infoIcon{
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8EEF0;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
  margin-right: 20px;
}
.infoIcon img{
  width: 20px;
}
.infoDtl{
  width: initial;
  float: right;
  width: calc(100% - 80px);
}
.infoDtl h5{
  font-size: 19px;
  color: #4C6F81;
}
.infoDtl p{
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.infoDtl a{
  font-size: 14px;
  color: #000;
  display: block;
}

.projectWrapperFour{
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px;
  padding-top: 35px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 1px rgb(0 0 0 / 6%);
  position: relative;
}
.projectHedFour{
  width: 90%;
  height: 50px;
  background-color: #8b0305;
  border-radius: 30px 0 30px 0;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 10px 20px;
}
.projectHedFour p{
  font-size: 16px;
  color: #fff;
  margin: 0px;
  display: block;
}
.projectWrapperContFour{
  display: block;
  padding: 10px 0;
}
.projectWrapperContLine{
  /* display: flex;
  justify-content: flex-start; */
  margin-bottom: 10px;
}
.projectWrapperContLine:last-child{
  margin-bottom: 0;
}
.projectWrapperContLine span{
  font-size: 13px;
  color: #555;
  font-weight: 300;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.projectWrapperContLine p{
  font-size: 14px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-align: left;
  width: calc(100% - 110px);
}
.projectWrapperContLine a{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  display: block;
}


.projectWrapperFive{
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px;
  padding-top: 35px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 1px rgb(0 0 0 / 6%);
  position: relative;
}
.projectHedFive{
  width: 90%;
  height: 50px;
  background-color: #ABC7D0;
  border-radius: 30px 0 30px 0;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 10px 20px;
  text-align: center;
}
.projectHedFive p{
  font-size: 16px;
  color: #3d4f56;
  margin: 0px;
  display: block;
}
.projectWrapperContFive{
  display: block;
  padding: 10px 0;
}
.projectWrapperContLine{
  /* display: flex;
  justify-content: flex-start; */
  margin-bottom: 10px;
}
.projectWrapperContLine:last-child{
  margin-bottom: 0;
}
.projectWrapperContLine span{
  font-size: 13px;
  color: #555;
  font-weight: 300;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.projectWrapperContLine p{
  font-size: 14px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-align: left;
  width: calc(100% - 110px);
}
.projectWrapperContLine a{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  display: block;
}
.projectWrapperContLine p span{
  font-size: 12px;
  color: #555;
  font-weight: 300;
  display: block;
  width: 100%;
}
.hedMergin{
  padding-top: 100px;
}
.page-link { 
    width: 40px;
    height: 40px;
    font-size: 15px;
    color:#444;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-radius:50%;
    margin:0 3px;
}
.page-item.active .page-link {
    background-color: #E2EBEF;
    border-color: transparent;
    color:#444;
}
.page-item:first-child .page-link {
    border-radius:50%;
    font-size: 60px;
    line-height: 33px;
}
.page-item:last-child .page-link {
    border-radius:50%;
    font-size: 60px;
    line-height: 33px;
}
.page-item.disabled .page-link {
    background-color:transparent;
    border-color:transparent;
    font-size: 60px;
    line-height: 33px;
}


#noticeMsg h5 { font-size: 30px; font-weight: 600; }
#noticeMsg .close { background: #381b56; opacity: 1; position: absolute; right: -25px; top: 16px; padding: 0 8px; border-radius: 0 5px 5px 0; width: 40px; height: 40px;font-size: 22px; color: #fff; }
#noticeMsg .close i { color: #fff; }
#noticeMsg p { font-family: "Roboto", sans-serif; font-size: 20px; color: var(--dark); }
#noticeMsg p span { color: #f00; font-size: 25px; font-weight: 600; }
#noticeMsg p a { font-weight:700; }
#noticeMsg p a:hover { color: #f00; }
#noticeMsg .modal-content { background:transparent; position: relative; border:0 !important; }
#noticeMsg .thumb { display: table; margin-left: auto; margin-right: auto; }
#noticeMsg .thumb img { width:100%; height: auto; }
@media screen and (max-width: 992px) {
    #noticeMsg .thumb { margin-top:20px; }
    #noticeMsg .close { right: auto; left:50%; transform: translateX(-50%); top: 0; }
}

.siteLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0 0;
}

.siteLink a {
  margin: 0 10px;
  max-width: 360px;
  height: 110px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 30px 0 30px 0;
}
.siteLink a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
   .siteLink {
    row-gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 30px;
   } 
   .siteLink a {
    width:100%;
    height: 60px;
   }
}


.togetherSection .navigation {
  position: absolute;
  z-index: 100;
  width: 130px;
  bottom: 60px;
  right: 85px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .togetherSection .navigation {
    top: auto;
  right: 30px;
    bottom: 82px;
    width: 140px;
  }
}
.togetherSection .navigation a {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .togetherSection .navigation a {
    width: 35px;
    height: 35px;
  }
}
.togetherSection .navigation a i {
  font-size: 15px;
  color: #fff;
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}
@media screen and (max-width: 1024px) {
  .togetherSection .navigation a i {
    font-size: 20px;
  }
}
.togetherSection .navigation a.next {
  right: 30px;
}
.togetherSection .navigation a.prev {
  left: 30px;
}


.WhatsAppBtn {
  background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:1000;
}
.WhatsAppBtn:hover {
  color: #fff;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

#fixed-msg {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px 30px 0 0;
    text-align:center;
    overflow: hidden;
}
#fixed-msg p {
    width:auto;
    background:#fff;
	padding: 10px 15px;
	font-size: 18px;
    font-weight: 600;
    color: red;
    margin:0;
}
@media screen and (max-width: 992px) {
    #fixed-msg p {
	font-size: 12px;
	line-height:14px;
    }
}



