/*
Theme Name:       SlickBiz - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Righteous");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Montserrat',
    sans-serif;
  color: #a0a6ad;

  font-size: 14px;
  font-weight: 400;
  /* background: #F4F8FC; */
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  /* color: #000; */
}

a {
  color: rgb(2, 43, 105);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Poppins', sans-serif; */
  font-size: 40px;
  font-weight: 400;
  color: #022B69;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding-bottom: 5px;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 130px 0px;

}

.ourservice {
  padding: 30px 0px;
  /* background: #3c9cfd !important; */
  /* width: 900px; */
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  /* margin-bottom: 20px; */
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  margin-bottom: 12px;
  padding-top: 50px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}


/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: 'poppins', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}


.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(201, 199, 199, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3ecf8e;
  color: #3ecf8e;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #0066f5;

  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: #014eb9;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #7fc9fb;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Poppins', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #0066f593;
  /* background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%); */
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  /* font-size: 20px; */
  color: #fff;
}

.menu-bg {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);

  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg {
  /* background: none; */
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}

.hero-area {
  position: relative;
  width: 100vw;
  height: 90vh;
  /* top: 0px;
  left: 0px; */
  background: #fff;
}

.hero-area .contents {
  padding: 170px 0 0px 0;


}

.hero-area .contents h2 {
  color: #022B69;
  font-size: 50px;
  font-family: 'Work Sans',
    sans-serif;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 25px;
}

.hero-area .contents p {
  color: #022B69;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;

  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.contactBtn {
  margin-top: 40px;
  background-color: #0066f5;
  /* box-shadow: 0 26px 30px -14px rgba(247, 0, 0, 0.219); */
  color: #f0f6ff;
  font-size: 10px;
  font-weight: 500;
  padding: 15px 30px;
  /* border-radius: 4px; */
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.contactBtn:hover {
  background-color: #0047b3;
  color: #ffebeb;
  box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.199);

}


.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3ecf8e !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.199);
  /* box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); */
  box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.199);

  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}

.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3ecf8e;
}

.hero-area .intro-img {
  padding: 175px 0 0px;
}

.hero-area .intro-img img {
  position: relative;
  /* visibility: hidden; */

  display: block;
  height: auto;
  max-width: 100%;
}

.comment {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comentStory {
  background-color: rgba(255, 255, 255, 0.719);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  text-align: center;
  margin: 30px;
  height: 300px;
  border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   About 
   ========================================================================== */

.aboutContainer {
  /* background: linear-gradient(#fff, #0066f50c); */
  background: #fff;
  /* text-align: center; */
  margin-bottom: 50px;
}

.grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;

}

.ourVision {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  color: #022B69;
  margin: auto;
  /* padding-top: 100px; */

}

.ourVisionImg {
  padding-top: 90px;
  width: 500px;

}

.ourMissionImg {
  padding-top: 90px;
  width: 400px;
  margin-right: 50px;
}

.float-end {
  padding-top: 90px;

  /* float: right; */
}

.fountainbg img {
  width: 350px;
  border-radius: 1.15rem;
  box-shadow: 0px 25px 25px 0px rgba(1, 19, 44, 0.205);
}

.fountainbg {
  /* padding-right: 180px; */
  /* margin-top: -90px; */

}

.vision {
  width: 40%;
  margin: auto;

}

.vision h5 {
  padding-top: 120px;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat",
    sans-serif;
  line-height: 1.3;
  font-weight: 600;

}

.vision h5:after {
  content: '';
  display: block;
  left: 0;
  padding-top: 10px;
  /* border-bottom: 3px solid #0066f51c; */
}


.grid-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding-top: 30px; */
  padding-bottom: 40px;
}

.grid-container img {
  width: 300px;
  margin: 10px;
  border-radius: .45rem;

}

.pic2 img {
  width: 355px;
}

.pic3 img {
  width: 355px;
}

.pic4 img {
  width: 370px
}

.pic1 img {
  width: 330px;
}

.whoWeAreImg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 60px;
  /* padding-left: 110px; */
  /* padding-right: 50px; */

}

.whoWeAreImg img {
  /* width: 300px; */
  margin: 15px;
  /* border-radius: .45rem; */

}

.picB,
.picC,
.picD,
.picA {
  margin: 0;
}

.picB img {
  width: 250px;
}

.picC img {
  width: 250px;
}

.picD img {
  width: 250px
}

.picA img {
  width: 250px;
}

.visionHeader p {
  margin: 5px 0;
  font-size: 25px;
  font-family: "Montserrat",
    sans-serif;
  color: #022B69;
  line-height: 1.4;
  font-weight: 700;
}

