@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}

p {
  margin: 10px 0;
  color: #686363;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #0055A5;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #4DAA3F;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

/*owl theme start */
.form-group {
  position: relative;
}

.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  padding: 5px;
  border: 1px solid #ced4da;
}

@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}

.form-group .selecttext {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5a5a59;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0055A5;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}

.form-group textarea {
  height: 100px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #0055A5;
}

.slide-box {
  border: 1px solid #d5d5d5;
}

.slide-box .carousel-inner img {
  width: 100%;
  height: 100%;
}

.slide-box #custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

.slide-box #custCarousel .carousel-indicators > li {
  width: 100px;
  border: 1px solid #4DAA3F;
}

.slide-box #custCarousel .carousel-indicators li {
  cursor: pointer;
}

.slide-box #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.8;
}

.slide-box #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

.slide-box #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.slide-box .carousel-item img {
  width: 100%;
}

.dropdown-menu {
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 200px;
}

.dropdown-menu .dropdown-item {
  background: none;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu .dropdown-item i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.dropdown-menu .dropdown-item:hover {
  background: #E6F0F9;
}

.dropdown-menu .dropdown-item:hover i {
  opacity: 1;
  color: #0055A5;
  padding-left: 3px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.attentionfix {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 0px;
  margin: 0;
  float: left;
  z-index: 1000;
  background-color: #e6f0f9;
}

.attentionfix h4 {
  font-weight: 600;
  font-size: 1rem;
}

.attentionfix i {
  padding: 0px 15px;
  color: #4DAA3F;
}

.attentionfix b {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 0px;
  margin: 0px;
  color: #2a2a2a;
}

.attentionfix .play i {
  color: #4DAA3F;
  font-size: 18px;
  cursor: pointer;
}

header {
  background: #ECF2F2;
  padding: 0px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}

header .alert {
  width: 100%;
  margin-bottom: 0px !important;
  padding: 5px;
}

header .alert a {
  color: #0055A5;
}

header .alert .btn-close {
  padding: 10px;
}

@media (max-width: 767px) {
  header .alert {
    display: none;
  }
}

header .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .topbar .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding-right: 20px;
}

header .topbar .left-side .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 270px;
  height: 45px;
  margin-top: 5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  header .topbar .left-side .logo {
    width: 200px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  header .topbar .left-side .logo {
    width: 180px;
    height: 30px;
  }
}

header .topbar .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

@media (max-width: 991px) {
  header .topbar .right-side {
    display: none;
  }
}

header .topbar .right-side li {
  list-style: none;
  padding: 5px 8px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
}

header .topbar .right-side li .blink {
  -webkit-animation: blinking 1s infinite;
          animation: blinking 1s infinite;
  display: inline-block;
}

header .topbar .right-side li span {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 300;
}

header .topbar .right-side li span .red {
  color: #F51414;
  display: inline-block;
}

header .topbar .right-side li span .red i {
  color: #F51414;
}

header .topbar .right-side li span .green {
  color: #4DAA3F;
  display: inline-block;
}

header .topbar .right-side li span .green i {
  color: #4DAA3F;
}

header .topbar .right-side li a {
  color: #000;
  font-weight: 500;
}

@-webkit-keyframes blinking {
  0% {
    color: #f16a70;
  }
  30% {
    color: #b1d877;
  }
  70% {
    color: #8cdcda;
  }
  100% {
    color: #e52165;
  }
}

@keyframes blinking {
  0% {
    color: #f16a70;
  }
  30% {
    color: #b1d877;
  }
  70% {
    color: #8cdcda;
  }
  100% {
    color: #e52165;
  }
}

header .topbar .mob-hide {
  display: block;
}

@media (max-width: 480px) {
  header .topbar .mob-hide {
    display: none;
  }
}

.cbp-af-header.cbp-af-header-shrink {
  background: #E6F0F9;
}

.cbp-af-header.cbp-af-header-shrink .left-side {
  background: none;
}

.cbp-af-header.cbp-af-header-shrink .left-side {
  background: #0055A5;
}

.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #0055A5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #0055A5, 0 1em 0 0 #0055A5;
          box-shadow: 0 0.5em 0 0 #0055A5, 0 1em 0 0 #0055A5;
}

.cbp-af-header.cbp-af-header-shrink .left-side .logo {
  background: url(../images/logo-white.svg);
  display: inline-block;
  width: 270px;
  height: 45px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cbp-af-header.cbp-af-header-shrink .left-side .logo {
    width: 200px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .left-side .logo {
    width: 180px;
    height: 30px;
  }
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #0055A5;
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #4DAA3F;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #4DAA3F;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #686363 #686363 transparent;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .wsdownmenu-submenu li a {
  line-height: 22px;
  padding: 6px 12px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  border-right: 0px solid;
}

.intro {
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .intro {
    margin-top: 66px;
  }
}

@media (max-width: 480px) {
  .intro {
    margin-top: 52px;
  }
}

.intro .slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1200px) {
  .intro .slider-caption {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .intro .slider-caption {
    left: 8%;
  }
}

.intro .slider-caption h1 {
  font-size: 50px;
  color: #0055A5;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .intro .slider-caption h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .intro .slider-caption h1 {
    font-size: 22px;
    line-height: 20px;
  }
}

@media (max-width: 540px) {
  .intro .slider-caption h1 {
    color: #fff;
  }
}

.intro .slider-caption h2 {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.intro .slider-caption h2::after {
  display: none;
}

.intro .slider-caption h2 span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .intro .slider-caption h2 {
    display: none;
  }
}

.intro .slider-caption h3 {
  color: #4DAA3F;
  font-size: 28px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 40px;
}

.intro .slider-caption h3::before {
  left: 0;
  top: 50%;
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #0055A5;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .intro .slider-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .intro .slider-caption h3 {
    display: none;
  }
}

.intro .slider-caption .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro .slider-caption .btn-box .btn-2 {
  margin-right: 10px;
}

.intro .owl-carousel {
  margin: 0px;
}

.intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.intro .owl-pagination {
  display: none;
}

.intro .owl-theme .owl-controls .owl-buttons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  zoom: 1;
  background: #4DAA3F;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 562px) {
  .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}

.intro .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}

@media (max-width: 562px) {
  .intro .owl-prev {
    left: -10px;
  }
}

.intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}

@media (max-width: 480px) {
  .intro .owl-next {
    right: -10px;
  }
}

.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}

.intro .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .intro .owl-prev::before {
    font-size: 30px;
  }
}

.intro .owl-next::after {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .intro .owl-next::after {
    font-size: 30px;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.welcome {
  width: 100%;
  background: url(../images/shape1.png) no-repeat left center #fff;
  position: relative;
}

.welcome .shape2 {
  position: absolute;
  right: 0px;
  bottom: 30%;
}

@media (max-width: 991px) {
  .welcome .shape2 {
    display: none;
  }
}

.welcome h2 {
  color: #131313;
  font-size: 2.5rem;
  font-weight: 700;
}

.welcome h2::after {
  display: none;
}

.welcome h2 span {
  color: #4DAA3F;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .welcome h2 span {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .welcome h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .welcome h2 {
    font-size: 1.5rem;
  }
}

.welcome .about-lists {
  width: 100%;
  position: relative;
}

.welcome .about-lists .shape4 {
  position: absolute;
  top: -85px;
  right: 0;
  width: 100px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@media (max-width: 767px) {
  .welcome .about-lists .shape4 {
    display: none;
  }
}

.welcome .about-lists .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.welcome .about-lists .boxes .icons {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 9;
}

.welcome .about-lists .boxes .icons::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #BCBCBC;
  z-index: -1;
}

.welcome .about-lists .boxes .icons img {
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media (max-width: 480px) {
  .welcome .about-lists .boxes .icons img {
    width: 65px;
    height: 65px;
  }
}

.welcome .about-lists .boxes .last::after {
  display: none !important;
}

.welcome .about-lists .boxes .texts {
  padding-left: 20px;
}

@media (max-width: 480px) {
  .welcome .about-lists .boxes .texts {
    padding-left: 10px;
  }
}

.welcome .about-lists .boxes .texts h3 {
  font-weight: 600;
  color: #131313;
  font-size: 1.2rem;
}

.welcome .about-lists .boxes .texts p {
  padding-bottom: 15px;
}

.welcome .static {
  width: 100%;
}

.welcome .static .years {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #0055A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 10px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 480px) {
  .welcome .static .years {
    padding: 34px 10px;
  }
}

.welcome .static .years .exp h4 {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 480px) {
  .welcome .static .years .exp h4 {
    font-size: 1.8rem;
  }
}

.welcome .static .years .exp h5 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
}

@media (max-width: 480px) {
  .welcome .static .years .exp h5 {
    font-size: 1rem;
  }
}

.welcome .static .outer-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .welcome .static .outer-box {
    padding: 32px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .static .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

@media (max-width: 480px) {
  .welcome .static .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
  }
}

.welcome .static .outer-box .arc {
  position: absolute;
  right: 0;
  bottom: 0;
}

.welcome .static .outer-box .icons img {
  width: 60px;
  margin: 0px 10px;
}

@media (max-width: 480px) {
  .welcome .static .outer-box .icons img {
    width: 42px;
    margin: 0px 5px;
  }
}

.welcome .static .outer-box .texts h4 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #0055A5;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .welcome .static .outer-box .texts h4 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .static .outer-box .texts h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .welcome .static .outer-box .texts h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.welcome .static .outer-box .texts h5 {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #6C6969;
}

.welcome .mission {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #E6F0F9;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.welcome .mission .icons img {
  width: 70px;
}

.welcome .mission .texts {
  margin: 0px 20px;
}

.welcome .mission .texts h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.heading h2 {
  color: #131313;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.heading h2 span {
  color: #0055A5;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .heading h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .heading h2 {
    font-size: 22px;
  }
}

.heading p {
  text-align: center;
  font-size: 1rem;
}

.invest {
  background: #F6F6F6;
  position: relative;
}

.invest .shape13 {
  position: absolute;
  left: 0;
  top: 20%;
}

@media (max-width: 991px) {
  .invest .shape13 {
    display: none;
  }
}

.invest .shape13 img {
  width: 80px;
}

.invest .shape14 {
  position: absolute;
  right: 0;
  bottom: 20%;
}

@media (max-width: 991px) {
  .invest .shape14 {
    display: none;
  }
}

.invest .shape14 img {
  width: 80px;
}

.invest::after {
  background: #F6F6F6;
  position: absolute;
  content: "";
  bottom: -60px;
  width: 100%;
  height: 85px;
}

@media (max-width: 991px) {
  .invest::after {
    display: none;
  }
}

.invest .invest-box {
  border-radius: 20px 0px 20px 20px;
  -webkit-border-radius: 20px 0px 20px 20px;
  -moz-border-radius: 20px 0px 20px 20px;
  -ms-border-radius: 20px 0px 20px 20px;
  -o-border-radius: 20px 0px 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #cecece;
  padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .invest .invest-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .invest .invest-box {
    padding: 20px;
  }
}

.invest .invest-box h3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #131313;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .invest .invest-box h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .invest .invest-box h3 {
    font-size: 1.3rem;
  }
}

.invest .invest-box .icon {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin-bottom: 10px;
}

.invest .invest-box .icon img {
  width: 60px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .invest .invest-box .icon img {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .invest .invest-box .icon img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .invest .invest-box .icon img {
    width: 30px;
  }
}

.invest .invest-box p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.invest .invest-box:hover {
  background: #4DAA3F;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.invest .invest-box:hover .btn4 {
  color: #fff;
}

.invest .invest-box:hover .btn4 i {
  color: #fff;
}

.invest .invest-box:hover .icon {
  background: #fff;
  border: 1px solid #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.invest .invest-box:hover h3 {
  color: #fff;
}

.invest .invest-box:hover p {
  color: #fff;
}

.services {
  position: relative;
  background: url(../images/shape6.png) no-repeat left, url(../images/shape7.png) right center no-repeat #fff;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
  .services {
    -webkit-clip-path: none;
            clip-path: none;
    background-image: none;
  }
}

.services .heading p {
  color: #131313;
}

.services .service-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  padding: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .services .service-box {
    padding: 20px;
  }
}

.services .service-box .service-icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box .service-icon {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .services .service-box .service-icon {
    left: 15px;
  }
}

.services .service-box .service-icon img {
  width: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box .service-icon img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .services .service-box .service-icon img {
    width: 40px;
  }
}

.services .service-box .service-content {
  position: relative;
  padding-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box .service-content {
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .services .service-box .service-content {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .services .service-box .service-content {
    padding-left: 50px;
  }
}

.services .service-box .service-content h4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #131313;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box .service-content h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .services .service-box .service-content h4 {
    font-size: 1rem;
  }
}

.services .service-box .service-content p {
  color: #131313;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services .service-box .btn4 {
  color: #4DAA3F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .service-box .btn4 {
    font-size: 14px;
  }
}

