@font-face {
  font-family: 'gilroy-bold.ttf';
  src: url("../fonts/Gilroy-Bold.ttf");
}

/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICES
6.  CASE STUDY
7.  ABOUT US
8.  CASE STUDY
9.  TEAM MEMBERS
10. FEEDBACKS
11. CONTACT
12. FOOTER
13. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Primary Color:                  #177869;     
        Primary Color Light:            #15b95f;      
        Hilighted Color:                #fa7b70;
        Font Color 1:                   #031d3c;      
        Font Color 2:                   #1e3547;            
        Border Color:                   #f3efea;
        Def p:                          #292825;
        Behance i:                      #0d6bff;
        Pet Color:                      #005f55;
        Bg Color1:                      #fcfbf8;
        Bg Color2:                      #e0fbf6;
        Yl Color:                       #fec468;
        Cyan Color:                     #52bdb9;
        White:                          #ffffff;
        Black:                          #000000;
        White Opacity:                  rgba(255,255,255,.7);           

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Nunito font;
        Typography 2: SourceSansPro font;
        Typography 3: Karla font;
        Typography 4: Gilroy font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.btn,
.btn-group {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:active, .btn:focus,
.btn-group:active,
.btn-group:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 90px;
  top: 25%;
  display: -ms-grid;
  display: grid;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fa7b70;
  padding: 25px 4px !important;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.owl-theme .owl-dots .owl-dot span {
  width: 0;
  background: rgba(3, 29, 60, 0.1);
  border-radius: 0;
  padding: 25px 2px !important;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.owl-theme .owl-dots button {
  margin: 5px;
}

.owl-theme .owl-dots button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-md-dlg .custom-md-cnt {
  border: none !important;
  background-color: rgba(255, 255, 255, 0);
}

.custom-md-dlg .custom-md-cnt .custom-md-body {
  padding: 0;
}

.custom-md-dlg .custom-md-cnt .custom-md-body iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 5px;
}

.explore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 4.71px;
  position: absolute;
  bottom: 160px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  right: 0;
}

.explore:hover {
  cursor: pointer;
}

.explore a {
  text-decoration: none;
  color: #ffffff;
}

.exp-bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bounce {
  from {
    bottom: 160px;
  }
  50% {
    bottom: 135px;
  }
  to {
    bottom: 160px;
  }
}

@keyframes bounce {
  from {
    bottom: 160px;
  }
  50% {
    bottom: 135px;
  }
  to {
    bottom: 160px;
  }
}

.txt-none {
  text-decoration: none;
}

.txt-none:hover {
  color: #ffffff;
  text-decoration: none !important;
}

.txt-hvr-black:hover {
  color: #000000;
}

hr {
  margin: 0 auto;
  width: 70%;
  border-top: 1px solid #f7f5ef;
}

.navbar-toggler {
  -webkit-transition: .4s all;
  transition: .4s all;
}

.navbar-toggler:active {
  background-color: rgba(185, 182, 182, 0.233);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #000000;
  font-weight: 600;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  outline: none !important;
}

.custom-col-wp {
  padding: 0 !important;
}

.navbar-brand {
  margin-right: 30px !important;
}

.custom-pills {
  position: absolute;
  left: 0;
  top: 160px;
}

.cl-circle {
  display: none !important;
}