.whoWeAre {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  background-color: #0066f50c;
  padding: 20px;
  padding-top: 60px;

}

.aboutDetils {
  /* align-items: center; */
  /* margin-top: 50px; */
  padding-left: 70px;
  width: 570px;

}

.visiontext p {
  font-size: 15px;
  color: #022B69;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

#services .services-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#services .services-item:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#services .services-item .icon {
  /* background: #e3fff2; */
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#services .services-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  background: #fff;
  /* background-image: url(/img/ptn-01.svg); */
  background-repeat: no-repeat;
  background-position: 800px top;
  background-size: contain;
  /* padding-top: 60px; */
  padding-bottom: 30px;
}

.aboutus {
  background: #CDF2FC;
  background-image: url(/img/img-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#business-plan .business-item-info {
  margin-top: 60px;
}

#business-plan .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
  font-family: "Montserrat",
    sans-serif;
  font-weight: 500;
  color: #022B69;
  text-align: justify;

}

/* ==========================================================================
   Features 
   ========================================================================== */
#features {
  padding-bottom: 10px !important;
  background: #0066f50c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* background: linear-gradient(95deg, rgba(205, 242, 252, 0.274) 2%, rgba(205, 242, 252, 0.082) 100%); */

}

#features .featured-bg {
  display: flex;
  /* flex-wrap: wrap; */
  margin: auto;
  justify-content: center;
  /* background: #0066f52d; */
  /* width: 900px; */
  padding: 0;

}

#features .featured-border1 {
  /* border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed; */
}

#features .featured-border2 {
  /* border-bottom: 1px solid #ededed; */
}

#features .featured-border3 {
  /* border-right: 1px solid #ededed; */
}

#features .feature-item {
  background-image: url(/img/card-save.svg);
  background-position: 175% -107%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-radius: 10px;
  width: 320px;
  height: 440px;
  /* border: 1px solid; */
  margin: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  box-shadow: 0 26px 30px -14px rgb(0 102 245 / 10%);
}

#features .feature-items {
  background-image: url(/img/card-invest.svg);
  background-position: 165% -80%;
  background-repeat: no-repeat;
  background-size: 50%;
  /* background-attachment: fixed; */
  /* opacity: 3; */
  padding: 30px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  box-shadow: 0 26px 30px -14px rgb(0 102 245 / 10%);
}

#features .feature-itemss {
  background-image: url(/img/card-plan.svg);
  background-position: 178% -155%;
  background-repeat: no-repeat;
  background-size: 50%;
  /* background-attachment: fixed; */
  /* opacity: 3; */
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  box-shadow: 0 26px 30px -14px rgb(0 102 245 / 10%);

}

#features .feature-item .service-icon {

  width: 45px;
  /* height: 40px; */
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  position: relative;
  /* margin-right: 30px; */

  margin-top: 12px;
}


#features .feature-item h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  /* width: 70%; */
}

.featureCard {
  padding-right: 45px;

}

#features .feature-item p {
  font-size: 16px;
  font-weight: 400;
  /* width: 90%; */
  display: block;
}

#features .feature-items:hover {
  /* box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.199); */
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.storySection .storyImage img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.dd {
  display: flex;
  flex-direction: row;
}

.storyContent {
  background-color: #eff5ff;
  margin: 0;
  width: 2000px;
}

.storyContent h4 {
  font-size: 2rem;
  letter-spacing: -.4px;
  width: 80%;
  line-height: 1.6;
  font-family: "Montserrat",
    sans-serif;
  font-weight: 600;
  align-items: center;
  margin: 100px auto;

}

.startBuilding {
  height: 200px;
}

.startBuilding h4 {
  font-size: 35px;
  /* width: 80%; */
  line-height: 1.6;
  font-family: "Montserrat",
    sans-serif;
  font-weight: 600;
  padding: 30px;

}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-no-gutter {
  padding: 0;
}

.whyAppcoy br {
  display: none;
}

@media screen and (max-width: 768px) {
  .storySection .storyImage {
    max-height: 620px;
  }

  .dd {
    display: flex;
    flex-direction: column;
  }

  .storyContent {
    height: 600px;
  }

  .storyContent h4 {
    width: 30%;
    font-size: 35px;
    padding: 50px;
    line-height: 1.5;
  }
}

#aboutinfo {
  background-color: #0066f5;
  padding: 50px 0px;
}

#aboutinfo .feature-item {
  padding: 25px;
}

#aboutinfo .feature-item .feature-icon {
  /* background: #0066f527; */
  width: 55px;
  height: 55px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  /* border: 1px solid #3ecf8e; */
  margin-top: 12px;
}

