@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
/*font-family: "Syne", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/*font-family: "Manrope", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Manrope", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
.common-outline-btn {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #1E1B18;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.common-outline-btn:hover {
  background-color: #1E1B18;
  border: 1px solid #1E1B18;
  color: #fff;
}

.common-btn1 {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #36334A;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}
.common-btn1 span {
  width: 40px;
  height: 40px;
  background-color: #71BF44;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.5s;
}
.common-btn1 span i {
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.common-btn1:hover {
  background-color: #71BF44;
  color: #fff;
}
.common-btn1:hover span i {
  transform: rotate(0deg);
}

.common-btn2{
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #e8d437;
  background-color: #e8d437;
  color: #36334A;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}
.common-btn2:hover{
  border: 1px solid #e8d437;
  background-color: #e8d437;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 60px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  margin-bottom: 20px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  position: relative;
}
.navbar .logo-wrap {
  position: relative;
  width: 200px;
  background-color: #fff;
}

.header-wrapper .logo-white-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 27%;
  height: 100%;
  background-color: #fff;
}

.header-wrapper .logo-white-bg::before {
  content: "";
  width: 100px;
  height: 100%;
  background-image: url(../images/header-shape-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -80px;
  top: 0px;
}

.header-wrapper::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 90%;
  width: 50px;
  height: 50px;
  background-image: url(../images/header-bottom-shape1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-wrapper .navbar-nav {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  padding: 6px 12px;
}
.header-wrapper .navbar-nav li {
  position: relative;
  padding: 0px 5px;
}
.header-wrapper .navbar-nav > li > a {
  position: relative;
  background-color: transparent;
  display: inline-block;
  color: #36334A;
  font-size: 16px;
  border-radius: 30px;
  padding: 8px 12px !important;
  font-weight: 500;
  transition: all 0.5s;
}
.header-wrapper .navbar-nav > li > a:hover{
  background-color: #fff;
  color: #164186;
}
.header-wrapper .navbar-nav > li.current-menu-item > a{
  background-color: #fff;
  color: #164186;
}

/**/
.my-ac-wrap {
  position: static;
}

.my-ac-wrap ul {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin-bottom: 0px;
}

.my-ac-wrap ul li {
  position: static;
  text-align: center;
  padding: 0px 10px;
}

.my-ac-wrap ul li a {
  position: relative;
  color: #000;
  font-size: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}

.my-ac-wrap ul li a i {
  font-size: 25px;
}