.brand-nav-wrap .nav-pills .nav-link.active,
.brand-nav-wrap .nav-pills .show > .nav-link {
  background-color: #fa7b70 !important;
  opacity: 1 !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 25px 4px !important;
  border-radius: 0;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.brand-nav-wrap .nav-pills .nav-link {
  border-radius: 0;
  width: 2px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.brand-nav-wrap .nav-pills .nav-link:hover {
  background-color: #fa7b70 !important;
  opacity: 1 !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 25px 4px !important;
  border-radius: 0;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.custom-nav-link {
  display: block;
  padding: 25px 2px;
  margin-bottom: 20px;
  background-color: #031d3c;
  border-radius: none;
  opacity: .1;
}

.custom-btn {
  padding: 15.3px 44px;
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02px;
  border: none;
  border-radius: 32px;
  color: #ffffff;
  background-color: #177869;
  -webkit-transition: ease-in-out .4s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-btn:hover {
  -webkit-box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12) !important;
}

.custom-btn2 {
  background-color: #ffffff;
  color: #031d3c;
}

.custom-btn2:hover {
  -webkit-box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12) !important;
}

.custom-btn3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.71px;
  color: #ffffff;
  padding: 5px 5px;
  border-radius: 0;
  background: none;
  border: none;
  -webkit-transform: translateX(235%);
          transform: translateX(235%);
  outline: none;
}

.custom-btn3:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-btn4 {
  margin: 45px 0 82px 5px;
  background-color: #177869;
  color: #ffffff;
  line-height: 1.7;
}

.custom-btn4 i {
  -webkit-transform: translateX(10px) translateY(-2px) !important;
          transform: translateX(10px) translateY(-2px) !important;
  font-size: 11.5px;
  background-color: rgba(30, 53, 71, 0.2);
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0 10px 0 11px;
  margin-top: 2px;
  border-radius: 50%;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.custom-btn4:hover {
  -webkit-box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.12);
}

.logo p {
  font-family: "gilroy-bold.ttf";
  font-size: 59.5px;
  font-weight: 400;
  letter-spacing: -5.08px;
  color: #ffffff;
}

.main-logo p {
  font-family: "gilroy-bold.ttf";
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -2.9px;
  color: #177869;
  margin: 0;
}

.borderLR {
  border-left: 1px solid #f3efea;
  border-right: 1px solid #f3efea;
}

.borderT {
  border-top: 1px solid #f3efea;
}

.m-btm {
  margin-bottom: 5px !important;
}

.mT {
  margin-top: 10px;
}

.mT-2 {
  margin-top: 5px;
}

.lh h4 {
  line-height: 0.91 !important;
}

.def-p {
  opacity: 0.7;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #292825;
  padding-bottom: 40px;
}

.i-behance {
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  background-color: #0d6bff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.i-behance:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 19px 17px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 19px 17px 0 rgba(0, 0, 0, 0.1);
}

header.scroll {
  background-color: #ffffff !important;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}

.fixed-top {
  position: fixed !important;
}

.fix_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.custom-color {
  color: #1e3547;
}

.section-header {
  padding-bottom: 33.6px;
}

.section-header h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #177869;
  margin-bottom: 15px;
}

.section-header h2 {
  font-family: Nunito;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -3.14px;
  color: #1e3547;
}

.section-header .qk {
  color: #fa7b70;
}

.section-header-2 {
  padding-bottom: 25px;
}

.section-header-3 {
  padding-bottom: 10px;
}

.ftp {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.ftp2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  color: rgba(255, 255, 255, 0.7);
}

.view-case {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.view-case a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02px;
  color: #031d3c;
}

/*header section */
.header-nav-wrapper .custom-nav .custom-nav-ul .custom-item {
  opacity: 0.6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.71px;
  color: #1e3547;
}

.header-nav-wrapper .custom-nav .custom-nav-ul .new {
  border-radius: 20.5px;
  background-color: rgba(250, 123, 112, 0.1);
  padding: 4px 20px 4px 10px;
}

.header-nav-wrapper .custom-nav .custom-nav-ul .new .nw-btn {
  padding: 2px 15px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #fa7b70;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.71px;
  color: #ffffff;
}

.header-nav-wrapper .custom-nav .custom-nav-ul .new .nw-btn:hover {
  background-color: #ffffff;
  color: #fa7b70;
}

.header-nav-wrapper .custom-nav .custom-nav-ul .new .nw-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.71px;
  color: #fa7b70;
  margin-left: 15px;
}

.header-wrapper {
  position: relative;
  width: 100%;
}

.header-wrapper .right-bg {
  position: absolute;
  height: 100%;
  width: 12%;
  background: #177869;
  right: 0;
}

.header-wrapper .right-bg .right-shape {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right;
}

.header-wrapper .left-bg {
  position: absolute;
  height: 100%;
  width: 88%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}

.header-wrapper .header-content-wrap .header-content {
  padding-top: 290px;
  margin-left: -10px;
  padding-bottom: 100px;
}

.header-wrapper .header-content-wrap .header-content .section-header-heading h5 {
  margin-bottom: 16px;
  opacity: 0.8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1e3547;
}

.header-wrapper .header-content-wrap .header-content .section-header-heading h5 .pet {
  opacity: 0.8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #005f55;
}

.header-wrapper .header-content-wrap .header-content .section-header-heading h1 {
  font-family: Nunito;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.16;
  letter-spacing: -3.64px;
  color: #1e3547;
}

/* header section ends */
/* what section */
.what-wrapper {
  padding: 100px 0;
}

