/*
font-family: 'Open Sans', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/

body, a {
    font-family: 'Poppins', sans-serif;
    z-index: -9;
}
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}
p {
    line-height: 1.6;
    margin-bottom: 24px;
}
ul li {
    padding: 3px 0;
}
/* header start */
#header {
    position: relative;
    z-index: 99;
}
#header .container-fluid {
    max-width: 95%;
    margin: 0 auto;
}

#header .nav-link {
    color: #fff;
    padding: 7px 15px;
}
#header .nav-link.btn-custom {
    padding: 4px 20px;
}
#header .nav-link.btn-custom:hover {
    color: #0089F7;
}
.navbar-brand {
    max-width: 100px;
}
.navbar-brand img {
    width: 100%;
    height: auto;
}
/* header end */
/* banner start */
#banner {
    position: relative;
    z-index: 9;
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden;
	background:#060814;
}
.banner-row {
    min-height: 786px;

}

#bannerBg {
    display: none;
}

@media screen and (min-width: 576px){
    #bannerBg {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -9;
        opacity: 0.3;
    }

    #bannerBgMobile {
        display: none;
    }
}

#bannerBgMobile {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -9;
    padding: 0;
	opacity: 0.3;
}

.banner-content {
    position: relative;
    z-index: 9;
}
.banner-content p {
    color: #d9d9d9;
}
.btn-custom {
	font-size: 14px;
    background: #0089F7;
    border: 2px solid #0089F7;
    padding: 16px 80px;
    border-radius: 8px;
    color: #fff;
    transition: .3s;
    font-weight: bold;
}
.btn-custom:hover {
    border: 2px solid #0089F7;
    background: #fff;
    color: #0089F7 !important;
}
.btn-custom-outline {
    font-size: 16px;
	font-weight:bold;
    background: transparent;
    border: 2px solid #0089F7;
    padding: 16px 80px;
    border-radius: 8px;
    color: #0089F7;
    transition: .3s;
}
.btn-custom-outline:hover {
    background: #127acf;
    color: #fff;
}
/* banner end */
/* counter start */
#counter {
    padding: 60px 0;
    background: #c9efff;
}
.counter-up{
    background-size: cover;
    /*background: url("images/bg-2.jpeg") no-repeat fixed;*/
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .counter-up::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .counter-up .content{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .counter-up .content .box{
    border: 1px dashed rgba(92, 92, 92, 0.6);
    border-radius: 5px;
    /* display: flex; */
    align-items: center;
    /* justify-content: space-evenly; */
    /* flex-direction: column; */
    padding: 20px;
  }
  .content .box .counter,
  .counter-wrapper{
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    font-family: sans-serif;
  }
  .content .box .text{
    font-size: 22px;
    font-weight: 400;
    color: rgb(122, 122, 122);
  }
  @media screen and (max-width: 1036px) {
    .counter-up{
      padding: 50px 50px 0 50px;
    }
    .counter-up .content .box{
      width: calc(50% - 30px);
      margin-bottom: 50px;
    }
  }
  @media screen and (max-width: 580px) {
    .counter-up .content .box{
      width: 100%;
    }
  }
  @media screen and (max-width: 500px) {
    .wrapper{
      padding: 20px;
    }
    .counter-up{
      padding: 30px 20px 0 20px;
    }
  }
/* counter end */
/* market start */
#market {
    padding: 60px 0;

}
.meet-row {
    padding: 40px;
    background:#f4f7fb;
}
.market-title {
    margin-bottom: 40px;
}
.meet-content {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
}
.meet-img {
    padding: 0 40px;
}
/* market end */
/* prebuild start */
#prebuild {
    padding: 60px 0;
}
.prebuild-content {
    min-height: 400px;
    /* background: rgba(240, 240, 240, 0.6); */
    padding: 30px 0 0;
}
.prebuild-content .nav-link {
    background: transparent !important;
    width: 271px;
    text-align: left;
    padding: 15px 20px;
    color: #434343;
}
.prebuild-content .nav-link.active {
    background: #EDEDED !important;
    color: #434343 !important;
    border-right: 2px solid #434343;
    border-radius: 0;
}
#prebuild #v-pills-tab {
    border-right: .5px solid #EDEDED !important;
}
.tab-card {
    padding: 0 0 15px;
}
.tab-card-img {
    margin-bottom: 20px;
}
.tab-card-title {
    font-size: 20px;
    margin-bottom: 0;
}
.tab-card .btn-link {
    text-decoration: none;
}
/* prebuild end */
/* create start */
#create {
    padding: 60px 0;
    background: #f4f7fb
}
.create-content .nav-tabs {
    border-bottom: 1px solid #d6d6d6;
}
.create-content .nav-tabs .nav-item {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.create-content .nav-tabs .nav-item:first-child {
    margin-left: auto;
}
.create-content .nav-tabs .nav-item:last-child {
    margin-right: auto;
}
.create-content .nav-tabs .nav-link {
    border: 0;
    color: #000000;
}
.create-content .nav-tabs .nav-item .active {
    border: 0;
    border-bottom: 2px solid #434343 !important;
    background: transparent;
}
.create-card {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 40px;
}
/* create end */
/* trust start */
#trust {
    padding: 60px 0;
}
.trust-title h2 {
    font-size: 42px;
    max-width: 1070px;
    margin: 0 auto 30px;
}
.trust-single {
    min-height: 300px;
    padding: 50px 20px;
    background: #e9e9e9;
    margin-bottom: 30px;
    text-align: center;
	color:#555c70;
	line-height:1.6;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border-radius:25px;

}
.trust-single:hover{-webkit-box-shadow: 0px 0px 15px -1px #B3B3B3;
box-shadow: 0px 0px 15px -1px #B3B3B3;}
/* trust end */
/* budget start */
#budget {
    padding: 60px 0;
    background: #3b4659;
}
.budget-content h2 {
    color: #fff;
}
.budget-content p {
    color: #d9d9d9;
	margin:40px 0;
}
/* budget end */
/* work start */
#work {
    padding: 60px 0;
}
table tr td {
    padding: 18px 25px !important;
}
/* work end */
/* support start */
#support {
    padding: 60px 0;
    background: #f9fbfd;
}
.support-title {
    padding: 30px;
	color:#00032a;
}
.support-title h2 {
    font-size: 42px;
	color:#00032a;
}
.card-single {
    padding: 10px 30px;
	text-align:center;
}
.card-img {
    max-width: 100px;

    text-align: center;
    margin: 25px auto;
}
.card-single h3 {
    margin-bottom: 10px;
}
/* support end */
/* faq start */
#faq {
    padding: 60px 0;
}
#faq h2 {
    font-size: 42px;
    margin-bottom: 30px;
}
h2.accordion-header {
    margin-bottom: 0 !important;
}
.accordion-button {
    font-size: 26px;
    font-weight: 700;
}
.accordion-body p {
    font-size: 14px;
}
/* faq end */
/* footer start */
#footer {
    background: #090a12;
    padding: 40px 0 20px;
}
.footer-logo {
    max-width: 100px;
    margin-bottom: 10px;
}
.footer-content {
    padding-right: 10px;
}
.footer-content h4 {
    color: #fff;
}
.footer-content p {
    color: #9093ac;
}
.footer-links h3 {
    color: #fff;
}
.footer-links a {
    text-decoration: none;
    color: #9093ac;
}
/* footer end */