.feature-icon {
  background: #0066f510;
  border-radius: 50%;
  width: 70px;
  height: 70px;



}

#aboutinfo .feature-item .feature-icon img {
  height: auto;
  width: 30px;
  margin: 10px;
  border-radius: 50%;
}

#aboutinfo .feature-item h6 {
  font-size: 18px;
  color: #022B69;
  margin: 30px 10px;
  /* margin-bottom: 500px; */

}






/* ==========================================================================
   Features 
   ========================================================================== */
#download-app {
  padding-bottom: 100px;
}

#download-app .download-info {
  padding-top: 30px;
}

#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}

#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}

#download-app .download-info .downlaod-btn a {
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}

#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}

#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   Showcase 
   ========================================================================== */
#showcase {
  /* padding: 30px 0px !important; */
}

#showcase .right-position {
  position: relative;
}

#showcase .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 40px;
  margin: 0px 15px;
}

#showcase .showcase-text h2 {

  /* font-size: 22px; */
  color: #022B69;
  /* padding-top: 130px; */
}


#showcase .showcase-text p {
  color: #022B69;
}

#showcase .gradient-bg {
  /* background: #5533ff; */
  /* background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%); */
  padding: 40px 0px 80px 0px;
}

#showcase .showcase-slider .owl-controls .owl-page.active span,
#showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

#showcase .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

#showcase .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}

#showcase .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

#showcase .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}

#showcase .showcase-slider .screenshot-thumb>.hover-content {
  background-color: #3ecf8e;
  opacity: 0.90;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}

#showcase .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#showcase .showcase-slider .owl-wrapper-outer {
  padding: 60px 0px;
}

/* ==========================================================================
   Testimonial section
   ========================================================================== */
#testimonial {
  /* margin-bottom: 270px; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#testimonial .right-position {
  position: relative;
}

#testimonial .testimonial-area {
  width: 100%;
  z-index: 12;
  top: 60px;
  margin: 0px auto;
}

#testimonial #client-testimonial {
  /* background-color: #fff; */
  padding: 10px 54px;
  /* -webkit-box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.08);
  -moz-box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.08);
  box-shadow: 0 26px 30px -14px rgba(0, 102, 245, 0.08)
   */
}

#testimonial #client-testimonial .content-inner p {
  font-size: 16px;
  color: #022B69;
  /* font-style: italic; */
  line-height: 35px;
}

#testimonial #client-testimonial .author-info {
  padding-top: 26px;
  padding-bottom: 20px;
}

#testimonial #client-testimonial .author-info h5 {
  color: rgb(2, 43, 105);
  font-size: 16px;
}

#testimonial #client-testimonial h5 span {
  font-size: 12px;
  color: rgb(0, 102, 245);
  /* font-style: italic; */
}

#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  filter: Alpha(Opacity=50);
  position: absolute;
  left: -20px;
  top: 48%;
  opacity: 1;
  /* border: 1px solid #ccc; */
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}

#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity=50);
  position: absolute;
  right: -20px;
  top: 48%;
  opacity: 1;
  /* border: 1px solid #ccc; */
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}

#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover,
#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
  color: #fff;
  background: #3ecf8e;
  border-color: #3ecf8e;
}

#testimonial .video-promo-content {
  padding-top: 0;
  padding-bottom: 300px;
}

#testimonial .video-play-button {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

#testimonial .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

#testimonial .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
  opacity: 0.5;
}

#testimonial .video-play-button:hover:after {
  background-color: #28ca81;
}

#testimonial .video-play-button:hover span {
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-radius: 2px;
}

#testimonial .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 22px solid #3ecf8e;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-radius: 2px;
  margin-top: 8px;
  margin-left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing .pricing-table {
  padding: 55px;
  border: 1px solid #ccc;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#pricing .pricing-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#pricing .pricing-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}

#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}

#pricing .pricing-table ul {
  padding-bottom: 28px;
}

#pricing .pricing-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5e629c;
  display: block;
  line-height: 33px;
}

#pricing .pricing-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* ==========================================================================
   team section
   ========================================================================== */
#team .single-team {
  border: 1px solid #ddd;
  position: relative;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team img {
  width: 100%;
}

#team .single-team .team-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
}

#team .single-team .team-social-icons ul.social-list li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
  line-height: 30px;
  margin: 4px;
  background: #fff;
}

#team .single-team .team-social-icons ul.social-list li:hover {
  background: #3ecf8e;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  border-color: #3ecf8e;
  transition: all .4s ease;
}

#team .single-team .team-social-icons ul.social-list li:hover a {
  display: block;
}