.services .service-box .btn4 i {
  color: #4DAA3F;
}

.services .service-box:hover {
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.services .service-box:hover .service-icon {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.services .viewall {
  background: #0055a5;
  position: relative;
  background: linear-gradient(148deg, #0055a5 0%, #4daa3f 100%);
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.services .viewall h5 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.services .viewall .round {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -31px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.services .viewall .round i {
  color: #4DAA3F;
  font-size: 1.5rem;
}

.services .viewall .round:hover {
  background: #0055A5;
}

.services .viewall .round:hover i {
  color: #fff;
}

.services .viewall:hover h5 {
  padding-left: 20px;
}

.experience {
  width: 100%;
  background: url(../images/experience-bg.jpg) no-repeat center center fixed;
  position: relative;
}

.experience .heading h2 {
  color: #000;
}

.experience::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background: #e7f2ff;
  background: -webkit-gradient(linear, left top, right top, from(#e7f2ff), to(rgba(237, 250, 254, 0.659559)));
  background: linear-gradient(90deg, #e7f2ff 0%, rgba(237, 250, 254, 0.659559) 100%);
}

.experience .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .experience .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.experience .lists .boxes {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 60px 25px 25px 25px;
  background: #E6F0F9;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  position: relative;
  width: 28%;
}

@media (max-width: 767px) {
  .experience .lists .boxes {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .experience .lists .boxes {
    width: 100%;
    padding: 38px 25px 25px 25px;
    margin-bottom: 30px;
  }
}

.experience .lists .boxes .icons {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 80px;
  height: 80px;
  background: #4DAA3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 25px;
  top: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience .lists .boxes .icons {
    width: 50px;
    height: 50px;
    top: -18px;
  }
}

@media (max-width: 767px) {
  .experience .lists .boxes .icons {
    width: 50px;
    height: 50px;
    top: -18px;
  }
}

.experience .lists .boxes .icons img {
  width: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience .lists .boxes .icons img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .experience .lists .boxes .icons img {
    width: 30px;
  }
}

.experience .lists .boxes .digit {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 2.5rem;
  color: #0055A5;
  font-weight: 700;
}

.experience .lists .boxes h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience .lists .boxes h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .experience .lists .boxes h3 {
    font-size: 1.2rem;
  }
}

.experience .lists .boxes h3::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #3ab4b4;
}

.experience .lists .boxes:hover .icons {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.experience .lists .arrows {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #797979;
  margin: 0px 20px;
}

.experience .lists .arrows i {
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience .lists .arrows i {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .experience .lists .arrows {
    width: 60px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .experience .lists .arrows {
    display: none;
  }
}

.recommend {
  background: url(../images/recommend-bg.png) #f6f6f6;
  position: relative;
}

@media (max-width: 767px) {
  .recommend {
    padding-bottom: 60px;
  }
}

.recommend .recommendbox {
  width: 100%;
  padding: 20px;
}

.recommend .recommendbox .boxes {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #F1F5F8;
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.recommend .recommendbox .boxes .imgbox {
  width: 100%;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  border: 1px solid #e2e2e2;
}

.recommend .recommendbox .boxes .texts {
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.recommend .recommendbox .boxes .texts p span {
  color: #0055A5;
}

.recommend .owl-carousel {
  margin: 0;
}

.recommend .owl-carousel {
  margin: 0px;
}

.recommend .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.recommend .owl-pagination {
  display: none;
}

.recommend .owl-theme .owl-controls .owl-buttons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  zoom: 1;
  background: #4DAA3F;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 767px) {
  .recommend .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.recommend .owl-theme .owl-controls .owl-buttons div:hover {
  background: #0055A5;
}

.recommend .owl-prev {
  position: absolute;
  right: 52px;
  left: auto;
}

.recommend .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}

.recommend .owl-theme .owl-controls,
.recommend .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 0;
}

.recommend .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .recommend .owl-prev::before {
    font-size: 16px;
  }
}

.recommend .owl-next::after {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .recommend .owl-next::after {
    font-size: 16px;
  }
}

.members {
  background: url(../images/shape8.png) no-repeat left bottom #fff;
  position: relative;
}

@media (max-width: 767px) {
  .members {
    background-image: none;
  }
}

.members .owl-carousel {
  margin: 0;
}

.members .brands-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 10px;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.members .brands-box:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.app {
  background-image: url(../images/app-bg.png), url(../images/shape9.png);
  background-position: left, right center;
  background-repeat: no-repeat;
  background-color: #eaeef9;
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
  .app {
    background-image: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.app .heading h2 {
  text-align: left;
}

.app .heading .lists {
  width: 100%;
  margin-top: 10px;
}

.app .heading .lists li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 25px;
  list-style: none;
  line-height: 45px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .app .heading .lists li {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .app .heading .lists li {
    font-size: 1rem;
    line-height: 30px;
  }
}

.app .heading .lists li::before {
  position: absolute;
  content: url(../images/icon.png);
  left: 0;
  top: 3px;
}

.app .heading .appimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px;
}

.app .heading .appimg .pic {
  margin-right: 10px;
}

.app .heading .appimg .pic img {
  width: 150px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .app .heading .appimg .pic img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .app .heading .appimg .pic img {
    width: 100px;
  }
}

.app .heading .appimg .qr img {
  width: 80px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .app .heading .appimg .qr img {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .app .heading .appimg .qr img {
    width: 40px;
  }
}

.app .heading .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app .heading .rating h5 {
  font-size: 1rem;
}

.app .heading .rating img {
  width: 150px;
}

.awards {
  background: #f4f7ff;
  background: -webkit-gradient(linear, left top, right top, from(#f4f7ff), to(rgba(244, 247, 255, 0.488691))), url(../images/awards-bg.png) no-repeat right bottom;
  background: linear-gradient(90deg, #f4f7ff 0%, rgba(244, 247, 255, 0.488691) 100%), url(../images/awards-bg.png) no-repeat right bottom;
}

.awards .heading h2 {
  text-align: left;
}

@media (max-width: 1200px) {
  .awards .heading h2 {
    text-align: center;
  }
  .awards .heading h2 br {
    display: none;
  }
}

.awards .awardsbox {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 4px solid #7acece;
  padding: 20px;
  text-align: center;
  position: relative;
  min-height: 250px;
}

@media (max-width: 1200px) {
  .awards .awardsbox {
    margin-top: 30px;
    min-height: auto;
  }
}

.awards .awardsbox .award-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0055A5;
  position: absolute;
  padding: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}

.awards .awardsbox .rounds {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #D1EDF2;
  display: inline-block;
  padding: 5px 15px;
  color: #41A1B4;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin-top: 40px;
}

.awards .awardsbox h4 {
  color: #4DAA3F;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 10px 0px;
}

.awards .awardsbox p {
  color: #000;
  font-weight: 500;
  margin-top: 35px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .awards .awardsbox p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .awards .awardsbox p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .awards .awardsbox p {
    font-size: 16px;
  }
}

.testi {
  background: #E6F7F7;
  position: relative;
}

.testi .shape10 {
  position: absolute;
  left: 0;
  top: 20%;
}

.testi .shape10 img {
  width: 80px;
}

@media (max-width: 767px) {
  .testi .shape10 {
    display: none;
  }
}

.testi .shape11 {
  position: absolute;
  right: 0;
  top: 70%;
}

.testi .shape11 img {
  width: 80px;
}

@media (max-width: 767px) {
  .testi .shape11 {
    display: none;
  }
}

.testi .owl-carousel {
  margin: 0;
}

.testi .owl-carousel {
  margin: 0px;
}

.testi .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.testi .owl-pagination {
  display: none;
}

.testi .owl-theme .owl-controls .owl-buttons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  zoom: 1;
  background: #4DAA3F;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 767px) {
  .testi .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.testi .owl-theme .owl-controls .owl-buttons div:hover {
  background: #0055A5;
}

.testi .owl-prev {
  position: absolute;
  right: 52px;
  left: auto;
}

.testi .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}

.testi .owl-theme .owl-controls,
.testi .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 0;
}

.testi .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .testi .owl-prev::before {
    font-size: 16px;
  }
}

.testi .owl-next::after {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .testi .owl-next::after {
    font-size: 16px;
  }
}

.testi .heading h2 {
  color: #0055A5;
  text-align: left;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi .heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .testi .heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .testi .heading h2 {
    font-size: 1.5rem;
  }
}

.testi .heading p {
  text-align: left;
}

.testi .heading h4 {
  text-align: right;
  font-size: 1rem;
  color: #686363;
}

.testi .testibox {
  width: 100%;
  margin: 0px 10px;
}

.testi .testibox .testi-content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px 20px 40px 20px;
  border: 5px solid #C5F0BF;
  background: #fff;
  position: relative;
}

.testi .testibox .testi-content .logo-icon {
  position: absolute;
  width: 100px;
  right: 10px;
  bottom: 0;
}

.testi .testibox .testi-content .logo-icon img {
  width: 100px;
}

.testi .testibox .testi-content img {
  width: 60px;
}

.testi .testibox .clr-change {
  border: 5px solid #BAD3EB;
}

.testi .testibox .test-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi .testibox .test-img img {
  width: 60px;
  height: 60px;
}

.testi .testibox .test-img h5 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 10px;
}

.testi .testibox .test-img h5 span {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6C6969;
}

.newbg {
  background: #F4F7FF;
}

.newbg .heading h2 {
  color: #000 !important;
}

.newbg .testibox .testi-content .rating img {
  width: 80px;
}

.ready-to-invest {
  background: #0055A5;
}

.ready-to-invest h4 {
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ready-to-invest h4 {
    font-size: 1.5rem;
    padding: 0px 10px;
  }
}

.ready-to-invest .subscribe_form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  background: #fff;
}

.ready-to-invest .subscribe_form .input-group {
  position: relative;
}

.ready-to-invest .subscribe_form .input-group .code {
  position: absolute;
  left: 0px;
  top: 25%;
  width: 50px;
  font-size: 16px;
  text-align: center;
  color: #1d1d1d;
  z-index: 9;
}

.ready-to-invest .subscribe_form .input-group .form-control {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 15px 20px 15px 55px;
}

.ready-to-invest .subscribe_form .form-control::-webkit-input-placeholder {
  color: #949393;
}

.ready-to-invest .subscribe_form .form-control:-ms-input-placeholder {
  color: #949393;
}

.ready-to-invest .subscribe_form .form-control::-ms-input-placeholder {
  color: #949393;
}

.ready-to-invest .subscribe_form .form-control::placeholder {
  color: #949393;
}

.ready-to-invest .btn-1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 auto;
}

.footer {
  background: url(../images/shape-12.png) no-repeat right center #F9F9F9;
  padding-bottom: 40px;
}

.footer h3 {
  color: #0055A5;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer h3 {
    font-size: 18px;
  }
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .logo img {
  width: 250px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .footer .logo img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .footer .logo img {
    width: 200px;
  }
}

.footer #footer-1 {
  border-right: 1px solid #b7bec8 !important;
  height: 100%;
}

@media (max-width: 767px) {
  .footer #footer-1 {
    border-right: none !important;
  }
}

.footer .w-100 {
  width: 100% !important;
}

.footer .ftrlist-2 {
  padding-left: 0;
  padding-bottom: 20px;
  padding: 0;
}

.footer .ftrlist-2 li {
  padding: 0px 0px 15px 40px;
  color: #363936;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .ftrlist-2 li {
    padding: 0px 0px 15px 26px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer .ftrlist-2 li {
    font-size: 12px;
  }
}

.footer .ftrlist-2 li i {
  position: absolute;
  left: 0;
  font-size: 26px;
  font-weight: 600;
  color: #3DB44D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .ftrlist-2 li i {
    font-size: 18px;
  }
}

.footer .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
}

.footer .lists ul li a {
  color: #131313;
}

.footer .lists ul li a:hover {
  letter-spacing: .5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .lists {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer .lists {
    font-size: 12px;
  }
}

.footer .footer-social hr {
  margin-right: 12px;
}

.footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 22px;
}

.footer .social-icons li a {
  color: #0055A5;
}

.footer .social-icons li a:hover {
  color: #4DAA3F;
}

.footer .social-icons li:first-child {
  padding-left: 0px;
}

.footer .social-icons li a:hover {
  color: #4DAA3F;
}

.disclaimer {
  background: #01355c;
  padding: 30px 0px;
}

.disclaimer p {
  color: #fff;
}

.disclaimer p span {
  font-weight: 600;
  color: #fff;
}

.disclaimer p a {
  color: #9dc5eb;
}

.powered {
  background: #002a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px 75px 0px;
}

.powered .lefts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.powered .lefts li {
  color: #fff;
  list-style: none;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}

@media (max-width: 480px) {
  .powered .lefts li {
    font-size: 12px;
    padding: 0px 5px;
  }
}

.powered .lefts li:last-child {
  border-right: none;
}

.powered .lefts li a {
  color: #fff;
}

.powered p {
  text-align: center;
  color: #fff;
}

.powered p a {
  color: #fff;
}

.powered-inner {
  background: #002a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px 30px 0px;
}

.powered-inner .lefts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.powered-inner .lefts li {
  color: #fff;
  list-style: none;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}

.powered-inner .lefts li:last-child {
  border-right: none;
}

.powered-inner .lefts li a {
  color: #fff;
}

.powered-inner p {
  text-align: center;
  color: #fff;
}

.powered-inner p a {
  color: #fff;
}

.inner-banner {
  width: 100%;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-banner {
    margin-top: 78px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .inner-banner {
    margin-top: 62px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    margin-top: 62px;
    height: auto;
  }
}

.inner-banner::before {
  content: "";
  position: absolute;
  background: #0e1454;
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 20, 84, 0.359279)), to(rgba(71, 201, 243, 0.471324)));
  background: linear-gradient(90deg, rgba(14, 20, 84, 0.359279) 0%, rgba(71, 201, 243, 0.471324) 100%);
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-banner h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  z-index: 9;
  position: relative;
}