.what-wrapper .section-header-wrap {
  text-align: center;
}

.what-wrapper .what-content-wrap {
  padding-top: 20px;
}

.what-wrapper .what-content-wrap .what-card-wrap {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.what-wrapper .what-content-wrap .what-card-wrap:hover {
  cursor: pointer;
  -webkit-box-shadow: 2px 28px 54px 0 rgba(171, 171, 180, 0.18);
          box-shadow: 2px 28px 54px 0 rgba(171, 171, 180, 0.18);
}

.what-wrapper .what-content-wrap .what-card-wrap .what-card {
  text-align: center;
  padding: 50px 55px 50px;
}

.what-wrapper .what-content-wrap .what-card-wrap .what-card h4 {
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  letter-spacing: -0.25px;
  text-align: center;
  color: #1e3547;
  padding: 25px 10px 0;
  margin-bottom: 5px;
}

.what-wrapper .what-content-wrap .what-card-wrap .what-card p {
  opacity: 0.6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01px;
  text-align: center;
  color: #292825;
  padding-top: 5px;
}

/* what section ends*/
/* logo section */
.logo-wrapper {
  padding: 100px 0;
  padding-top: 0;
}

.logo-wrapper .logo-content img {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-filter: contrast(100%) grayscale(100%);
          filter: contrast(100%) grayscale(100%);
}

.logo-wrapper .logo-content img:hover {
  cursor: pointer;
  -webkit-filter: contrast(200%) brightness(100%);
          filter: contrast(200%) brightness(100%);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.mobile-logo-wrapper {
  display: none;
}

/* logo section ends */
/* pay section */
.pay-wrapper {
  background-color: #fcfbf8;
}

.pay-wrapper .animated {
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pay-wrapper .pay-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

.pay-wrapper .pay-wrap .brand-nav-wrap {
  padding-left: 100px;
}

.pay-wrapper .pay-wrap .brand-nav-wrap .custom-pills {
  position: absolute;
  left: 160px;
  top: 192px;
}

.pay-wrapper .pay-wrap .brand-content-wrap .brand-img-content {
  margin-left: 30px;
  margin-top: 0;
  text-align: center;
}

.pay-wrapper .pay-wrap .brand-content-wrap .brand-img-content img {
  width: auto;
  -webkit-box-shadow: 44px 67px 82px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 44px 67px 82px 0 rgba(0, 0, 0, 0.15);
  margin: 100px auto;
  border-radius: 0px 0px 31px 30px;
}

.pay-wrapper .pay-wrap .brand-content-wrap .brand-content {
  padding-top: 220px;
}

.pay-wrapper .pay-wrap .brand-content-wrap .brand-content .def-p {
  padding-bottom: 25px;
}

.pay-wrapper .pay-wrap .brand-content-wrap .brand-content .brand-card {
  background-color: #fec468;
}

/* pay section ends */
.bg-text {
  position: absolute;
  bottom: 0;
  opacity: 0.03;
  left: -45px;
  font-family: 'gilroy-bold.ttf';
  font-size: 305.7px;
  font-weight: bold;
  letter-spacing: -11.89px;
  color: #1e3547;
  z-index: -1;
  white-space: nowrap;
}

.play-btn {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  width: 147px;
  height: 147px;
  top: calc(100% - 69%);
  left: calc(100% - 59%);
  z-index: 1;
}

.play-btn:hover {
  cursor: pointer;
}

.play-btn-effect {
  width: 212px;
  height: 212px;
  background: rgba(23, 120, 105, 0.45);
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 74%);
  left: calc(100% - 65%);
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomInn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomInn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.zoomInn {
  -webkit-animation-name: zoomInn;
  animation-name: zoomInn;
}

.custom-i {
  padding: 55px 60px;
  font-size: 34px;
  color: #177869;
}

/* play section */
.play-wrapper {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.play-wrapper .play-wrap {
  width: 100%;
}

.play-wrapper .play-wrap .play-content-wrap {
  padding-top: 80px;
  padding-right: 150px;
}

.play-wrapper .play-wrap .play-content-wrap button {
  margin-top: 0;
}

.play-wrapper .play-wrap .play-img-wrap {
  position: relative;
  padding: 30px 0;
  padding-bottom: 0;
}

.play-wrapper .play-wrap .play-img-wrap img.dotshape {
  position: absolute;
  top: -0.5px;
  left: -40px;
  -webkit-filter: hue-rotate(365deg) saturate(2) opacity(0.5);
          filter: hue-rotate(365deg) saturate(2) opacity(0.5);
  z-index: -1;
  width: 40%;
}

.play-wrapper .play-wrap .play-img-wrap img {
  width: 120%;
}

/* play section ends */
/* branding section*/
.branding-wrapper {
  background-color: #e0fbf6;
  width: 100%;
  overflow: hidden;
}

.branding-wrapper .branding-wrap {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.branding-wrapper .branding-wrap .branding-nav-wrap {
  position: relative;
}

.brand-content-wrap {
  padding-left: 63px;
}

.brand-content-wrap .def-p {
  padding-bottom: 25px;
  max-width: 80%;
}

.brand-content-wrap .brand-content .section-header {
  max-width: 80%;
}

.brand-content-wrap .brand-content .brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  max-width: 85%;
  border-radius: 9px;
  -webkit-box-shadow: 0 28px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 28px 45px 0 rgba(0, 0, 0, 0.09);
  background-color: #52bdb9;
  margin: 0px 0 50px 0;
}

.brand-content-wrap .brand-content .brand-card .cl-content {
  margin-left: 24px;
}

.brand-content-wrap .brand-content .brand-card .cl-content h5 {
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02px;
  color: #ffffff;
}

.brand-content-wrap .brand-content .brand-card .cl-content p {
  opacity: 0.8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}

.brand-content-wrap .brand-content .view-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-content-wrap .brand-content .view-case .ts {
  margin-left: 15px;
  margin-top: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.brand-content-wrap .brand-content .view-case:hover .ts {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.brand-content-wrap .brand-img-content {
  margin-left: 30px;
  margin-top: 30px;
}

/* branding section ends */
/* our member */
.our-member-wrapper {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 251, 248, 0)), color-stop(44%, #fcfbf8), to(rgba(252, 251, 248, 0.7)));
  background: linear-gradient(to bottom, rgba(252, 251, 248, 0), #fcfbf8 44%, rgba(252, 251, 248, 0.7));
  position: relative;
  z-index: 0;
}

.our-member-wrapper .our-wrap .section-header h5 {
  color: #fa7b70;
}

.our-member-wrapper .our-wrap .member-card-wrap {
  text-align: center;
  margin-top: 15px;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card {
  position: relative;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img {
  border-radius: 0 0 12px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .3s all;
  transition: .3s all;
  overflow: hidden;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img .cl-social {
  background-color: #177869;
  width: 100%;
  height: 80px;
  z-index: 1;
  bottom: -80px;
  position: absolute;
  border-radius: 0 0 12px 12px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img .cl-social .cl-shape {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img .cl-social .cl-shape i.cl-i {
  margin-top: 20px;
  color: #ffffff;
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: solid 1.6px rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img .cl-social .cl-shape i.cl-i:hover {
  color: #000000;
  background: #ffffff;
  cursor: pointer;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img .cl-social .cl-shape i.cl-if {
  margin-left: 15px;
  margin-right: 15px;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img:hover {
  -webkit-box-shadow: 0 46px 41px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 46px 41px 0 rgba(0, 0, 0, 0.1);
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .member-img:hover .cl-social {
  bottom: 0;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-card .cl-circle {
  background-color: #fec468;
  left: 82px;
  padding: 93px;
  margin: 0 auto;
  z-index: -1;
  top: -38px;
  position: absolute;
  border-radius: 50%;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-details h4 {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #031d3c;
}

.our-member-wrapper .our-wrap .member-card-wrap .member-details p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: 0.01px;
  color: #177869;
}

/* our member section ends*/
/* client section*/
.client-wrapper .client-wrap .client-content-wrap .nav-pills .nav-link.active,
.client-wrapper .client-wrap .client-content-wrap .nav-pills .show > .nav-link {
  background-color: #ffffff !important;
  border-radius: 16px 16px 0 0 !important;
  border-bottom: 1px solid #177869 !important;
  opacity: 1 !important;
  -webkit-transition: all 1.2s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.client-wrapper .client-wrap .client-content-wrap .client-pill-wrap {
  padding: 50px 92px 50px 57px;
  background-color: #e0fbf6;
  border-radius: 0 0 16px 16px !important;
}

.client-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 251, 248, 0.7)), to(rgba(252, 251, 248, 0.7)));
  background-image: linear-gradient(to bottom, rgba(252, 251, 248, 0.7), rgba(252, 251, 248, 0.7));
}

.client-wrapper .client-wrap {
  padding: 100px 0;
}

.client-wrapper .client-wrap .client-content-wrap {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 31px 28px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 31px 28px 0 rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.client-wrapper .client-wrap .client-content-wrap .nav-pills .nav-link {
  border-radius: .25rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.client-wrapper .client-wrap .client-content-wrap .nav-pills .nav-link.active,
.client-wrapper .client-wrap .client-content-wrap .nav-pills .show > .nav-link {
  background-color: #ffffff !important;
  border-radius: 0;
  border-bottom: 1px solid #177869 !important;
  opacity: 1 !important;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.client-wrapper .client-wrap .client-content-wrap .client-content {
  margin: 20px 0;
}

.client-wrapper .client-wrap .client-content-wrap .client-content .client-content-text {
  margin-top: 12px;
}

.client-wrapper .client-wrap .client-content-wrap .client-content .client-content-text h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #031d3c;
  margin-bottom: 6px;
}

.client-wrapper .client-wrap .client-content-wrap .client-content .client-content-text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01px;
  color: #177869;
}

.client-wrapper .client-wrap .client-content-wrap .client-pill-wrap {
  padding: 50px 92px 50px 57px;
  background-color: #e0fbf6;
}

.client-wrapper .client-wrap .client-content-wrap .client-pill-wrap .client-pill-text h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #177869;
}

.client-wrapper .client-wrap .client-content-wrap .client-pill-wrap .client-pill-text p {
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.32;
  color: #031d3c;
}

.client-wrapper .client-wrap .contact-wrap .contact-card {
  width: 100%;
  margin-top: 100px;
  border-radius: 15px;
  background-color: #177869;
  overflow: hidden;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .section-header {
  max-width: 80%;
  padding: 56px !important;
  padding-left: 100px !important;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .section-header h5 {
  color: #fa7b70;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .section-header h2 {
  color: #ffffff;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .card-btn {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .card-btn a {
  text-decoration: none;
  margin-top: 0;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .card-btn a:hover {
  color: inherit;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .card-btn a i {
  opacity: 1;
  -webkit-transform: translateX(10px) translateY(-2px) !important;
          transform: translateX(10px) translateY(-2px) !important;
  font-size: 11.5px;
  width: 30px;
  height: 30px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  padding: 13px 10px 11px 11px;
  border-radius: 50%;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #ffffff;
  background-color: #177869;
}

.client-wrapper .client-wrap .contact-wrap .contact-card .contact-bg .card-btn a:hover i {
  opacity: 1;
  -webkit-transform: translateX(25px) translateY(-2px) !important;
          transform: translateX(25px) translateY(-2px) !important;
}

/* client section ends */
/*footer section*/
footer {
  width: 100%;
}

footer .footer-wrap {
  background-color: #177869;
}

footer .footer-wrap .footer-bg {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer-wrap .footer-list-content-wrap {
  width: 100%;
}

footer .footer-wrap .footer-list-content-wrap .footer-text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.02px;
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-wrap .footer-list-content-wrap .footer-list {
  margin-top: 30px;
}

footer .footer-wrap .footer-list-content-wrap .footer-list h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.56px;
  color: #ffffff;
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-ul {
  padding: 0;
  list-style-type: none;
  margin-top: 8px;
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-contact {
  margin-top: 14px;
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-social i.cl-i {
  margin-top: 20px;
  margin-right: 15px;
  font-size: 12px;
  width: 39px;
  height: 39px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #ffffff;
  background-color: #177869;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-social i.cl-i:hover {
  color: #177869;
  background: #ffffff;
  cursor: pointer;
}

footer .footer-wrap .footer-list-content-wrap .footer-list .footer-social i.cl-if {
  margin-left: 0;
  margin-right: 15px;
}

footer .footer-wrap .footer-list-content-wrap .ft-sc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
}

footer .footer-wrap .footer-end {
  margin-top: 40px;
  position: relative;
}

footer .footer-wrap .footer-end .foot-wrap {
  width: 100%;
  height: 100%;
}

footer .footer-wrap .footer-end .foot-wrap .ft-end {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

footer .footer-wrap .footer-end .foot-wrap .ft-end h6 {
  opacity: 0.8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 40px 0;
  margin: 0;
}

/*footer sectoin ends*/
/*# sourceMappingURL=style.css.map */