#team .single-team .team-social-icons ul.social-list li:hover a i {
  color: #fff;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#team .single-team .team-social-icons ul.social-list li a i {
  color: #3ecf8e;
  font-size: 16px;
}

#team .single-team:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team .team-details {
  padding: 45px 0px 30px 0px;
  position: relative;
}

#team .single-team .team-details h5.team-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}

#team .single-team .team-details p {
  font-size: 12px;
  color: #5e629c;
}

/* ==========================================================================
   Blog section
   ========================================================================== */
.blog-hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-hero-area .contents {
  padding: 160px 0 140px;
}

#blog {
  background: #f9f9f9;
}

#blog .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-color: #3ecf8e;
}

#blog .blog-item-wrapper:hover h3 a {
  color: #3ecf8e;
}

#blog .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}

#blog .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

#blog .blog-item-wrapper h3 a {
  color: #151948;
}

#blog .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}

#blog .blog-item-wrapper a.read-more {
  color: #3ecf8e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#blog .blog-item-wrapper a.read-more i {
  color: #3ecf8e;
  font-size: 10px;
  position: absolute;
  top: 3px;
}

#blog .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}

#blog .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}

#blog .blog-item-wrapper span.name i {
  color: #3ecf8e;
  margin-right: 5px;
}

#blog .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}

#blog .blog-item-wrapper span.date i {
  color: #3ecf8e;
  margin-right: 5px;
}

/* ==========================================================================
   Blog index2 version
   ========================================================================== */
#blog2 {
  background: #fff;
}

#blog2 .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#blog2 .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-color: #ff704f;
}

#blog2 .blog-item-wrapper:hover h3 a {
  color: #ff704f;
}

#blog2 .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}

#blog2 .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

#blog2 .blog-item-wrapper h3 a {
  color: #151948;
}

#blog2 .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}

#blog2 .blog-item-wrapper a.read-more {
  color: #ff704f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#blog2 .blog-item-wrapper a.read-more i {
  color: #ff704f;
  font-size: 10px;
  position: absolute;
  top: 3px;
}

#blog2 .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}

#blog2 .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.name i {
  color: #ff704f;
  margin-right: 5px;
}

#blog2 .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.date i {
  color: #ff704f;
  margin-right: 5px;
}

/* ==========================================================================
   Blog single post section
   ========================================================================== */
.blog-hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

#blog .blog-item-wrapper {
  -webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
  -moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
  transition: transform .2s linear, box-shadow .2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog-single {
  padding: 80px 0;
  background: #ecf0f1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#blog-single .blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

#blog-single .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

#blog-single .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#blog-single .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#blog-single .blog-comment .comment-list .children {
  padding-left: 40px;
}

#blog-single .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #346afe;
}

#blog-single .blog-comment .comment-author {
  margin-bottom: 10px;
}

#blog-single .blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.blog-hero-area .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-hero-area .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.blog-hero-area .post-meta ul li i {
  margin-right: 5px;
}

.blog-hero-area .post-meta ul li a {
  color: #fff;
}

.blog-hero-area .post-meta ul li a:hover {
  color: #ff704f;
}

#blog-single .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#blog-single .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

#blog-single .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  box-shadow: none;
}

#subscribe .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#blog-single textarea {
  border-radius: 4px !important;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type=text],
#contact form#contactForm input[type=email] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
  padding-top: 10px;
  /* background-image: url(/img/footerbg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -100px right 50px;
  background-position: center;


}

#footer-Content .footer-logo img {
  /* padding-top: 70px; */
}

#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  margin-top: 30px;
  /* border-top: 1px solid #3c1f6e; */
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
}

#footer-Content .copyright p {
  font-family: 'Montserrat',
    sans-serif;
  color: #022B69;
  font-size: 14px;
}

#footer-Content .copyright a {
  color: #022B69;
}

#footer-Content .widget {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
  width: 500px;
}


#footer-Content h3.block-title {
  font-family: 'Montserrat',
    sans-serif;
  color: #022B69;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content ul.menu li a {
  font-family: 'Montserrat',
    sans-serif;
  color: rgba(2, 43, 105, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content ul.menu li a:hover {
  /* color: rgb(0, 102, 245); */
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}


.arrowPacman {
  --arrow-width: 20px;
  --arrow-spacer: 4px;
  --arrow-plus-spacer: calc(var(--arrow-width) + var(--arrow-spacer));
  overflow: hidden;
  position: absolute;
  right: -0.2em;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--arrow-plus-spacer);
}

.arrowPacman svg {
  height: 10px;
  width: var(--arrow-width);
}

.arrowPacman svg:last-of-type {
  margin-left: var(--arrow-spacer);
}