@media (max-width: 767px) {
  .inner-banner h3 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .inner-banner h3 {
    font-size: 20px;
  }
}

.inner-banner h3::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid #0e145442;
  left: -20px;
  top: -20px;
  z-index: -1;
}

@media (max-width: 767px) {
  .inner-banner h3::before {
    display: none;
  }
}

.navs {
  background: #f6f4f4;
  padding: 5px 0px;
}

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

.navs .breadcrumb li a {
  color: #0055A5;
}

.navs .breadcrumb li::before {
  color: #4DAA3F;
}

.inner-container {
  width: 100%;
  position: relative;
}

.inner-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
}

.inner-container ul li a {
  color: #131313;
}

.inner-container ul li a:hover {
  letter-spacing: .5px;
}

.inner-container .contact-address,
.inner-container .enquiry-address {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
}

.inner-container .contact-address h3,
.inner-container .enquiry-address h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .contact-address h3,
  .inner-container .enquiry-address h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .inner-container .contact-address h3,
  .inner-container .enquiry-address h3 {
    font-size: 20px;
  }
}

.inner-container .contact-address p,
.inner-container .enquiry-address p {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
}

.inner-container .contact-address p a,
.inner-container .enquiry-address p a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.inner-container .contact-address p a:hover,
.inner-container .enquiry-address p a:hover {
  letter-spacing: 1px;
}

.inner-container .contact-address .address,
.inner-container .enquiry-address .address {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}

.inner-container .contact-address .address i,
.inner-container .enquiry-address .address i {
  position: absolute;
  left: 0;
  color: #fff;
}

.inner-container .career-form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  width: 70%;
  padding: 30px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 991px) {
  .inner-container .career-form {
    width: 100%;
  }
}

.inner-container .career-form h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #4DAA3F;
}

.inner-container .career-form .submit:hover {
  background: #0055A5;
  color: #fff;
}

.inner-container .enquiry-address {
  background: #4DAA3F;
  margin-top: 10px;
}

.inner-container .contact-address {
  background: #0055A5;
}

.inner-container .contact-form {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 50px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  background: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .inner-container .contact-form {
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .inner-container .contact-form {
    padding: 60px 30px;
  }
}

.inner-container .contact-form .submit:hover {
  background: #0055A5;
  color: #fff;
}

.inner-container .contact-form p {
  color: #6C6969;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.inner-container .details {
  border: 1px solid #ededed;
  padding: 30px;
}

@media (max-width: 767px) {
  .inner-container .details {
    padding: 20px;
  }
}

.inner-container .details img {
  width: 100%;
  margin-top: 15px;
}

.inner-container .details h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #0055A5;
  font-weight: 600;
}

@media (max-width: 767px) {
  .inner-container .details h4 {
    font-size: 20px;
  }
}

.inner-container .details span {
  font-size: 16px;
  color: #686363;
}

.inner-container .details span i {
  color: #4DAA3F;
  font-size: 14px;
}

.inner-container .recent {
  border: 1px solid #ededed;
  padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .recent h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .recent h2 {
    font-size: 22px;
  }
}

.inner-container .recent .line {
  border-bottom: 1px solid #dad7d7;
  margin: 20px 0px;
}

.inner-container .recent h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #6C6969;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-container .recent span {
  font-size: 14px;
  color: #686363;
}

.inner-container .recent span i {
  color: #4DAA3F;
  font-size: 14px;
}

.inner-container .recent p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #686363;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.inner-container .lead {
  font-size: 1.3rem;
  line-height: 1.6;
  font-style: italic;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .lead {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .lead {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .inner-container .lead {
    font-size: 1.1rem;
  }
}

.inner-container .solution-img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border: 2px solid #fff;
}

.inner-container .process {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #f0f5f9;
  padding: 40px;
}

.inner-container .process ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .process ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
}

.inner-container .process ul li a {
  color: #131313;
}

.inner-container .process ul li a:hover {
  letter-spacing: .5px;
}

@media (max-width: 767px) {
  .inner-container .process {
    padding: 20px;
  }
}

.inner-container .process h3 {
  font-size: 28px;
  color: #0055A5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .inner-container .process h3 {
    font-size: 24px;
  }
}

.inner-container .process h4 {
  font-size: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .inner-container .process h4 {
    font-size: 18px;
  }
}

.inner-container .process p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.inner-container .process .more-about {
  font-size: 20px;
  color: #686363;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.inner-container .process .more-about a {
  color: #0055A5;
  font-weight: 600;
  text-decoration: underline;
}

.inner-container .solution-boxes {
  border: 1px solid #ededed;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

@media (max-width: 1200px) {
  .inner-container .solution-boxes {
    padding: 10px;
  }
}

.inner-container .solution-boxes .solution-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: #e6f3f7;
  position: relative;
}

.inner-container .solution-boxes .solution-content h4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  color: #0055A5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .inner-container .solution-boxes .solution-content h4 {
    font-size: 18px;
  }
}

.inner-container .solution-boxes .solution-content .btn4 {
  padding: 0;
}

.inner-container .solution-boxes .solution-content p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #686363;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.inner-container .solution-boxes .solution-content::before {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  left: 0;
  top: -36px;
  width: 100%;
  height: 40px;
  background: #e6f3f7;
  -webkit-clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
}

.inner-container .solution-boxes:hover {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.inner-container .solution-boxes:hover .solution-content {
  background: #0055A5;
}

.inner-container .solution-boxes:hover .solution-content p {
  color: #fff;
}

.inner-container .solution-boxes:hover .solution-content h4 {
  color: #fff;
}

.inner-container .solution-boxes:hover .solution-content::before {
  background: #0055A5;
}

.inner-container .solution-boxes:hover .solution-content .btn4 {
  color: #4DAA3F;
}

.inner-container .solution-boxes:hover .solution-content .btn4 i {
  color: #4DAA3F;
}

.inner-container .products-boxes {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #d9d7d7;
  background: #fff;
  position: relative;
}

.inner-container .products-boxes .product-img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}

.inner-container .products-boxes .product-img img {
  width: 100%;
}

.inner-container .products-boxes .product-img .product-list {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #0e14549c;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .products-boxes .product-img .product-list li {
  padding: 5px;
  list-style: none;
  color: #fff;
  padding-left: 20px;
  position: relative;
  line-height: 12px;
  width: 100%;
}

.inner-container .products-boxes .product-img .product-list li::before {
  content: "\f309";
  position: absolute;
  font-family: bootstrap-icons !important;
  color: #47C9F3;
  left: -8px;
  top: 12px;
  font-size: 36px;
  line-height: 0;
}

.inner-container .products-boxes .product-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 15px;
  background: #4DAA3F;
  width: 100%;
}

.inner-container .products-boxes .product-content .btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .products-boxes .product-content .btn4 {
    font-size: 14px;
  }
}

.inner-container .products-boxes .product-content h3 {
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-container .products-boxes .product-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .inner-container .products-boxes .product-content h3 {
    font-size: 18px;
  }
}

.inner-container .products-boxes .product-sub-content {
  width: 100%;
  background: #0e1454d6;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-container .products-boxes .product-sub-content {
    padding: 5px 10px;
  }
}

.inner-container .products-boxes .product-sub-content p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #686363;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
}

.inner-container .products-boxes .product-sub-content h3 {
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-container .products-boxes .product-sub-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .inner-container .products-boxes .product-sub-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .inner-container .products-boxes .product-sub-content h3 {
    font-size: 16px;
  }
}

.inner-container .products-boxes .product-sub-content .btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-container .products-boxes .product-sub-content .btn4 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .inner-container .products-boxes .product-sub-content .btn4 {
    font-size: 14px;
  }
}

.inner-container .products-boxes .product-sub-content .btn4 i {
  color: #fff;
}

.inner-container .products-boxes .product-sub-catagory {
  width: 100%;
  background: #f6f4f4;
  padding: 10px 15px;
  width: 100%;
}

.inner-container .products-boxes .product-sub-catagory p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #686363;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.inner-container .products-boxes .product-sub-catagory h4 {
  font-size: 12px;
  color: #686363;
  font-weight: 400;
}

.inner-container .products-boxes .product-sub-catagory h4 span {
  font-size: 15px;
  display: block;
  color: #0055A5;
  font-weight: 600;
}

.inner-container .products-boxes .product-sub-catagory .btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0055A5;
}

.inner-container .products-boxes .product-sub-catagory .btn4 i {
  color: #4DAA3F;
}

.inner-container .products-boxes:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.inner-container .products-boxes:hover .product-list {
  opacity: 1;
}

.inner-container .products-boxes:hover .product-content {
  background: #0055A5;
}

.inner-container .products-boxes:hover .product-content .btn4 {
  color: #fff;
}

.inner-container .products-boxes:hover .product-content .btn4 i {
  color: #fff;
}

.inner-container .brands {
  background: #d9f0f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

.inner-container .brands .brandlogo {
  background: #fff;
}

.inner-container .brands .brandlogo img {
  height: 50px;
}

.inner-container .brands .brandname {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.inner-container .inner-headings {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: #f9f5f2;
  padding: 40px 100px;
}

@media (max-width: 1200px) {
  .inner-container .inner-headings {
    padding: 40px;
  }
}

.inner-container .inner-headings p {
  text-align: center;
}

.inner-container .inner-headings h2 {
  text-align: center;
}

.inner-container .inner-headings h2::after {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.inner-container .product-details .logo img {
  height: 50px;
  margin-bottom: 10px;
}

.inner-container .product-details h3 {
  font-size: 26px;
  color: #0055A5;
}

.inner-container .product-details h4 {
  font-size: 18px;
  font-weight: 400;
  color: #8b8888;
}

.inner-container .product-details .specification {
  margin: 20px 0px;
  padding: 20px;
  border: 1px solid #d9d7d7;
  background: #f5faff;
}

.inner-container .product-details .specification .more {
  display: none;
}

.inner-container .product-details .specification h3 {
  font-size: 20px;
  color: #2a2a2a;
  display: block;
  font-weight: 500;
}

.inner-container .product-details .specification ul {
  width: 100%;
}

.inner-container .product-details .specification ul li:last-child {
  margin-bottom: 10px;
}

.inner-container .accordion h2::after {
  display: none;
}

.inner-container .accordion h2 .accordion-button {
  font-size: 26px;
  color: #0055A5;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .inner-container .accordion h2 .accordion-button {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .inner-container .accordion h2 .accordion-button {
    font-size: 18px;
  }
}

.inner-container .brands-container {
  background: #fff;
}

.inner-container .brands-container h4 {
  font-size: 18px;
  background: #4DAA3F;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .inner-container .brands-container h4 {
    font-size: 18px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .inner-container .brands-container h4 {
    font-size: 15px;
    padding: 8px;
  }
}

.inner-container .brands-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.inner-container .brands-container ul li {
  width: 20%;
  border: 1px solid #d1d1d1;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .brands-container ul li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .inner-container .brands-container ul li {
    width: 33.3%;
  }
}

.inner-container .brands-container ul li::before {
  display: none;
}

.inner-container .sitemap {
  width: 100%;
}

.inner-container .sitemap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-container .sitemap ul li {
  list-style: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #6C6969;
  padding-left: 24px;
  margin: 6px 2px;
  color: #fff;
}

.inner-container .sitemap ul li a {
  color: #fff;
  border: 1px solid #0055A5;
  padding: 5px 10px;
  background: #0055A5;
}

.inner-container .sitemap ul li::before {
  display: none;
}

.inner-container .sitemap ul li ul li {
  padding-left: 24px;
  margin: 6px 2px;
}

.inner-container .sitemap ul li ul li a {
  border: 1px solid #4DAA3F;
  color: #fff;
  background: #4DAA3F;
}

.inner-container .sitemap ul li ul li::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #4DAA3F;
  font-size: 30px;
  top: 12px;
}