/* responsive */
@media (max-width: 769.99px) {
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        padding-bottom: 8px;
    }
    .navbar-brand {
        max-width: 80px;
    }
    .nav-link {
        color: #000 !important;
    }
    #header .nav-link.btn-custom {
        padding: 4px 20px;
        display: inline-block;
        color: #fff !important;
    }
    #header .nav-link.btn-custom:hover {
        color: #0089F7 !important;
    }
    h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .btn-custom,
    .btn-custom-outline {
        font-size: 16px;
        padding: 10px 25px;
    }
    .banner-row {
        min-height: 600px;
    }
    #counter {
        padding: 30px 0;

    }
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .meet-row {
        padding: 0;
    }
    .meet-content {
        padding: 30px 20px;
    }
    .meet-img {
        padding: 30px 0 0;
    }
    h3 {
        font-size: 20px;
    }
    #prebuild {
        padding: 0px 0 30px;
    }
    .prebuild-content .nav-tabs {
        display: block;
    }
    #mobile-flex {
        flex-direction: column;
    }
    #mobile-flex .nav {
        display: block;
        margin-bottom: 20px;
    }
    .prebuild-content .nav-link {
        font-size: 14px;
        width: auto;
        float: left;
    }
    .prebuild-content .nav-link.active {
        border-right: 0;
        border-bottom: 2px solid #434343;
    }
    .create-card {
        padding: 0;
    }
    .create-content .nav-tabs {
        margin-bottom: 20px;
    }
    #trust {
        padding: 30px 0;
    }
    .trust-title h2 {
        font-size: 24px;
    }
    #support {
        padding: 30px 0;
    }
    .support-title {
        padding: 0 15px;
    }
    .support-title h2 {
        font-size: 26px;
    }
    #work {
        padding: 30px 0;
    }
    #faq {
        padding: 30px 0;
    }
    #faq h2 {
        font-size: 24px;
    }
    #faq .accordion-button {
        font-size: 16px;
    }
    .footer-content {
        padding-bottom: 20px;
    }
    tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
}

input[type=text]:focus {
    outline-color: #0089F7;
}

.input-clear {
    position: absolute;
    bottom: 25%;
    right: 15px;
}

a {
    text-decoration: none !important;
}
.learn-more-button a {
    text-decoration: none;
    color: #0089f7;
}
.learn-more-button:hover a {
    color: white;
}
.footer-content li {
    padding-top: 15px;
	font-size: 14px;
	color:#9093ac;
}
.footer-content a {
    color: #9093ac;
}
.footer-content a:hover {
    color: white;
}