.my-ac-wrap ul li .cart a .count {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 22px;
  height: 22px;
  background-color: #71BF44;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/**/
.hed-search {
  position: static;
}

.hed-search .open-search {
  position: relative;
  color: #000000;
  font-size: 25px;
}

.form-search {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 90%;
  background: #ffffff;
  padding: 20px 5%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}

.form-search input[type=search] {
  font-size: 30px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 12px 10px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-search button {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search button i {
  color: #000000;
  font-size: 30px;
}

.form-search.active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.close-overlay {
  opacity: 0;
  height: 0;
  width: 0;
}

.form-search.active + .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: url(../images/close-search-icn.png), auto;
}

/*search css end*/

/*New header css start ###*/
.header-wrapper .navbar{
  justify-content: space-between;
}
.header-wrapper .navbar .menu-wrap {
  position: relative;
}
  
.header-wrapper .menu-wrap .main-menu {
  position: relative;
}

.header-wrapper .menu-wrap .main-menu li {
  position: relative;
  padding: 0px 6px;
}
.header-wrapper .menu-wrap > .main-menu > li{
  padding: 0px 4px;
}
.header-wrapper  .menu-wrap .main-menu li a {
  position: relative;
  color: #241922;
  font-size: 15px;
}

.header-wrapper .navbar .main-menu > li.menu-item-has-children:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 30%;
  right: 0px;
  display: inline-block;
  color: #241922;
  font-size: 15px;
}
.header-wrapper .navbar .main-menu > li .sub-menu {
  background-color: #164186;
  text-align: left;
  padding: 15px 5px;
  border: 0;
  min-width: 230px;
  backdrop-filter: blur(20px);
  border-radius: 5px;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a {
  padding: 6px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  border-bottom: 1px solid #b9b9b9;
}
.header-wrapper .navbar .main-menu > li .sub-menu li:last-child a{
  border-bottom: 0px;
}

@media(max-width: 991px){
  /* menu css */
  .header-wrapper .navbar .menu-wrap{
    position: static;
  }
  .header-wrapper .menu-wrap > .main-menu > li {
    padding: 5px 2px;
  }
  .header-wrapper .menu-wrap .main-menu li a{
    font-size: 14px;
  }
  .header-wrapper .menu-wrap .main-menu {
      position: absolute;
      background-color: rgb(255 255 255 / 90%);
      padding: 10px 10px;
      backdrop-filter: blur(8px);
  }
  .header-wrapper .navbar .main-menu > li.menu-item-has-children:after{
      display: none;
  }
  .header-wrapper .menu-wrap > .main-menu > li.menu-item-has-children .expand{
      padding: 6px 8px;
      line-height: normal;
      background-color: transparent;
      top: 5px;
      right: 0px;
      transform: rotate(0deg);
      font-size: 0;
      width: 100%;
      text-align: right;
  }
  .header-wrapper .menu-wrap > .main-menu > li.menu-item-has-children .expand::before{
      content: "\2b";
      font-family: "fontawesome";
      font-size: 13px;
      background-color: #71bf44;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }
  .header-wrapper .menu-wrap > .main-menu > li.menu-item-has-children .expand.active:before{
      content: "\f068";
      font-family: "fontawesome";
      font-size: 15px;
  }

  .header-wrapper .toggle-menu{
      background-color: #71bf44;
      padding: 2px 10px;
      text-align: center;
      border-radius: 4px;
      font-size: 20px;
  }
  .header-wrapper .toggle-menu span{
      padding-left: 0;
  }
  /* menu css end */
}
/*New header css end ###*/



/*#### Header css end ####*/
/*#### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
}

.banner-inner-wrap {
  position: relative;
  width: 100%;
  /*background: linear-gradient(359.51deg, #F5F4FF 0.4%, #DEDAFF 124.19%);*/
  background: linear-gradient(359.36deg, #FFFFFF 0.52%, #FFE598 115.91%);
  border-radius: 30px;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}

.banner-wrapper .banner-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content h3 {
  position: relative;
  width: 100%;
  /*text-align: center;*/
  font-size: 115px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #E9D438;
  line-height: 1.1;
}
.banner-wrapper .banner-content h4 {
  position: relative;
  width: 100%;
  /*text-align: right;*/
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #36334A;
  line-height: 1.1;
}
.banner-wrapper .banner-content .banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  transform: translateX(-50%);
}
.banner-wrapper .banner-content .explor-product-btn-wrap {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 60px;
}

.banner-wrapper .scroll-down-wrap {
  position: absolute;
  bottom: 30px;
  left: 12%;
}
.banner-wrapper .scroll-down-wrap .scroll-down-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #164186;
  font-size: 18px;
  font-weight: 500;
}
.banner-wrapper .scroll-down-wrap .scroll-down-btn img {
  height: 50px;
  margin-right: 10px;
}

@keyframes cityMoving {
  0% {
    background-position: 110% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes cityMoving2 {
  0% {
    background-position: 150% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.sky-img1 {
  position: absolute;
  width: 105%;
  height: 70px;
  right: 0px;
  top: 100px;
  background-image: url(../images/sky-img1.png);
  background-repeat: no-repeat;
  animation: cityMoving 60s linear 0s infinite;
}

.sky-img2 {
  position: absolute;
  width: 105%;
  height: 70px;
  right: 0px;
  top: 150px;
  background-image: url(../images/sky-img1.png);
  background-repeat: no-repeat;
  animation: cityMoving2 60s linear 0s infinite;
}

.sky-img3 {
  position: absolute;
  width: 105%;
  height: 70px;
  right: 0px;
  bottom: 150px;
  background-image: url(../images/sky-img1.png);
  background-repeat: no-repeat;
  animation: cityMoving 50s linear 0s infinite;
}

/*#### Dots css start ###*/
#banner-slider .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0px;
  z-index: 5;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 5px 0px;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgb(22 65 134 / 60%);
  display: block;
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #164186;
  outline-offset: 4px;
}

/*#### Dots css end ###*/
/*#### Banner css end ####*/
/*#### WonderAids-moving css start ####*/
.WonderAids-moving-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.WonderAids-moving-slider-wrapper .moving-list {
  position: relative;
  width: 100%;
  padding: 0px 15px;
}
.WonderAids-moving-slider-wrapper .moving-list p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.WonderAids-moving-slider-wrapper .moving-list p strong {
  color: #164186;
  font-size: 45px;
  vertical-align: middle;
}

/*#### WonderAids-moving css end ####*/
/*#### cic-openvent css start ####*/
.cic-openvent-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 60px;
}
.cic-openvent-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: -150px;
  width: 40%;
  height: 65%;
  background-image: url(../images/cic-openvent-shadow1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cic-openvent-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;
  height: 45%;
  background-image: url(../images/cic-openvent-shadow2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cic-back-text {
  position: absolute;
  width: 100%;
  color: rgba(54, 51, 74, 0.02);
  font-size: 40vw;
  line-height: 40vw;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}

.cic-title {
  position: relative;
  width: 100%;
}
.cic-title h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 80px;
  line-height: 82px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}
.cic-title h3 span {
  color: #E9D438;
  font-size: 100px;
}

.cic-left-img {
  position: relative;
  width: 100%;
  text-align: right;
}
.cic-left-img img{
  max-width: 480px;
}
.cic-left-img::before {
  content: "";
  position: absolute;
  right: -190px;
  top: -40px;
  width: 350px;
  height: 160px;
  background-image: url(../images/cic-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cic-right-img {
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cic-small-text {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: end;
  margin: 0 auto;
}
.cic-small-text p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 10px;
}

.explore-product-btn-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -130px;
  z-index: 9;
}
.explore-product-btn-wrap .common-btn1 {
  background-color: #F0F0F0;
}
.explore-product-btn-wrap .common-btn1:hover {
  background-color: #71BF44;
}

/*#### cic-openvent css end ####*/
/*#### iic-evolution css start ####*/
.iic-evolution-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}

.iic-evolution-inner-wrap {
  position: relative;
  width: 100%;
  /*background: linear-gradient(180deg, #F1E8F6 0.4%, #E8F1FE 124.19%);*/
  background: linear-gradient(180deg, #F3F7FF 0.4%, #D5E6FF 124.19%);
  padding: 100px 0px 120px 0px;
  border-radius: 15px;
}
.iic-evolution-inner-wrap .right-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10%;
}
.iic-evolution-inner-wrap .right-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 80px;
  line-height: 82px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin-bottom: 20px;
}
.iic-evolution-inner-wrap .right-content h3 span {
  color: #164186;
  font-size: 100px;
}
.iic-evolution-inner-wrap .right-content .content {
  position: relative;
  width: 70%;
  padding-left: 5%;
  padding-right: 15px;
}
.iic-evolution-inner-wrap .right-content .content p {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
}
.iic-evolution-inner-wrap .right-content .btn-wrap {
  position: relative;
  width: 30%;
}
.iic-evolution-inner-wrap .iic-evolution-radius-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 70px;
  background-color: #fff;
}
.iic-evolution-inner-wrap .iic-evolution-radius-shape::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -2px;
  width: 100px;
  height: calc(100% + 2px);
  background-image: url(../images/iic-evolution-radius-shape1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.iic-evolution-inner-wrap .iic-evolution-radius-shape::after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 60px;
  height: 80px;
  background-image: url(../images/iic-evolution-radius-shape2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.iic-evolution-inner-wrap .iic-evolution-bottom-img {
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

/*#### iic-evolution css end ####*/
/*#### itc-modern-sound css start #####*/
.itc-modern-sound-wrapper {
  position: relative;
  width: 100%;
  padding: 160px 0px 160px 0px;
  overflow: hidden;
}
.itc-modern-sound-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 70%;
  background-image: url(../images/cic-openvent-shadow1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.itc-modern-sound-wrapper .itc-back-text {
  position: absolute;
  bottom: -120px;
  font-family: "Syne", sans-serif;
  font-size: 240px;
  font-weight: 700;
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}
.itc-modern-sound-wrapper .itc-modern-img1 {
  position: absolute;
  top: 10%;
  left: 6%;
  width: 330px;
}
.itc-modern-sound-wrapper .itc-modern-img2 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 300px;
}

.itc-modern-sound-content {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.itc-modern-sound-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Syne", sans-serif;
}
.itc-modern-sound-content h3 span {
  font-size: 45px;
  color: #164186;
}
.itc-modern-sound-content .common-btn1 {
  border: 1px solid #E9E9E9;
}

/*#### itc-modern-sound css end #####*/
/*#### ite-fullsheel css start ####*/
.ite-fullsheel-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}

.ite-fullsheel-inner-wrap {
  position: relative;
  width: 100%;
  /*background: linear-gradient(180deg, #FBEBDD 0.4%, #E8E9FE 124.19%);*/
  background: linear-gradient(180deg, #FFEDBD 0.4%, #E2ECFE 124.19%);
  padding: 150px 0px 80px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.ite-fullsheel-inner-wrap .ite-fullsheel-radius-shape {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 100px;
  background-color: #fff;
}
.ite-fullsheel-inner-wrap .ite-fullsheel-radius-shape:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -2px;
  width: 100px;
  height: calc(100% + 2px);
  background-image: url(../images/iic-evolution-radius-shape1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ite-fullsheel-inner-wrap .ite-fullsheel-radius-shape:after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 60px;
  height: 80px;
  background-image: url(../images/iic-evolution-radius-shape2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ite-fullsheel-content {
  position: relative;
  width: 100%;
  padding-left: 20%;
}
.ite-fullsheel-content h3 {
  position: relative;
  width: 100%;
  font-size: 90px;
  line-height: 90px;
  color: #36334A;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Syne", sans-serif;
}
.ite-fullsheel-content h3 span {
  color: #E9D438;
  font-size: 110px;
}
.ite-fullsheel-content .inner-content {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.ite-fullsheel-content .inner-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 10px;
}
.ite-fullsheel-content .inner-content h5 {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #36334A;
  margin-bottom: 15px;
  margin-top: 30px;
  padding-top: 15px;
}
.ite-fullsheel-content .inner-content h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 148%;
  height: 80px;
  background-image: url(../images/ite-fullsheel-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}
.ite-fullsheel-content .inner-content .btn-wrap {
  position: relative;
  width: 100%;
  text-align: right;
}

.ite-fullsheel-img-text {
  position: relative;
  width: 100%;
  padding-right: 10%;
}
.ite-fullsheel-img-text h5 {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 25px;
  padding-top: 20px;
  bottom: -100px;
}
.ite-fullsheel-img-text h5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 140px;
  background-image: url(../images/ite-fullsheel-line2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}
.ite-fullsheel-img-text .img-box {
  position: relative;
  width: 100%;
  bottom: -100px;
  margin-left: -50px;
}

/*#### ite-fullsheel css end ####*/
/*#### jh-tune css start ####*/
.jh-tune-wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
  background-image: url(../images/jh-tune-section-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-position: bottom;
}
.jh-tune-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 70%;
  background-image: url(../images/cic-openvent-shadow2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jh-tune-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 40%;
  background-image: url(../images/cic-openvent-shadow1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.jh-tune-content {
  position: relative;
  width: 100%;
}
.jh-tune-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 90px;
  line-height: 90px;
  font-family: "Syne", sans-serif;
}
.jh-tune-content h3 span {
  color: #164186;
  font-size: 100px;
}
.jh-tune-content .jh-inner-cont {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.jh-tune-content .jh-inner-cont p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}
.jh-tune-content .jh-inner-cont .jh-btn {
  position: relative;
  width: 100%;
  text-align: center;
}
.jh-tune-content .jh-inner-cont .jh-btn .common-btn1 {
  background-color: #F0F0F0;
}
.jh-tune-content .jh-inner-cont .jh-btn .common-btn1:hover {
  background-color: #71BF44;
  color: #fff;
}

/*#### jh-tune css end ####*/
/*#### about-us css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}
.about-us-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 70%;
  background-image: url(../images/cic-openvent-shadow2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-right-content .common-btn1 {
  background-color: #F0F0F0;
}
.about-right-content .common-btn1:hover {
  background-color: #71BF44;
  color: #fff;
}

/*#### about-us css end ####*/
/*#### Testimonials section css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  overflow: hidden;
}
.testimonials-wrapper::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 20%;
  width: 25%;
  height: 80%;
  background-image: url(../images/cic-openvent-shadow1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.testimonials-left-content {
  position: relative;
  width: 100%;
  padding-left: 39%;
}

#testimonials-slider .testimonials-sld-items {
  position: relative;
  padding: 0px 15px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
}
.testimonials-wrap .quot-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonials-wrap .testimo-auth-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonials-wrap .testimo-auth-wrap .auth-img {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimo-auth-wrap .auth-details {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.testimonials-wrap .testimo-auth-wrap .auth-details h4 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonials-wrap .testimo-auth-wrap .auth-details h5 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 0px;
}

.testimonials-arrow {
  position: relative;
  width: 100%;
}
.testimonials-arrow ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonials-arrow ul li {
  position: relative;
  margin-right: 10px;
}
.testimonials-arrow ul .slick-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #EAEAEA;
  background-color: transparent;
  border-radius: 50%;
  font-size: 18px;
}

/*#### Testimonials section css end ####*/
/*#### blog-section css start ####*/
.blog-section-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.blog-section-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 70%;
  background-image: url(../images/cic-openvent-shadow2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.blog-section-wrapper .common-btn1 {
  background-color: #F0F0F0;
}
.blog-section-wrapper .common-btn1:hover {
  background-color: #71BF44;
  color: #fff;
}

.blog-list {
  position: relative;
  width: 100%;
}
.blog-list .blog-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-list .blog-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.blog-list .blog-content {
  position: relative;
  width: 100%;
}
.blog-list .blog-content h6 {
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-list .blog-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 40px;
  margin-bottom: 15px;
}
.blog-list .blog-content h3 a {
  color: #36334A;
}
.blog-list .blog-content p {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #707070;
  margin-bottom: 15px;
}
.blog-list .blog-content .learn-btn {
  position: relative;
  color: #36334A;
  font-size: 16px;
}
.blog-list .blog-content .learn-btn i {
  position: relative;
  margin-left: 5px;
  transform: rotate(-45deg);
}
.blog-list:hover .blog-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

/*#### blog-section css end ####*/
/*##### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.footer-wrapper .footer-inner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #E5EFFF;
  border-radius: 15px 15px;
}
.footer-wrapper .footer-inner-wrapper .footer-radius-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 85px;
  background-color: #fff;
}
.footer-wrapper .footer-inner-wrapper .footer-radius-shape:before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: 0px;
  width: 100px;
  height: calc(100% + 0px);
  background-image: url(../images/footer-radius-img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-wrapper .footer-inner-wrapper .footer-radius-shape:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -46px;
  width: 80px;
  height: 90px;
  background-image: url(../images/footer-radius-img2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-newsletter-wrap {
  position: relative;
  width: 70%;
  margin-left: auto;
}
.footer-newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}

/*####*/
.newsletter-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 30px;
}

.newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #BEBEBE;
  font-size: 15px;
}

.newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 130px);
}

.newsletter-frm .input-text .form-control {
  padding: 10px 10px 10px 20px;
  border-radius: 30px 0px 0px 30px;
  background-color: #fff;
  border: 1px solid #ffffff;
  color: #707070;
  height: 56px;
}
.newsletter-frm .input-text .form-control:focus {
  box-shadow: none;
}

.newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #707070;
}

.newsletter-frm .input-text .form-control::placeholder {
  color: #707070;
}

.newsletter-frm .submit {
  position: relative;
  width: 130px;
}

.newsletter-frm .submit .btn-dark {
  position: relative;
  width: 100%;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #36334A;
  height: 56px;
  padding: 0;
  font-weight: 600;
  border-radius: 30px;
}
.newsletter-frm .submit .btn-dark:hover {
  border-color: #71BF44;
  background-color: #71BF44;
  color: #fff;
}

/*###*/
.footer-main-wrapper {
  position: relative;
  width: 100%;
}
.footer-main-wrapper .footer-left-wrap {
  position: relative;
  width: 100%;
}
.footer-main-wrapper .footer-left-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.footer-main-wrapper .footer-left-wrap .footer-logo img {
  position: relative;
  width: 50%;
}
.footer-main-wrapper .footer-left-wrap p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 4px 0px;
  padding-left: 15px;
}
.footer-menu ul li::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 8px;
  color: #36334A;
  font-family: "fontawesome";
}
.footer-menu ul li a {
  color: #36334A;
  font-size: 16px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.footer-inner-wrap .contact-det-list .icon {
  position: relative;
  width: 50px;
  height: 50px;
  color: #444447;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .content {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 5px;
}

.footer-inner-wrap .contact-det-list .content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-inner-wrap .contact-det-list .content p {
  position: relative;
  font-size: 15px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #444447;
}

.footer-inner-wrap .contact-det-list .content p a {
  color: #444447;
}

/*###*/
.social-media-list {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.social-media-list a {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-media-list a .icon {
  position: relative;
  width: 50px;
  height: 50px;
  color: #444447;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-media-list a .name {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 5px;
  font-size: 16px;
  color: #36334A;
}

.footer-copyright {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #444447;
  font-size: 15px;
  margin-bottom: 0px;
}

/*##### Footer css end ####*/
/*##### Inner banner css start ####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.inner-banner-wrapper .inner-banner-inner-wrapper {
  position: relative;
  width: 100%;
  /*background: linear-gradient(359.51deg, #F5F4FF 0.4%, #DEDAFF 124.19%);*/
  background: linear-gradient(359.36deg, #FFFFFF 0.52%, #FFE598 115.91%);
  border-radius: 30px;
  padding-top: 250px;
  padding-bottom: 50px;
  overflow: hidden;
}
.inner-banner-wrapper .inner-banner-inner-wrapper .inner-banner-content {
  position: relative;
  width: 100%;
}
.inner-banner-wrapper .inner-banner-inner-wrapper .inner-banner-content h3 {
  position: relative;
  width: 100%;
  color: #164186;
  font-size: 60px;
  font-family: "Syne", sans-serif;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

/*##### Inner banner css end ####*/
/*##### contact-us page css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.contact-us-form-wrap {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  /*background: linear-gradient(180deg, #FBEBDD 0.4%, #E8E9FE 124.19%);*/
  background: linear-gradient(180deg, #F3F7FF 0.4%, #D5E6FF 124.19%);
  border-radius: 15px;
}
.contact-us-form-wrap .title {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.contact-us-form-wrap .title h3 {
  position: relative;
  width: 100%;
  color: #164186;
  font-size: 35px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin-bottom: 0;
}
.contact-us-form-wrap .form-group {
  position: relative;
  width: 100%;
}
.contact-us-form-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #C6C6C6;
}
.contact-us-form-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #164186;
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.map-wrap iframe {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

/*##### contact-us page css end ####*/
/*#### Blog page css start ####*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

/*#### Blog page css end ####*/
/*######### Blog details page css start ########*/
.blog-details-wraper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

.blog-single-wraper {
  position: relative;
  width: 100%;
}

.blog-single-wraper h1 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-single-wraper .entry-meta {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #0d1d31;
}

.blog-single-wraper .entry-meta a {
  color: #3f56d6;
}

.blog-single-wraper .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-single-wraper .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img .blog-date {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px 15px;
  background-color: #71BF44;
  text-align: center;
}

.blog-single-wraper .blog-img .blog-date p {
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.blog-single-wraper p {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #36334A;
  margin-bottom: 10px;
}

.social-icon.blog-social {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.social-icon.blog-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-icon.blog-social ul li a {
  color: #13253b;
  transition: 0.5s;
}

.social-icon.blog-social ul li a:hover {
  color: #3f56d6;
  transition: 0.5s;
}

.blog-prev-next-wraper {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-prev-next-wraper a {
  color: #666666;
  font-size: 14px;
}

.blog-prev-next-wraper a .fa {
  padding: 0px 5px;
}

.comment-respond {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px 20px;
  border-radius: 5px;
}

.comment-respond > h3 {
  position: relative;
  width: 100%;
  color: #666666;
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-respond .comment-form label {
  position: relative;
  color: #000;
  font-size: 16px;
}

.comment-respond .comment-form .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: 0.5s;
}

.comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #0d1d31;
  transition: 0.5s;
}

/*###### blog sidebar css start #######*/
.blog-sidebar {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ededed;
  padding: 0px 15px;
}

.blog-sidebar-title {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-sidebar-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.recent-posts {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-posts .recent-posts-list {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

.recent-posts .recent-posts-list li {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #ededed;
}

.recent-posts .recent-posts-list li:last-child {
  border-bottom: 0px;
}

.recent-posts .blog-posts-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.recent-posts .blog-posts-wrap .blog-img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.recent-posts .blog-posts-wrap .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts .blog-posts-wrap .blog-right-text {
  position: relative;
  width: calc(100% - 55px);
}

.recent-posts .blog-posts-wrap .blog-right-text h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.recent-posts .blog-posts-wrap .blog-right-text h5 a {
  color: #000000;
}

.recent-posts .blog-posts-wrap .blog-right-text p {
  position: relative;
  color: #000;
  font-size: 14px;
}

.recent-posts .blog-posts-wrap .blog-right-text p a {
  color: #666666;
}

.recent-comment {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-comment ul {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.recent-comment ul li {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 0px;
  padding-left: 12px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.recent-comment ul li a {
  color: #666666;
}

.recent-comment ul li:after {
  content: "\f105";
  font-size: 15px;
  font-family: "Fontawesome";
  position: absolute;
  top: 5px;
  left: 0px;
}

.recent-comment ul li:last-child {
  border-bottom: 0px;
}

/*######### Blog details page css end ########*/
/*##### About page css start #####*/
.about-page-wrapper {
  position: relative;
  width: 100%;
}
.about-page-wrapper .about-left-content {
  position: relative;
  width: 100%;
}
.about-page-wrapper .about-left-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 60px;
  font-family: "Syne", sans-serif;
  margin-bottom: 15px;
}
.about-page-wrapper .about-left-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-page-wrapper .about-right-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.about-who-we-are-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 15px;
}
.about-who-we-are-wrapper .about-who-we-are-inner-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  /*background: linear-gradient(180deg, #F1E8F6 0.4%, #E8F1FE 124.19%);*/
  background: linear-gradient(180deg, #F3F7FF 0.4%, #D5E6FF 124.19%);
  border-radius: 15px;
}
.about-who-we-are-wrapper .about-wwa-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about-who-we-are-wrapper .about-wwa-content {
  position: relative;
  width: 100%;
}
.about-who-we-are-wrapper .about-wwa-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 60px;
  font-family: "Syne", sans-serif;
  margin-bottom: 15px;
}
.about-who-we-are-wrapper .about-wwa-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}

.our-mission-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-mission-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.about-mission-content {
  position: relative;
  width: 100%;
}
.about-mission-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 60px;
  font-family: "Syne", sans-serif;
  margin-bottom: 15px;
}
.about-mission-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  margin-bottom: 15px;
}

/*##### About page css end #####*/
/*##### Product Single page css start ####*/
.single-products-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.single-products-content {
  position: relative;
  width: 100%;
}
.single-products-content .alignright {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.single-products-content h2 {
  position: relative;
  width: 100%;
  color: #164186;
  font-size: 45px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  margin-bottom: 25px;
}
.single-products-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 30px;
  font-family: "Syne", sans-serif;
  margin-bottom: 15px;
}
.single-products-content h4 {
  position: relative;
  width: 100%;
  color: #71BF44;
  font-size: 25px;
  margin-bottom: 15px;
}
.single-products-content p {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #36334A;
  margin-bottom: 15px;
}
.single-products-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.single-products-content ul li {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 16px;
  padding: 5px 0px;
  padding-left: 25px;
}
.single-products-content ul li::before {
  content: "\f111";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 10px;
  color: #71BF44;
}

.single-products-content table {
  border: 1px solid #164186;
}

.single-products-content table tr th {
  background-color: #164186;
  color: #fff;
}

.single-products-content table tr th, .single-products-content table tr td {
  border-bottom: 1px solid #cacaca;
  padding: 10px 14px;
}

.product-gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 0px;
}

.product-gallery-inner-wrap {
  position: relative;
  width: 100%;
  /*background: linear-gradient(180deg, #FBEBDD 0.4%, #E8E9FE 124.19%);*/
  background: linear-gradient(180deg, #F3F7FF 0.4%, #D5E6FF 124.19%);
  padding: 30px 30px;
  border-radius: 30px;
}
.product-gallery-inner-wrap .common-title h3 {
  font-size: 40px;
}
.product-gallery-inner-wrap .product-gallery-list {
  position: relative;
  width: 100%;
}
.product-gallery-inner-wrap .product-gallery-list .gallery-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.product-gallery-inner-wrap .product-gallery-list .gallery-img img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.product-gallery-inner-wrap .product-gallery-list:hover .gallery-img img {
  transform: scale(1.1);
}

/*##### Product Single page css end ####*/

.cms-content {
  position: relative;
  width: 100%;
}
.cms-content h2 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 35px;
  margin-bottom: 15px;
}
.cms-content h3 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 30px;
  margin-bottom: 15px;
}
.cms-content h4 {
  position: relative;
  width: 100%;
  color: #E9D438;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cms-content h5 {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cms-content p {
  position: relative;
  width: 100%;
  color: #36334A;
  font-size: 15px;
  margin-bottom: 10px;
}
.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #36334A;
  margin-bottom: 8px;
}
.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #71bf44;
}

/*# sourceMappingURL=style.css.map */