.inner-container .sitemap ul li ul li ul li {
  padding-left: 15px;
}

.inner-container .sitemap ul li ul li ul li a {
  border: 1px solid #6C6969;
  color: #0055A5;
  background: #fff;
}

.inner-container .sitemap ul li ul li ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0055A5;
  top: 12px;
}

.other-brands {
  background: #f5ede2;
}

.other-brands h3 {
  color: #0055A5;
  text-align: center;
  position: relative;
}

.other-brands h3::after {
  position: absolute;
  content: "";
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #4DAA3F;
  width: 60px;
  height: 3px;
  bottom: -5px;
}

.other-brands .products-boxes {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #d9d7d7;
  background: #fff;
  position: relative;
}

.other-brands .products-boxes .brandname {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.other-brands .products-boxes .brandname img {
  height: 50px;
  border: 2px solid #e3e3e3;
}

.other-brands .products-boxes .product-img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}

.other-brands .products-boxes .product-sub-catagory {
  width: 100%;
  background: #f6f4f4;
  padding: 10px 15px;
  width: 100%;
}

.other-brands .products-boxes .product-sub-catagory p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #686363;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.other-brands .products-boxes .product-sub-catagory h4 {
  font-size: 12px;
  color: #686363;
  font-weight: 400;
}

.other-brands .products-boxes .product-sub-catagory h4 span {
  font-size: 15px;
  display: block;
  color: #0055A5;
  font-weight: 600;
}

.other-brands .products-boxes .product-sub-catagory .btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0055A5;
}

.other-brands .products-boxes .product-sub-catagory .btn4 i {
  color: #4DAA3F;
}

.mapbg {
  width: 100%;
}

.mision-vision-exp {
  background: #f0f5f9;
  width: 100%;
}

.mision-vision-exp .mission {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 5px solid #fff;
  padding: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mision-vision-exp .mission {
    padding: 30px 15px 15px 15px;
  }
}

.mision-vision-exp .mission .icons {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 25px;
  top: -19px;
  width: 75px;
  height: 75px;
  background: #4DAA3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .mision-vision-exp .mission .icons {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mision-vision-exp .mission .icons {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .mision-vision-exp .mission .icons {
    width: 65px;
    height: 65px;
  }
}

.mision-vision-exp .mission .icons i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 40px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .mision-vision-exp .mission .icons i {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mision-vision-exp .mission .icons i {
    font-size: 30px;
  }
}

.mision-vision-exp .mission h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0055A5;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mision-vision-exp .mission h4 {
    font-size: 20px;
  }
}

.mision-vision-exp .mission h4::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  top: 50%;
  height: 2px;
  background: #4DAA3F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mision-vision-exp .mission h4::after {
    left: -25px;
    width: 20px;
  }
}

.mision-vision-exp .mission:hover {
  background: #0055A5;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.mision-vision-exp .mission:hover h4 {
  color: #fff;
}

.mision-vision-exp .mission:hover p {
  color: #fff;
}

.mision-vision-exp .mission:hover .icons {
  background: #fff;
}

.mision-vision-exp .mission:hover .icons i {
  color: #0055A5;
}

.top-container {
  margin-top: 100px;
  position: relative;
  width: 100%;
}

.top-container .shape12 {
  right: 0;
  bottom: 15%;
  position: absolute;
}

.top-container .shape12 img {
  width: 130px;
}

.top-container .boxes {
  position: relative;
}

.top-container .boxes .shape15 {
  position: absolute;
  left: -35px;
  top: -35px;
}

.top-container .boxes .shape15 img {
  width: 120px;
}

.top-container .boxes h5 {
  font-size: 24px;
  color: #0055A5;
  font-weight: 400;
}

.top-container .boxes h4 {
  font-weight: 700;
  font-size: 4rem;
  color: #272727;
}

@media (max-width: 767px) {
  .top-container .boxes h4 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .top-container .boxes h4 {
    font-size: 2.5rem;
  }
}

.top-container .missions {
  margin-top: 100px;
}

.top-container .missions h4 {
  font-weight: 700;
  font-size: 3rem;
  color: #0055A5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-container .missions h4 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .top-container .missions h4 {
    font-size: 1.5rem;
  }
}

.top-container .missions h3 {
  font-weight: 600;
  font-size: 3rem;
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-container .missions h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .top-container .missions h3 {
    font-size: 1.5rem;
  }
}

.sec-container {
  margin-top: 100px;
  position: relative;
  background: white;
  background: linear-gradient(155deg, white 0%, #dfeeee 100%);
  width: 100%;
}

@media (max-width: 991px) {
  .sec-container {
    margin-top: 65px;
  }
}

@media (max-width: 480px) {
  .sec-container {
    margin-top: 50px;
  }
}

.sec-container .shape12 {
  right: 0;
  bottom: 15%;
  position: absolute;
}

@media (max-width: 767px) {
  .sec-container .shape12 {
    display: none;
  }
}

.sec-container .shape12 img {
  width: 130px;
}

.sec-container .boxes {
  position: relative;
}

.sec-container .boxes .shape15 {
  position: absolute;
  left: -35px;
  top: -35px;
}

@media (max-width: 767px) {
  .sec-container .boxes .shape15 {
    display: none;
  }
}

.sec-container .boxes .shape15 img {
  width: 120px;
}

.sec-container .boxes h4 {
  font-weight: 700;
  font-size: 4rem;
  color: #272727;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sec-container .boxes h4 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-container .boxes h4 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .sec-container .boxes h4 {
    font-size: 1.8rem;
  }
}

.sec-container .boxes h3 {
  color: #686363;
  font-size: 3rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-container .boxes h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .sec-container .boxes h3 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .sec-container .boxes h3 {
    font-size: 1.5rem;
  }
}

.sec-container .boxes h5 {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

@media (max-width: 767px) {
  .sec-container .boxes h5 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .sec-container .boxes h5 {
    font-size: 1.3rem;
  }
}

.sec-container .boxes h6 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #616161;
}

.sec-container .career-heading {
  width: 100%;
}

.sec-container .career-heading .forms__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .sec-container .career-heading .forms__sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-container .career-heading .forms__sec .form-select {
  width: auto;
  margin: 0px 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sec-container .career-heading .forms__sec .form-select {
    font-size: 1.2rem;
    margin: 5px 0px;
  }
}

@media (max-width: 480px) {
  .sec-container .career-heading .forms__sec .form-select {
    font-size: 1rem;
  }
}

.sec-container .career-heading h2 {
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-container .career-heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .sec-container .career-heading h2 {
    font-size: 2rem;
  }
}

.sec-container .career-heading h3 {
  font-weight: 700;
  text-align: left;
  font-size: 2rem;
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-container .career-heading h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .sec-container .career-heading h3 {
    font-size: 1.3rem;
  }
}

.sec-container .career-heading h5 {
  color: #616161;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sec-container .career-heading h5 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .sec-container .career-heading h5 {
    font-size: 16px;
  }
}

.sec-container .career-heading h5 i {
  color: #0055A5;
}

.sec-container h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-container h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .sec-container h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.sec-container h3 span {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #FFD25D;
  padding: 5px 10px;
}

.scroll-menu {
  background: #86CEE7;
  padding: 0px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .scroll-menu {
    top: 105px;
  }
}

@media (max-width: 991px) {
  .scroll-menu {
    top: 70px;
  }
}

@media (max-width: 767px) {
  .scroll-menu {
    display: none;
  }
}

.scroll-menu li {
  list-style: none;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .scroll-menu li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .scroll-menu li {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .scroll-menu li {
    padding: 0px 15px;
    font-weight: 500;
    font-size: 18px;
  }
}

.scroll-menu li a {
  line-height: 50px;
  padding: 0;
  color: #fff;
}

@media (max-width: 1400px) {
  .scroll-menu li a {
    line-height: 30px;
  }
}

.scroll-menu li a:hover {
  color: #0055A5;
}

.scroll-menu li a.active {
  color: #0055A5;
}

.values {
  position: relative;
  padding: 0;
}

.values .bg {
  background: #E7F0F7;
  padding: 80px 50px;
  position: relative;
}

.values .bg h3 {
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .values .bg h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .values .bg h3 {
    font-size: 2rem;
  }
}

.values .bg h4 {
  color: #44A6F3;
  font-weight: 700;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .values .bg h4 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .values .bg h4 {
    font-size: 1.8rem;
  }
}

.values .bg img {
  width: 100px;
}

.values .bg p {
  color: #272727;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .values .bg p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .values .bg p {
    font-size: 18px;
  }
}

.values::before {
  position: absolute;
  content: "";
  width: calc(100% - 70%);
  background: #E7F0F7;
  height: 100%;
  right: 0;
  top: 0;
}

.office p {
  color: #33475B;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .office p {
    font-size: 18px;
  }
}

.office p span {
  font-weight: 600;
  color: #0055A5;
}

.guidence {
  position: relative;
  z-index: 0;
}

.guidence::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: #0055A5;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .guidence::before {
    display: none;
  }
}

.guidence::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: #0055A5;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .guidence::after {
    display: none;
  }
}

.guidence .white-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 30px;
}

.guidence .white-box h2 {
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .guidence .white-box h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .guidence .white-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .guidence .white-box h2 {
    font-size: 1.5rem;
  }
}

.guidence .white-box .outer-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #E7F0F7;
  padding: 40px 30px;
}

.guidence .white-box .outer-box h3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #4DAA3F;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
}

.guidence .white-box .outer-box p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
  color: #272727;
}

.guidence .white-box .outer-box .round-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  padding: 10px;
  background: #0055A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.guidence .white-box .outer-box .round-img img {
  width: 40px;
  height: 40px;
}

.guidence .white-box .outer-box:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #4DAA3F;
}

.guidence .white-box .outer-box:hover h3 {
  color: #fff;
}

.guidence .white-box .outer-box:hover p {
  color: #fff;
}

.guidence .white-box .outer-box:hover .round-img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.our-story {
  background: #F3F9FB;
  position: relative;
}

.our-story .shape-15 {
  position: absolute;
  bottom: 10%;
  left: 0;
}

.our-story h2 {
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-story h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .our-story h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .our-story h2 {
    font-size: 1.5rem;
  }
}

.our-story .containers {
  width: 80%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .our-story .containers {
    width: 100%;
    margin: 20px auto;
  }
}

.our-story .containers:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .our-story .containers:before {
    left: 8px;
    width: 2px;
  }
}

.our-story .timeline-block {
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  clear: both;
}

@media screen and (max-width: 768px) {
  .our-story .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.our-story .timeline-block-right {
  float: right;
}

@media screen and (max-width: 768px) {
  .our-story .timeline-block-right {
    float: none;
  }
}

.our-story .timeline-block-left {
  float: left;
  direction: rtl;
}

@media screen and (max-width: 768px) {
  .our-story .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

.our-story .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #CCD1D9;
  background: #fff;
  margin-top: 10px;
  z-index: 9;
}

.our-story .timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
}

.our-story .timeline-contents {
  width: 95%;
  padding: 0 15px;
  color: #666;
}

.our-story .timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #0055A5;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-story .timeline-content h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .our-story .timeline-content h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .our-story .timeline-content h3 {
    font-size: 1.3rem;
  }
}

.our-story .timeline-contents h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #0055A5;
  direction: ltr;
  text-align: right;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-story .timeline-contents h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .our-story .timeline-contents h3 {
    text-align: left;
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .our-story .timeline-contents h3 {
    font-size: 1.3rem;
  }
}

.our-story .timeline-content p {
  font-size: 1.2rem;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #66696C;
  font-weight: 500;
}

@media (max-width: 767px) {
  .our-story .timeline-content p {
    font-size: 18px;
  }
}

.our-story .timeline-contents p {
  font-size: 1.2rem;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #66696C;
  direction: ltr;
  text-align: right;
  font-weight: 500;
}

@media (max-width: 767px) {
  .our-story .timeline-contents p {
    text-align: left;
    font-size: 18px;
  }
}

.registeredmembers {
  position: relative;
}

.registeredmembers .owl-carousel {
  margin: 0;
}

.registeredmembers .heading {
  position: relative;
  text-align: center;
}

.registeredmembers .heading h2 {
  font-size: 20px;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding: 0 30px;
  background: #fff;
  display: inline-block;
}

@media (max-width: 480px) {
  .registeredmembers .heading h2 {
    font-size: 1.5rem;
  }
}

.registeredmembers .heading::before {
  content: "";
  background: #CBD6E2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.registeredmembers h5 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  color: #727171;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .registeredmembers h5 {
    margin-top: 0;
  }
}

.registeredmembers h5 i {
  font-size: 1rem;
  color: #0055A5;
}

.registeredmembers .brands-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.registeredmembers .brands-box img {
  width: 200px;
}

.registeredmembers .brands-box:hover {
  -webkit-filter: none;
          filter: none;
}

.presence {
  background: url(../images/location-bg.jpg) no-repeat;
  position: relative;
}