.arrowPacman-clip {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translateX(calc(var(--arrow-plus-spacer) * -1));
  width: calc(var(--arrow-plus-spacer) + var(--arrow-width));
}

@-webkit-keyframes pacman {
  to {
    transform: translateX(0);
  }
}

@keyframes pacman {
  to {
    transform: translateX(0);
  }
}

button {
  background-color: transparent;
  border: 0px solid transparent;
  /* border-radius: 25px; */
  margin-left: -35px;
  letter-spacing: 1px;
  font-size: 13px;
  box-shadow: none;
  color: #0066f5;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 150px;
  bottom: -90px;
}

button:hover .arrowPacman-clip {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: pacman;
  animation-name: pacman;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
}

.whyAppcoy {
  padding-left: 20px;
  padding-bottom: 15px;
  height: 400px;

}

.customerQuote {
  /* height: 500px; */
  background: url(../img/testimonialbgg.png)scroll center center;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-left: 40px;
}

.customerQuote img {
  width: 400px;
  height: 400px;
  padding-right: 40px;

}

.customersss {
  width: 50%;
}

.customersss h5 {
  font-size: 22px;
  font-weight: 500;
  color: #0066f5;
  padding-top: 50px;
}

.customersss p {
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.customerName p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;


}

.customerName span {
  font-size: 10px;
  color: #022B69;

}

.customerQuote::before {
  background-image: url(../img/testimonialBg.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 685px;
  width: 237px;
  z-index: -1;
}

.whyAppcoy h2 {
  font-family: "Montserrat",
    sans-serif;
  color: #022b69a8;
  font-size: 55px;
  font-weight: 800;
  width: 80%;
  padding-bottom: 15px;
}

.whyAppcoy h4 {
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  color: #022B69;
  font-size: 20px;
  font-weight: 700;
}

.clients {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  align-items: center;
}

.clients h5 {
  font-size: 18px;
  font-weight: 500;
  color: #022B69;
  /* margin: 15px; */
}

.clientsImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}


.clients img {
  margin-left: 40px;
  width: 120px;
  height: 100%;
  padding: 10px;
  margin-bottom: 10px;
  display: inline;
  /* background-color: #0066f50c; */
}

@media screen and (max-width: 648px) {
  .clients img {
    margin-left: 10px;

  }

}

.whyAppcoy {
  height: 180px;
  text-align: center;
}

.sentence {
  text-align: center;
  margin-left: -300px;
}

.whyAppcoy h2 {
  font-size: 20px;

}

.slidingVertical {
  display: inline;
  text-indent: 8px;

}

.slidingVertical span {
  /* background-color: #000; */

  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  color: #022B69;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.slidingVertical span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

.slidingVertical span:nth-child(6) {
  animation-delay: 13s;
  -ms-animation-delay: 13s;
  -webkit-animation-delay: 13s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.feature-info span {
  position: absolute;
  /* bottom: ; */
  right: 0;
}

.homebottomsec {
  /* padding: 0 20px; */
}

.hireUs {
  /* height: 00px; */
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}


.hireUs:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-top: 10px;
  border-bottom: 1px solid #0066f51c;
}



.hireUs p {
  color: #0066f5;
  margin: 20px 0;
  font-weight: 500;

}

.hireBtn {
  margin: 40px 0;
}

.hireTalent {
  /* margin-top: 35px; */

}

#hireimg {
  /* background: url(../img/testimonialBg.png)no-repeat 40px 200px; */
}

.hirebg {
  /* background: url(../img/testimonialBg.png)no-repeat 10px 60px; */
}

.hirebg:before {
  /* position: absolute; */
  /* z-index: 0; */
  /* content: ""; */
  /* background-size: cover !important; */
}

.growTeam {
  /* margin: auto; */
  width: 750px;
}

.growTeam h2 {
  font-family: 'Work Sans',
    sans-serif;
  color: #022B69;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  /* text-align: center; */

}

.growTeam p {
  font-size: 16px;
  margin: 5px 0;
  font-weight: normal;

  color: #022B69;
}

.customer {
  margin: 100px auto;
  /* box-shadow: 0px 14px 30px -10px #0066f559; */
  box-shadow: 0 59px 51px -34px rgb(0 103 245 / 30%);
  background-color: #0066f5;
  width: 950px;
  height: 310px;
  text-align: center;
  margin-bottom: 100px;
  border-radius: 20px;
}

.testimonialDetais img {
  margin: 30px auto;
  width: 70px;
  border-radius: 50%;
  /* background-color: #032e690c; */
}


.customerSpeak {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 60px;
  color: #fff;

}