.presence h2 {
  color: #fff;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .presence h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .presence h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .presence h2 {
    font-size: 1.5rem;
  }
}

.presence .locations {
  width: 100%;
}

.presence .locations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.presence .locations ul li {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  list-style: none;
  padding: 10px 15px;
  font-weight: 500;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .presence .locations ul li {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .presence .locations ul li {
    font-size: 1.4rem;
    padding: 2px 15px;
  }
}

.presence .locations ul li::before {
  content: "";
  position: absolute;
  padding: 0px 1px;
  width: 2px;
  right: 1px;
  top: 22px;
  height: 35px;
  background: #AFF3A5;
}

@media (max-width: 767px) {
  .presence .locations ul li::before {
    padding: 0px 1px;
    top: 7px;
    height: 28px;
    background: #AFF3A5;
  }
}

.presence .locations ul li:last-child::before {
  display: none;
}

.awards-bg {
  background: #fff;
  position: relative;
}

.awards-bg .shape16 {
  left: 0;
  bottom: 20%;
  position: absolute;
}

@media (max-width: 767px) {
  .awards-bg .shape16 {
    display: none;
  }
}

.awards-bg .heading h2 {
  text-align: left;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .awards-bg .heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .awards-bg .heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .awards-bg .heading h2 {
    font-size: 1.5rem;
  }
}

.awards-bg .award-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #F7F5FF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 15px 14px 0px -2px #dedede;
  box-shadow: 15px 14px 0px -2px #dedede;
}

@media (max-width: 767px) {
  .awards-bg .award-box {
    padding: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.awards-bg .award-box h4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  color: #33475B;
  text-align: right;
  margin-bottom: 50px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .awards-bg .award-box h4 {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .awards-bg .award-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.awards-bg .award-box h3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0055A5;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .awards-bg .award-box h3 {
    font-size: 1.2rem;
  }
}

.awards-bg .award-box:hover {
  background: #0055A5;
}

.awards-bg .award-box:hover h4,
.awards-bg .award-box:hover h3 {
  color: #fff;
}

.leadership {
  position: relative;
  background: #fff;
}

.leadership .heading h2 {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leadership .heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .leadership .heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .leadership .heading h2 {
    font-size: 1.5rem;
  }
}

.leadership .member {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}

.leadership .member img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.leadership .member .name {
  position: absolute;
  bottom: 0;
  width: 70%;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  border-bottom: 3px solid #BAC0C6;
}

@media (max-width: 767px) {
  .leadership .member .name {
    bottom: 0px;
  }
}

.leadership .member .name h4 {
  color: #33475B;
  font-weight: 600;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leadership .member .name h4 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .leadership .member .name h4 {
    font-size: 18px;
  }
}

.leadership .member .name h4 span {
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leadership .member .name h4 span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .leadership .member .name h4 span {
    font-size: 16px;
  }
}

.leadership .family {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0055A5;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .leadership .family {
    width: 120px;
    height: 120px;
  }
}

.leadership .family img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.leadership .family .names {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 100%;
  font-weight: 600;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

.leadership .family:hover .names {
  opacity: 1;
}

.leadership .family:hover img {
  opacity: .5;
}

.common-sec h2 {
  font-size: 2.3rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sec h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .common-sec h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .common-sec h2 {
    font-size: 1.5rem;
  }
}

.common-sec h3 {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sec h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .common-sec h3 {
    font-size: 1.5rem;
  }
}

.common-sec p {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sec p {
    font-size: 1rem;
  }
}

.section-one {
  position: relative;
}

.section-one .shape18 {
  position: absolute;
  left: 0;
  bottom: -50px;
}

@media (max-width: 767px) {
  .section-one .shape18 {
    display: none;
  }
}

.section-one .shape19 {
  position: absolute;
  left: 0;
  top: 45%;
}

@media (max-width: 767px) {
  .section-one .shape19 {
    display: none;
  }
}

.section-one .box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-one .img_after .rights {
  position: relative;
}

.section-one .img_after .rights::after {
  position: absolute;
  content: "";
  width: 75px;
  left: -70px;
  height: 100%;
  z-index: -1;
  background: #F7F5F5;
}

@media (max-width: 767px) {
  .section-one .img_after .rights::after {
    display: none;
  }
}

.section-one .funding {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #F6F6E6;
  padding: 0px 40px 40px;
  position: relative;
  width: 85%;
}

@media (max-width: 767px) {
  .section-one .funding {
    width: 100%;
    padding: 40px 40px;
  }
}

.section-one .funding .img-funding {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 120%;
  background: #fff;
  padding: 0px 20px 20px;
  margin: 0 auto;
  border: 1px solid #CAC3C3;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

@media (max-width: 767px) {
  .section-one .funding .img-funding {
    width: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-bottom: 20px;
  }
}

.depository {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfdfd), to(#e7f0f7));
  background: linear-gradient(0deg, #fdfdfd 0%, #e7f0f7 100%);
  padding: 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 767px) {
  .depository {
    padding: 60px 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.depository h2 {
  text-align: left;
}

.depository .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.depository .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.depository .lists ul li a {
  color: #686363;
}

.depository .lists ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .depository .lists ul li {
    font-size: 1rem;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .depository .lists ul li {
    font-size: 1rem;
    line-height: 36px;
  }
}

.section-three {
  background: #F6F9FB;
}

.section-three .box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-three .box {
    padding: 30px 20px;
  }
}

.section-three .box .number {
  position: absolute;
  right: 30px;
  color: #EFEFF0;
  top: 0px;
  font-size: 5rem;
  font-weight: 800;
}

.section-three .box p {
  text-align: left;
}

.section-three .box img {
  width: 80px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-three .box img {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .section-three .box img {
    width: 80px;
  }
}

.section-three p {
  text-align: center;
}

.section-three .telegram-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #FFD25D;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  width: 100%;
}

@media (max-width: 991px) {
  .section-three .telegram-box {
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-three .telegram-box .telegram-icon {
  width: 10%;
}

@media (max-width: 991px) {
  .section-three .telegram-box .telegram-icon {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-three .telegram-box .telegram-icon img {
    width: 70px;
  }
}

.section-three .telegram-box .content {
  width: 50%;
  padding: 0px 20px;
}

@media (max-width: 991px) {
  .section-three .telegram-box .content {
    width: 100%;
    padding: 20px 0px;
  }
}

.section-three .telegram-box .content p {
  text-align: left;
  color: #000;
}

.section-three .telegram-box .subscribe_form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 40%;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .section-three .telegram-box .subscribe_form {
    width: 100%;
    padding: 20px 0px;
  }
}

.section-three .telegram-box .subscribe_form .formsbg {
  width: 75%;
}

@media (max-width: 767px) {
  .section-three .telegram-box .subscribe_form .formsbg {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .section-three .telegram-box .subscribe_form .formsbg {
    width: 75%;
  }
}

.section-three .telegram-box .subscribe_form .formsbg .input-group {
  position: relative;
  width: 100%;
}

.section-three .telegram-box .subscribe_form .formsbg .input-group .code {
  position: absolute;
  left: 0px;
  top: 25%;
  width: 50px;
  font-size: 16px;
  text-align: center;
  color: #1d1d1d;
  z-index: 1;
}

.section-three .telegram-box .subscribe_form .formsbg .input-group .form-control {
  border-radius: 15px 0px 0px 15px !important;
  -webkit-border-radius: 15px 0px 0px 15px !important;
  -moz-border-radius: 15px 0px 0px 15px !important;
  -ms-border-radius: 15px 0px 0px 15px !important;
  -o-border-radius: 15px 0px 0px 15px !important;
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 15px 20px 15px 55px;
}

.section-three .telegram-box .subscribe_form .formsbg .form-control::-webkit-input-placeholder {
  color: #949393;
}

.section-three .telegram-box .subscribe_form .formsbg .form-control:-ms-input-placeholder {
  color: #949393;
}

.section-three .telegram-box .subscribe_form .formsbg .form-control::-ms-input-placeholder {
  color: #949393;
}

.section-three .telegram-box .subscribe_form .formsbg .form-control::placeholder {
  color: #949393;
}

.section-three .telegram-box .subscribe_form .btn-8 {
  width: 25%;
}

@media (max-width: 767px) {
  .section-three .telegram-box .subscribe_form .btn-8 {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .section-three .telegram-box .subscribe_form .btn-8 {
    width: 25%;
    padding: 10px 8px;
    font-size: 12px;
  }
}

.section-four h2 {
  text-align: left;
}

.section-four .box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-four p {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-four p {
    font-size: 1rem;
  }
}

.section-four .bg-slb {
  position: relative;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section-four .bg-slb {
    background: #E7F1FD;
  }
}

.section-four .bg-slb::after {
  position: absolute;
  content: "";
  width: calc(100% - 70%);
  background: #E7F1FD;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.section-four .bg-slb::before {
  position: absolute;
  content: "";
  width: calc(100% - 70%);
  background: #E7F1FD;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-four .left-side,
.section-four .right-side {
  border-radius: 0px 40px 0px 0px;
  -webkit-border-radius: 0px 40px 0px 0px;
  -moz-border-radius: 0px 40px 0px 0px;
  -ms-border-radius: 0px 40px 0px 0px;
  -o-border-radius: 0px 40px 0px 0px;
  background: #E7F1FD;
  padding: 0px 40px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-four .left-side,
  .section-four .right-side {
    padding: 0px 0px 40px;
  }
}

.section-four .left-side h4,
.section-four .right-side h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055A5;
}

.section-four .left-side img,
.section-four .right-side img {
  width: 200px;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-four .left-side img,
  .section-four .right-side img {
    width: 150px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .section-four .left-side img,
  .section-four .right-side img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .section-four .left-side img,
  .section-four .right-side img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 480px) {
  .section-four .left-side img,
  .section-four .right-side img {
    width: 130px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.section-four .left-side .lists ul,
.section-four .right-side .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-four .left-side .lists ul li,
.section-four .right-side .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.section-four .left-side .lists ul li a,
.section-four .right-side .lists ul li a {
  color: #686363;
}

.section-four .left-side .lists ul li::before,
.section-four .right-side .lists ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-four .left-side .lists ul li,
  .section-four .right-side .lists ul li {
    font-size: 1rem;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .section-four .left-side .lists ul li,
  .section-four .right-side .lists ul li {
    font-size: 1rem;
    line-height: 36px;
  }
}

.section-four .left-side {
  border-radius: 0px 40px 0px 0px;
  -webkit-border-radius: 0px 40px 0px 0px;
  -moz-border-radius: 0px 40px 0px 0px;
  -ms-border-radius: 0px 40px 0px 0px;
  -o-border-radius: 0px 40px 0px 0px;
}

.section-four .right-side {
  border-radius: 40px 0px 0px 0px;
  -webkit-border-radius: 40px 0px 0px 0px;
  -moz-border-radius: 40px 0px 0px 0px;
  -ms-border-radius: 40px 0px 0px 0px;
  -o-border-radius: 40px 0px 0px 0px;
}

.section-five {
  position: relative;
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  background: #E7F1FD;
}

@media (max-width: 767px) {
  .section-five {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.section-five .skillbox {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 3px solid #B3CBE7;
  margin: 0px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-five .skillbox {
    margin: 0;
  }
}

.section-five .skillbox .heading {
  border-radius: 17px 17px 0px 0px;
  -webkit-border-radius: 17px 17px 0px 0px;
  -moz-border-radius: 17px 17px 0px 0px;
  -ms-border-radius: 17px 17px 0px 0px;
  -o-border-radius: 17px 17px 0px 0px;
  background: #0055A5;
  height: 100px;
  line-height: 28px;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-five .skillbox .content {
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.section-five .skillbox .content .btn-6 {
  width: 100%;
}

.section-five .skillbox .content img {
  width: 100px;
  margin: 20px 0px;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.list-btn li {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  color: #0055A5;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-btn li {
    font-size: 18px;
  }
}

.list-btn li a {
  color: #0055A5;
}

.list-btn span {
  background: #4DAA3F;
  margin: 0px 20px;
  width: 2px;
  height: 30px;
  display: inline-block;
}

.steps-bg h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .steps-bg h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .steps-bg h2 {
    font-size: 1.5rem;
  }
}

.steps-bg .stepbox {
  background: #0055a5;
  background: linear-gradient(103deg, #0055a5 0%, #4daa3f 100%);
  border-radius: 0px 0px 15px 0px;
  -webkit-border-radius: 0px 0px 15px 0px;
  -moz-border-radius: 0px 0px 15px 0px;
  -ms-border-radius: 0px 0px 15px 0px;
  -o-border-radius: 0px 0px 15px 0px;
  padding: 30px;
  position: relative;
}

.steps-bg .stepbox .number {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  padding: 20px;
  font-weight: 700;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4DAA3F;
  position: absolute;
  top: -40px;
  right: 20px;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .steps-bg .stepbox .number {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    top: -25px;
  }
}

.steps-bg .stepbox h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .steps-bg .stepbox h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .steps-bg .stepbox h4 {
    font-size: 1.5rem;
  }
}

.steps-bg .stepbox p {
  color: #fff;
  font-size: 1.5rem;
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .steps-bg .stepbox p {
    font-size: 1.3rem;
    line-height: 25px;
  }
}

@media (max-width: 480px) {
  .steps-bg .stepbox p {
    font-size: 1rem;
  }
}

.common-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.common-section h2 span {
  color: #0055A5;
}

@media (max-width: 991px) {
  .common-section h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .common-section h2 {
    font-size: 1.5rem;
  }
}

.common-section h4 {
  color: #0055A5;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  .common-section h4 {
    font-size: 1rem;
  }
}

.common-section .forms-bg h4 {
  text-align: center;
}

.common-section .forms-bg .btn-6 {
  width: 100%;
}

.common-section .form-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  padding: 40px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .common-section .form-box {
    padding: 30px;
  }
}

.common-section .form-box h5 {
  text-align: center;
  color: #616161;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .common-section .form-box h5 {
    font-size: 1.3rem;
  }
}

.common-section .career__list {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0px;
  margin: 20px 0px;
}

@media (max-width: 767px) {
  .common-section .career__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common-section .career__list .career__left {
  width: 80%;
  position: relative;
}

@media (max-width: 767px) {
  .common-section .career__list .career__left {
    width: 100%;
  }
}

.common-section .career__list .career__left h2 {
  color: #0055A5;
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .common-section .career__list .career__left h2 {
    font-size: 1.2rem;
  }
}

.common-section .career__list .career__left h5 {
  color: #616161;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 10px;
}

.common-section .career__list .career__left h5 i {
  color: #0055A5;
}

@media (max-width: 767px) {
  .common-section .career__list .career__left h5 {
    font-size: 16px;
  }
}

.common-section .career__list .career__left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  background: #0055A5;
  width: 100px;
  height: 2px;
}

@media (max-width: 767px) {
  .common-section .career__list .career__left::before {
    display: none;
  }
}

.common-section .career__list .career__right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .common-section .career__list .career__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.common-section .heading {
  position: relative;
  padding-left: 20px;
}

.common-section .heading h2 {
  color: #0055A5;
  font-weight: 700;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .common-section .heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .common-section .heading h2 {
    font-size: 1.5rem;
  }
}

.common-section .heading h3 {
  color: #515151;
  font-size: 1.5rem;
  font-weight: 500;
}

.common-section .heading::before {
  background: #4DAA3F;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  content: "";
}

.common-section p {
  font-size: 1.3rem;
}

@media (max-width: 480px) {
  .common-section p {
    font-size: 1rem;
  }
}

.common-section .list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-section .list2 ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.common-section .list2 ul li a {
  color: #686363;
}

.common-section .list2 ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

.common-section .list2 ul li {
  padding: 10px 0px 10px 30px;
  line-height: 30px;
}

.common-section .list2 ul li::before {
  content: url("../images/arrow2.svg");
  top: 12px;
  width: 24px;
}

@media (max-width: 991px) {
  .common-section .list2 ul li::before {
    top: 12px;
    width: 22px;
  }
}

@media (max-width: 767px) {
  .common-section .list2 ul li::before {
    top: 14px;
    width: 23px;
  }
}

@media (max-width: 480px) {
  .common-section .list2 ul li::before {
    top: 9px;
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-section .list2 ul li {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .common-section .list2 ul li {
    font-size: 1rem;
    line-height: 20px;
  }
}

.common-section .txts-center h2 {
  text-align: center;
}

.common-section .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-section .apps img {
  width: 150px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .common-section .apps img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .common-section .apps img {
    width: 100px;
  }
}

.common-section .apps .qr {
  width: 100px;
}

@media (max-width: 767px) {
  .common-section .apps .qr {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .common-section .apps .qr {
    width: 60px;
  }
}

.common-section-two {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #E7F1FD;
  margin: 40px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  .common-section-two {
    margin: 15px;
  }
}

@media (max-width: 480px) {
  .common-section-two {
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 30px 15px;
  }
}

.common-section-two h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-section-two h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .common-section-two h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .common-section-two h2 {
    font-size: 1.5rem;
  }
}

.common-section-two h2 span {
  color: #0055A5;
}

.common-section-two h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}

@media (max-width: 991px) {
  .common-section-two h3 {
    font-size: 1.8rem;
  }
}

.common-section-two h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}

@media (max-width: 767px) {
  .common-section-two h4 {
    font-size: 1.8rem;
  }
}

.common-section-two .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-section-two .apps img {
  width: 150px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .common-section-two .apps img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .common-section-two .apps img {
    width: 100px;
  }
}

.common-section-two .apps .qr {
  width: 100px;
}

@media (max-width: 767px) {
  .common-section-two .apps .qr {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .common-section-two .apps .qr {
    width: 60px;
  }
}

.common-section-two .heading {
  position: relative;
  padding-left: 20px;
}

.common-section-two .heading h2 {
  color: #0055A5;
  font-weight: 700;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .common-section-two .heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .common-section-two .heading h2 {
    font-size: 1.5rem;
  }
}

.common-section-two .heading h3 {
  color: #515151;
  font-size: 1.5rem;
  font-weight: 500;
}

.common-section-two .heading::before {
  background: #4DAA3F;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  content: "";
}

.common-section-two p {
  font-size: 1.3rem;
}

@media (max-width: 480px) {
  .common-section-two p {
    font-size: 1rem;
  }
}

.common-section-two .list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-section-two .list2 ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.common-section-two .list2 ul li a {
  color: #686363;
}

.common-section-two .list2 ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

.common-section-two .list2 ul li {
  padding: 10px 0px 10px 30px;
  line-height: 30px;
}

.common-section-two .list2 ul li::before {
  content: url("../images/arrow2.svg");
  top: 16px;
  width: 24px;
}

@media (max-width: 991px) {
  .common-section-two .list2 ul li::before {
    top: 12px;
    width: 22px;
  }
}

@media (max-width: 767px) {
  .common-section-two .list2 ul li::before {
    top: 14px;
    width: 23px;
  }
}

@media (max-width: 480px) {
  .common-section-two .list2 ul li::before {
    top: 9px;
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-section-two .list2 ul li {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .common-section-two .list2 ul li {
    font-size: 1rem;
    line-height: 20px;
  }
}

.common-section-two .txts-center h2 {
  text-align: center;
}

.common-section-two .border__box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #707070;
  padding: 40px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-section-two .border__box {
    padding: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .common-section-two .border__box img {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-section-two .border__box img {
    width: 150px;
  }
}

.common-section-two .line {
  background: #4DAA3F;
  margin: 0px 20px;
  width: 3px;
  height: 24px;
  display: inline-block;
}

@media (max-width: 991px) {
  .common-section-two .line {
    margin: -4px 20px;
  }
}

.common-section-two .investments {
  padding: 20px;
  border-left: 2px solid #CDD9E0;
}

.common-section-two .investments h4 {
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .common-section-two .investments h4 {
    font-size: 1.8rem;
  }
}

.common-section-two .investments h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #0055A5;
}

.common-section-two .investments p {
  font-weight: 500;
}

.gradient-box {
  width: 100%;
}

.gradient-box .gradient-bg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #0055a5;
  background: linear-gradient(103deg, #0055a5 0%, #4daa3f 100%);
  text-align: center;
  padding: 60px 40px;
}

@media (max-width: 480px) {
  .gradient-box .gradient-bg {
    padding: 60px 20px;
  }
}

.gradient-box .gradient-bg h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradient-box .gradient-bg h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .gradient-box .gradient-bg h3 {
    font-size: 1.8rem;
  }
}

.gradient-box .gradient-bg .btn-1 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradient-box .gradient-bg .btn-1 {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .gradient-box .gradient-bg .btn-1 {
    padding: 10px 20px;
    font-size: 18px;
  }
}

.faq {
  background: #EEEFEC;
}

.faq h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .faq h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .faq h2 {
    font-size: 1.5rem;
  }
}

.faq h4 {
  font-size: 1.5rem;
  color: #131313;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .faq h4 {
    font-size: 1.3rem;
  }
}

.faq .faqlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq .faqlist ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.faq .faqlist ul li a {
  color: #686363;
}

.faq .faqlist ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

.faq .faqlist ul li {
  padding: 10px 0px 10px 20px;
  line-height: 30px;
}

.faq .faqlist ul li::before {
  content: url("../images/arrow.svg");
  top: 12px;
  width: 12px;
}

@media (max-width: 991px) {
  .faq .faqlist ul li::before {
    top: 12px;
    width: 12px;
  }
}

@media (max-width: 767px) {
  .faq .faqlist ul li::before {
    top: 12px;
    width: 12px;
  }
}

@media (max-width: 480px) {
  .faq .faqlist ul li::before {
    top: 12px;
    width: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .faqlist ul li {
    font-size: 1rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .faq .faqlist ul li {
    font-size: 1rem;
    line-height: 20px;
  }
}

.joinus {
  background: #E6F0F9;
  padding: 80px 0px 20px;
  position: relative;
  z-index: -1;
}

.joinus h2 {
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joinus h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .joinus h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .joinus h2 {
    font-size: 1.5rem;
  }
}

.joinus .join {
  padding: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joinus .join {
    padding: 30px 10px;
  }
}

@media (max-width: 767px) {
  .joinus .join {
    padding: 10px;
  }
}

.joinus .join h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .joinus .join h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joinus .join h3 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .joinus .join h3 {
    font-size: 1.2rem;
  }
}

.joinus .join .iconbg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .joinus .join .iconbg {
    padding: 10px;
  }
}

.joinus .join .iconbg .circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 0;
  right: 20px;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 10px solid #C7DDF1;
  z-index: -1;
}

.joinus .join .iconbg img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .joinus .join .iconbg img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joinus .join .iconbg img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .joinus .join .iconbg img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .joinus .join .iconbg img {
    width: 50px;
    height: 50px;
  }
}

.franchises-bg {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: -1;
  padding: 10px 0px 80px 0px;
}

@media (max-width: 767px) {
  .franchises-bg {
    padding: 10px 0px 60px 0px;
  }
}

.franchises-bg::before {
  background: #E6F0F9;
  width: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  height: 100px;
}

.franchises-bg .franchises {
  background: url(../images/franchises-bg.jpg) no-repeat center center;
  padding: 80px 40px;
}

.franchises-bg .franchises h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .franchises-bg .franchises h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .franchises-bg .franchises h3 {
    font-size: 1.8rem;
  }
}

.what-we-offer {
  background: #F9F7F7;
}

.what-we-offer h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .what-we-offer h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .what-we-offer h2 {
    font-size: 1.5rem;
  }
}

.what-we-offer .what-offer-box {
  background: white;
  background: linear-gradient(166deg, white 0%, #e7eff6 100%);
  padding: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-offer .what-offer-box {
    padding: 20px;
  }
}

.what-we-offer .what-offer-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 780px) and (max-width: 991px) {
  .what-we-offer .what-offer-box img {
    width: 50px;
    height: 50px;
  }
}

.what-we-offer .what-offer-box .number {
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 5rem;
  font-weight: 800;
  color: #e9e9e9;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-offer .what-offer-box .number {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .what-we-offer .what-offer-box .number {
    font-size: 3rem;
  }
}

.what-we-offer .what-offer-box h4 {
  font-weight: 600;
  -webkit-column-fill: auto #000;
          column-fill: auto #000;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-offer .what-offer-box h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .what-we-offer .what-offer-box h4 {
    font-size: 1.2rem;
  }
}

.what-we-offer .what-offer-box h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  background: #0055A5;
  width: 50px;
  height: 3px;
}

.what-we-offer .who-is-it {
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.what-we-offer .who-is-it img {
  width: 60px;
  margin-bottom: 30px;
}

.what-we-offer .who-is-it h4 {
  color: #616161;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .what-we-offer .who-is-it h4 {
    font-size: 1.2rem;
  }
}

.what-we-offer .who-is-it h4::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #4DAA3F;
  left: 0;
  bottom: -8px;
}

.benefits-mf {
  width: 100%;
}

.benefits-mf .benefits {
  background: #F6F0EC;
  padding: 50px 30px;
}

.benefits-mf .benefits h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-mf .benefits h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .benefits-mf .benefits h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .benefits-mf .benefits h2 {
    font-size: 1.5rem;
  }
}

.benefits-mf .benefits .boxes {
  padding: 0px 20px;
}

.benefits-mf .benefits .boxes h5 {
  font-size: 1.5rem;
  color: #2D2C2C;
  font-weight: 600;
}

@media (max-width: 767px) {
  .benefits-mf .benefits .boxes h5 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .benefits-mf .benefits .boxes h5 {
    font-size: 1rem;
  }
}

.benefits-mf .benefits .boxes .icon {
  padding: 10px 0px;
  position: relative;
  z-index: 9;
}

@media (max-width: 480px) {
  .benefits-mf .benefits .boxes .icon img {
    width: 50px;
  }
}

.benefits-mf .benefits .boxes .icon::before {
  content: url(/images/shape21.png);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.earn {
  background: #E6F0F9;
}

.earn h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earn h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .earn h2 {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .earn h2 {
    font-size: 1.5rem;
  }
}

.earn .earn-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.earn .earn-box .shape20 {
  position: absolute;
  left: 0;
  top: 0;
}

.earn .earn-box img {
  width: 80px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 767px) {
  .earn .earn-box img {
    width: 50px;
  }
}

.earn .earn-box h4 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .earn .earn-box h4 {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.who-can-partner h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .who-can-partner h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .who-can-partner h2 {
    font-size: 1.5rem;
  }
}

.who-can-partner .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.who-can-partner .partners li {
  list-style: none;
  padding: 20px;
  text-align: center;
}

.who-can-partner .partners li .partners-icon {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  display: inline-block;
  margin-bottom: 20px;
}

.who-can-partner .partners li .partners-icon img {
  width: 50px;
}

.who-can-partner .partners li h4 {
  color: #616161;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .who-can-partner .partners li h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .who-can-partner .partners li h4 {
    font-size: 1rem;
  }
}

.easy-step {
  background: #E6F0F9;
}

.easy-step h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .easy-step h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .easy-step h2 {
    font-size: 1.5rem;
  }
}

.easy-step .steps {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .easy-step .steps {
    padding: 40px 20px;
  }
}

.easy-step .steps .round {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #ECF2F6;
  padding: 20px;
  width: 140px;
  height: 140px;
  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;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .easy-step .steps .round {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .easy-step .steps .round {
    width: 100px;
    height: 100px;
  }
}

.easy-step .steps .round img {
  width: 80px;
  height: 80px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .easy-step .steps .round img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .easy-step .steps .round img {
    width: 50px;
    height: 50px;
  }
}

.easy-step .steps .step-no {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 3px 25px;
  text-align: center;
  background: #F7F0F0;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .easy-step .steps .step-no {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .easy-step .steps .step-no {
    font-size: 1rem;
  }
}

.easy-step .steps h3 {
  color: #0055A5;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  margin: 10px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .easy-step .steps h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .easy-step .steps h3 {
    font-size: 1.8rem;
  }
}

.easy-step .steps h4 {
  color: #5D5F61;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .easy-step .steps h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .easy-step .steps h4 {
    font-size: 1.5rem;
  }
  .easy-step .steps h4 br {
    display: none;
  }
}

@media (max-width: 480px) {
  .easy-step .steps h4 {
    font-size: 1.2rem;
  }
}

.testi-partners {
  background: #F9F7F7;
}

.testi-partners h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .testi-partners h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .testi-partners h2 {
    font-size: 1.5rem;
  }
}

.testi-partners .testibox {
  width: 100%;
  margin: 40px 20px 20px;
}

.testi-partners .testibox .testi-content {
  background: #fff;
  padding: 0px 30px 30px 30px;
  border-bottom: 4px solid #4DAA3F;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testi-partners .testibox .testi-content p {
  color: #33475B;
}

.testi-partners .testibox .testi-content .quotes {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0055A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.testi-partners .testibox .testi-content .quotes img {
  width: 40px;
  height: 40px;
}

.testi-partners .testibox .testi-content .test-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi-partners .testibox .testi-content .test-img img {
  width: 60px;
  height: 60px;
}

.testi-partners .testibox .testi-content .test-img .name-rate {
  padding-left: 10px;
}

.testi-partners .testibox .testi-content .test-img .name-rate h5 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.testi-partners .testibox .testi-content .test-img .name-rate h5 span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #6C6969;
}

.testi-partners .testibox .testi-content .test-img .name-rate .star {
  color: #DCE122;
}

.signup-now {
  background: #0055a5;
  background: linear-gradient(103deg, #0055a5 0%, #4daa3f 100%);
}

.signup-now h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .signup-now h3 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .signup-now h3 {
    font-size: 1.5rem;
  }
}

.fund-transfer-bg {
  background: #fff;
  padding: 80px 0px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .fund-transfer-bg {
    margin-top: 65px;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg {
    margin-top: 50px;
  }
}

.fund-transfer-bg h3 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .fund-transfer-bg h3 {
    font-size: 1.8rem;
  }
}

.fund-transfer-bg h2 {
  color: #000;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fund-transfer-bg h2 {
    font-size: 1.5rem;
  }
}

.fund-transfer-bg .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fund-transfer-bg .tabs label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #F0F5F5;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  font-size: 1.3rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .fund-transfer-bg .tabs label {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg .tabs label {
    font-size: 16px;
    padding: 8px;
  }
}

.fund-transfer-bg .tabs .tab {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
}

.fund-transfer-bg .tabs input[type="radio"] {
  display: none;
}

.fund-transfer-bg .tabs input[type="radio"]:checked + label {
  background: #eff4f4;
  background: linear-gradient(190deg, #eff4f4 0%, #d2e4f5 100%);
  border-bottom: 5px solid #4DAA3F;
}

.fund-transfer-bg .tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.fund-transfer-bg .tab {
  width: 100%;
}

.fund-transfer-bg .tab .list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fund-transfer-bg .tab .list2 ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #686363;
}

.fund-transfer-bg .tab .list2 ul li a {
  color: #686363;
}

.fund-transfer-bg .tab .list2 ul li::before {
  content: url("../images/li-arrow.svg");
  display: inline-block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0055A5;
}

.fund-transfer-bg .tab .list2 ul li {
  padding: 10px 0px 10px 30px;
  line-height: 30px;
}

.fund-transfer-bg .tab .list2 ul li::before {
  content: url("../images/arrow2.svg");
  top: 16px;
  width: 24px;
}

@media (max-width: 991px) {
  .fund-transfer-bg .tab .list2 ul li::before {
    top: 12px;
    width: 22px;
  }
}

@media (max-width: 767px) {
  .fund-transfer-bg .tab .list2 ul li::before {
    top: 14px;
    width: 23px;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg .tab .list2 ul li::before {
    top: 9px;
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fund-transfer-bg .tab .list2 ul li {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg .tab .list2 ul li {
    font-size: 1rem;
    line-height: 20px;
  }
}

.fund-transfer-bg .tab .fund-sec {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #F5F5F5;
  padding: 40px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .fund-transfer-bg .tab .fund-sec {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg .tab .fund-sec {
    padding: 20px;
  }
}

.fund-transfer-bg .tab .fund-sec p {
  font-size: 1.3rem;
  margin: 0;
}

@media (max-width: 767px) {
  .fund-transfer-bg .tab .fund-sec p {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .fund-transfer-bg .tab .fund-sec p {
    font-size: 1rem;
  }
}

.fund-transfer-bg .tab .fund-sec p a {
  color: #0055A5;
}

.terms__policy p {
  font-size: 1.3rem;
  margin: 0;
}

@media (max-width: 767px) {
  .terms__policy p {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .terms__policy p {
    font-size: 1rem;
  }
}

.terms__policy h4 {
  font-size: 1.8rem;
  color: #0055A5;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .terms__policy h4 {
    font-size: 1.5rem;
  }
}

.terms__policy h5 {
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .terms__policy h5 {
    font-size: 1.2rem;
  }
}

.terms__policy table tr {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .terms__policy table tr {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .terms__policy table tr {
    font-size: 1rem;
  }
}

.note {
  padding-top: 20px;
}

.note p {
  font-size: 1.3rem;
  margin: 0;
}

.note .custom-counter {
  list-style: none;
  margin-left: 1em;
  counter-reset: line;
}

.note .custom-counter li {
  font-size: 1.3rem;
  color: #686363;
  position: relative;
}

.note .custom-counter li::before {
  position: absolute;
  left: -2.25em;
  top: 8px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 18px;
  margin-right: 0.5em;
  background-color: #0055A5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.25em;
  counter-increment: line;
  content: counter(line);
}

.downloads {
  position: relative;
}

.downloads .dowload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.downloads .dowload-list li button {
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 600;
  display: block;
  background: #f6f4f4;
  border: none;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .downloads .dowload-list li button {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .downloads .dowload-list li button {
    font-size: 1.2rem;
  }
}

.downloads .dowload-list li button.active {
  background: #eff4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff4f4), to(#d2e4f5));
  background: linear-gradient(180deg, #eff4f4 0%, #d2e4f5 100%);
  border-bottom: 3px solid #4DAA3F;
  color: #000;
}

.downloads .left-list {
  background: #ededed;
}

.downloads .left-list li {
  list-style: none;
  padding: 5px 15px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d8d3d3;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .downloads .left-list li {
    font-size: 1rem;
  }
}

.downloads .left-list li.active {
  font-weight: 600;
  border-left: #4DAA3F 5px solid;
}

.downloads .forms-bg .download-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 30px 20px;
  margin-bottom: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.downloads .forms-bg .download-box h4 {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .downloads .forms-bg .download-box h4 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .downloads .forms-bg .download-box h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .downloads .forms-bg .download-box h4 {
    font-size: 1.2rem;
  }
}

.downloads .forms-bg .download-box .download-btn {
  padding: 10px;
  cursor: pointer;
}

.inner__banner__second {
  background: #ecf2f2;
  background: linear-gradient(125deg, #ecf2f2 0%, #f8f8f8 100%);
  padding: 80px 0px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .inner__banner__second {
    margin-top: 65px;
  }
}

@media (max-width: 480px) {
  .inner__banner__second {
    margin-top: 50px;
    padding: 40px 0px;
  }
}

.inner__banner__second h2 {
  color: #0055A5;
  text-align: left;
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner__banner__second h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .inner__banner__second h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .inner__banner__second h2 {
    font-size: 1.5rem;
  }
}

.custom-counter {
  list-style: none;
  margin-left: 1em;
  counter-reset: line;
}

.custom-counter li {
  font-size: 1.3rem;
  color: #686363;
  position: relative;
}

@media (max-width: 767px) {
  .custom-counter li {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .custom-counter li {
    font-size: 1rem;
  }
}

.custom-counter li::before {
  position: absolute;
  left: -2.25em;
  top: 8px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 18px;
  margin-right: 0.5em;
  background-color: #0055A5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.25em;
  counter-increment: line;
  content: counter(line);
}

@media (max-width: 991px) {
  .mob-hide {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

@media (max-width: 991px) {
  .hide {
    display: block !important;
  }
}

.slider__desk__hide {
  display: block !important;
}

@media (max-width: 540px) {
  .slider__desk__hide {
    display: none !important;
  }
}

.slider__mob__hide {
  display: none !important;
}

@media (max-width: 540px) {
  .slider__mob__hide {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

/*--------------------------------------------------------------------------
  |  02 Desktop CSS
  --------------------------------------------------------------------------*/
.wsmobileheader,
.overlapblackbg {
  display: none;
}

.wsdownmenu {
  color: #6C6969;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  padding: 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECEFF7));
  background: linear-gradient(180deg, #FFFFFF 0%, #ECEFF7 100%);
}

.wsdownmenu .btn-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wsdownmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wsdownmenu-list {
  padding: 0px;
}

.wsdownmenu-list > li {
  text-align: center;
  display: table-cell;
}

.wsdownmenu-list li:first-child a {
  border-radius: 4px 0px 0px 0px;
}

.wsdownmenu-list li:last-child a {
  border-radius: 0px 4px 0px 0px;
  border-right: 0px solid;
}

.wsdownmenu-list li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}

.wsdownmenu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #b3b3b3;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}

.wsdownmenu-list li a:hover .arrow:after,
.wsdownmenu-list li a.active .arrow:after {
  border-top-color: #b3b3b3;
}

.wsdownmenu-list li:hover > a .arrow:after {
  border-top-color: #b3b3b3;
}

.wsdownmenu-list > li > a .fa {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-right: 0px;
}

.wsdownmenu-list > li > a .fa.fa-angle-down {
  color: #B3B3B3;
  margin-left: 9px;
}

.wsdownmenu-list > li > a {
  display: block;
  color: #000;
  font-weight: 600;
  padding: 0px 14px;
  line-height: 48px;
  border-right: 1px solid #8989891a;
  text-decoration: none;
  position: relative;
}

.megamenu {
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 48px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 8px 0px;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECEFF7));
  background: linear-gradient(180deg, #FFFFFF 0%, #ECEFF7 100%);
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  visibility: hidden;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.megamenu iframe,
.megamenu video {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}

.megamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin-bottom: 7px;
  text-align: left;
  height: 39px;
}

.newadimg img {
  width: 100%;
}

.link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.link-list li a {
  line-height: 22px;
  border-right: none;
  text-align: left;
  padding: 10px 5px;
  font-size: 16px;
  background-image: none !important;
  color: #000 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  color: #424242;
  text-decoration: none !important;
}

.link-list li p {
  white-space: break-spaces;
  font-size: 12px;
  margin: 0 0 10px 0px;
}

.link-list li span {
  font-weight: 600;
  padding: 0;
}

.link-list .fa {
  font-size: 11px;
}

.megacollink {
  width: 23%;
  float: left;
  margin: 0% 1%;
  padding: 0px;
}

.megacollink li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.megacollink li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 8px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}

.megacollink .fa {
  font-size: 11px;
}

.megacolimage {
  width: 31.33%;
  float: left;
  margin: 0% 1%;
}

.typographydiv {
  width: 100%;
  margin: 0% 0%;
}

.typographylinks {
  width: 25%;
  float: left;
  margin: 0% 0%;
}

.typographylinks ul {
  padding: 0px;
}

.mainmapdiv {
  width: 100%;
  display: block;
  margin: 0% 0%;
}

.wsdownmenu-list .ad-style {
  width: 28%;
  float: right;
}

.wsdownmenu-list .ad-style a {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  background-image: none !important;
}

.wsdownmenu-list .megamenu li:hover > a {
  background: transparent !important;
}

.wsdownmenu-list .megamenu li a:hover {
  background: transparent !important;
  text-decoration: underline;
}

.wsdownmenu-list .megamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.mrgtop {
  margin-top: 15px;
}

.show-grid div {
  padding-bottom: 4px;
  padding-top: 4px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
}

.halfmenu {
  width: 40%;
  right: auto !important;
  left: auto !important;
}

.halfmenu .megacollink {
  width: 48%;
  float: left;
  margin: 0% 1%;
}

.halfdiv {
  width: 35%;
  right: 0px !important;
  left: auto;
}

.menu_form {
  width: 100%;
  display: block;
}

.menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  margin-right: 15px;
  border-radius: 2px;
}

.menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.megamenu .left.carousel-control,
.megamenu .right.carousel-control {
  padding-top: 20%;
}

.carousel-inner .item img {
  width: 100%;
}

.megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsdownmenu-submenu {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 48px;
  z-index: 1000;
  min-height: 230px;
  margin: 0px;
  padding: 2px;
  min-width: 220px;
  background: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  visibility: hidden;
}

.wsdownmenu-submenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.wsdownmenu-submenu li a {
  background-image: none !important;
  color: #000 !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 12px;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsdownmenu-submenu li a i {
  font-weight: 600;
}

.wsdownmenu-list li:hover .wsdownmenu-submenu {
  display: block;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  min-width: 220px;
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  min-height: 230px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  background: #fff;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  visibility: hidden;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li a {
  background-image: none !important;
  color: #000 !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 12px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  display: block;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
  min-width: 120px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  visibility: hidden;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li:hover .wsdownmenu-submenu-sub-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsdownmenu-submenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 320px;
}

.wsdownmenu-submenu li p {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.wsdownmenu-click,
.wsdownmenu-click02 {
  display: none;
}

.wsdownmenu-list li:hover > a {
  background-color: #E6F0F9 !important;
  text-decoration: none;
}

.wsdownmenu-list > li > a:hover, .wsdownmenu-list > li > a.active {
  background-color: #E6F0F9 !important;
  text-decoration: none;
}

.wsdownmenu-submenu > li > a:hover {
  background-color: #e8e8e8 !important;
  border-radius: 0px !important;
  text-decoration: none;
  text-decoration: none;
  padding-left: 10px !important;
}

.typography-text {
  padding: 0px 0px;
  font-size: 15px;
}

.typography-text ul {
  padding: 0px;
  margin: 0px;
}

.typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.typography-text ul li a {
  color: #656565;
}

.hometext {
  display: none;
}

.wsdownmenu-submenu .fa {
  margin-right: 7px;
  float: right;
  margin-top: 4px;
}

.wsdown-menuopner {
  display: none !important;
}

/*Label None*/
.wsdownopener,
.wsdownopener-sub,
.wsdownmenu .wsdexpander {
  display: none;
}

/*Check Box None*/
/*--------------------------------------------------------------------------
  |  03 Tab CSS
  --------------------------------------------------------------------------*/
@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .wsdownmenu-list > li > a > .fa {
    display: none !important;
  }
  .hometext {
    display: block !important;
  }
  .wsdownmenu {
    font-size: 13px !important;
  }
  .wsdownmenu-list li a {
    white-space: nowrap !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .megacollink,
  .typographylinks {
    width: 48%;
    margin: 1% 1%;
  }
}

@media only screen and (min-width: 781px) and (max-width: 1200px) {
  .wsdownmenu-list li a .arrow:after,
  .wsdownmenu-list > li > a .fa {
    display: none !important;
  }
  .hometext {
    display: block;
  }
}

@media only screen and (min-width: 781px) {
  .wsdownopener {
    display: none;
  }
  .wsdownmenu-list li > .wsdownmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }
  .wsdownmenu-list li:hover > .wsdownmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  .wsdownmenu-submenu li > .wsdownmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }
  .wsdownmenu-submenu li:hover > .wsdownmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  .wsdownmenu-submenu-sub li > .wsdownmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }
  .wsdownmenu-submenu-sub li:hover > .wsdownmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible !important;
  }
  .wsdownmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }
  .wsdownmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  .wsdownmenu-list li:hover .megamenu {
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------
  |  04 Mobile CSS
  --------------------------------------------------------------------------*/
@media only screen and (max-width: 780px) {
  .wsdownopener-sub {
    display: block;
  }
  /*Main UL*/
  .wsdownmenu > input:checked + .wsdown-mobile {
    display: block;
  }
  .wsdownmenu > ul > li > input {
    display: none;
  }
  .wsdownmenu > ul > li > input:checked + .megamenu,
  .wsdownmenu > ul > li > input:checked + .wsdownmenu-submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    top: 0px;
  }
  .wsdownmenu > ul > li > .wsdownmenu-submenu > li input:checked + .wsdownmenu-submenu-sub,
  .wsdownmenu > ul > li > .wsdownmenu-submenu > li > .wsdownmenu-submenu-sub > li input:checked + .wsdownmenu-submenu-sub-sub {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    top: 0px;
  }
  /*Mega Menu*/
  /*Dropdown Menu*/
  .wsdownopener {
    width: 100%;
    display: block;
    background-color: #83BCEF;
    padding: 0 20px;
    color: #FFF;
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    border-bottom: solid 1px #fff;
    margin: 0px;
  }
  .wsdownopener i {
    margin-right: 5px;
  }
  .wsdownopener-sub {
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 50px;
    background-color: transparent;
    text-decoration: none;
    border: none;
  }
  .halfdiv {
    width: 100%;
  }
  .wsdownmenu-list > li {
    display: block;
    text-align: left;
    clear: both;
  }
  .wsdownmenu-list > li > a .fa.fa-angle-down {
    float: right;
  }
  .wsdownmenu-list li a .arrow:after {
    right: 10px;
  }
  .wsdown-mobile > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    border-right: none !important;
  }
  .hometext {
    display: inline-block;
  }
  .wsdownmenu-submenu {
    top: 0px;
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .halfmenu {
    width: 100%;
  }
  .wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
    left: 0px;
  }
  .wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
    left: 0px;
  }
  .wsdownmenu {
    width: 100%;
    margin: 0;
    border: 1px solid #e0e0e0;
  }
  .wsdown-mobile {
    display: none;
  }
  .wsdown-mobile > .wsdown-menuopner {
    display: block !important;
  }
  .wsdown-mobile > .wsdown-menuopner > a > i {
    margin-right: 10px;
  }
  .wsdown-mobile > li {
    position: relative;
    float: none;
  }
  .wsdown-mobile:hover > li {
    display: block;
  }
  .megacolimage {
    width: 100% !important;
  }
  .megacolimage img {
    width: 100%;
  }
  .typographylinks,
  .megacollink {
    width: 100% !important;
  }
}

@media only screen and (max-width: 780px) {
  .tranbg > .wsdownmenu-list > li > a {
    color: #424242 !important;
    border-right: none;
    background-color: #fff !important;
    background-color: #fff !important;
  }
  .tranbg > .wsdownmenu-list > li > a:hover {
    background-color: #fff !important;
  }
  .tranbg > .wsdownmenu-list > li > a > .arrow:after {
    border-top-color: #E5E5E5;
  }
}

.btn-1 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  color: #4DAA3F;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: none;
  margin-top: 10px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-1:hover {
  background: #4DAA3F;
  color: #fff;
}

@media (max-width: 767px) {
  .btn-1 {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .btn-1 {
    font-size: 12px;
  }
}

.btn-2 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#0055A5), color-stop(#40e495), color-stop(#66C657), to(#4DAA3F));
  background-image: linear-gradient(to right, #0055A5, #40e495, #66C657, #4DAA3F);
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: none;
  margin-top: 10px;
  background-size: 300% 100%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-2:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0055A5), color-stop(#40e495), color-stop(#66C657), to(#4DAA3F));
  background-image: linear-gradient(to right, #0055A5, #40e495, #66C657, #4DAA3F);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-position: 100% 0;
}

@media (max-width: 767px) {
  .btn-2 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .btn-2 {
    font-size: 12px;
  }
}

.btn-3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E6F0F9;
  padding: 14px 39px 20px 35px;
  margin: 6px 0 0 6px;
  border: none;
}

@media (max-width: 480px) {
  .btn-3 {
    font-size: 12px;
  }
}

.btn-3:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #4DAA3F;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-3:hover {
  margin: 0 6px 6px 0;
  padding: 20px 35px 14px 39px;
}

.btn-3:hover:after {
  left: 6px;
  top: 6px;
}

.topbtn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E6F0F9;
  color: #6C6969;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 15px 11px 20px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}

.topbtn i {
  padding-left: 5px;
}

@media (max-width: 480px) {
  .topbtn {
    font-size: 16px;
  }
}

.btnclr {
  background: #074885;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
}

.btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0055A5;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: none;
}

@media (max-width: 480px) {
  .btn4 {
    font-size: 16px;
  }
}

.btn4 i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0055A5;
  font-size: 20px;
  padding-left: 10px;
}

.btn4:hover {
  color: #fff;
}

.btn4:hover i {
  padding-left: 20px;
  color: #fff;
}

.btn5 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  background: #0055a5;
  background: linear-gradient(42deg, #0055a5 0%, #4daa3f 100%);
}

.btn-6 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #4daa3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#4daa3f), to(#348b27));
  background: linear-gradient(180deg, #4daa3f 0%, #348b27 100%);
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border: none;
  margin-top: 10px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-6 {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .btn-6 {
    font-size: 18px;
    padding: 5px 20px;
  }
}

@media (max-width: 480px) {
  .btn-6 {
    font-size: 16px;
  }
}

.btn-7 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 3px solid #0055A5;
  text-decoration: none;
  padding: 10px 20px;
  color: #0055A5;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-7 {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .btn-7 {
    font-size: 16px;
  }
}

.btn-8 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #0055A5;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border: none;
}

@media (max-width: 480px) {
  .btn-8 {
    font-size: 16px;
  }
}

.btn-9 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: none;
  text-decoration: none;
  padding: 10px 20px;
  color: #0055A5;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border: none;
}

@media (max-width: 480px) {
  .btn-9 {
    font-size: 16px;
  }
}

.btn-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent;
  border: 3px solid #0055A5;
  text-decoration: none;
  padding: 10px 20px;
  color: #0055A5;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-10 {
    font-size: 16px;
    padding: 5px 15px;
  }
}

@media (max-width: 480px) {
  .btn-10 {
    font-size: 16px;
  }
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: left;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}

@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}

.navigation-portrait .dropdown {
  width: 100% !important;
}

.navigation-portrait .btn1 {
  padding: 4px 15px;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.navigation-hidden .nav-header {
  display: none;
}

.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  right: 15px;
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-toggle {
    margin-top: -50px;
  }
}

@media (max-width: 480px) {
  .nav-toggle {
    margin-top: -38px;
  }
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #4DAA3F;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #4DAA3F, 0 1em 0 0 #4DAA3F;
          box-shadow: 0 0.5em 0 0 #4DAA3F, 0 1em 0 0 #4DAA3F;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 34px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #0055A5;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.nav-menu > li:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li:hover > a {
  color: #0055A5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-menu > li.active {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li.active > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #4DAA3F;
}

.nav-menu > li.focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li.focus > a {
  color: #4DAA3F;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #0055A5 #0055A5 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  content: '';
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 16px 13px 0;
  padding: 0px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background-color: #4DAA3F;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-button .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav-button .box i {
  font-size: 30px;
}

.nav-button .box h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.nav-button .box h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff47;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #4DAA3F;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

.nav-dropdown > li:hover > a {
  background: #0055A5;
  color: #fff;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.nav-dropdown > li.focus > a {
  color: #fff;
  background: #0055A5;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0055A5 #0055A5 transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 26px 7px;
  }
}
/*# sourceMappingURL=acumen.css.map */