body{
    margin: 0%;
    padding: 0%;
    height: 100%;
    width: 100%;
}
/* ****************************** */
/* ********** Header ************ */
/* ****************************** */

.navbar-nav li a{
    font-size: 0.8em;
    margin: 0px 10px;
    color: #F7FFF7 !important;
}
.fa-align-center{
    color: #F7FFF7;
}
#navbarNav{
    padding-top: 0.8%;
}
/* ****************************** */

/* ***************************************** */
/* ************** Main ********************* */
/* ***************************************** */
.navbar-brand span{
    font-size: 34px;
}

.site-wrapper{
    width: 100%;
    height: 100%;
    background-image: url('../images/Background_1.jpeg');
    background-size: cover;
    background-repeat: no-repeat; 
    color: #F7FFF7;
}
.site-title{
    text-align: center;
    margin-top: 7%;
    height: 74vh;
}
.site-title h2{
    font-size: 3em;
    margin: 5% 0%;
}
.page-heading{
    text-align: center;
    padding:30px 0;
}
.page-heading .page-title{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.bg-danger{
    background: #2451f7 !important;
}
.title-text{
    width: 50vw;
    height: 5vh;
    font-size: 0.8em;
    color: #F6F8FF;
}
.btn-sub1{
    font-family: 'Patua One';
    border: 1px solid #0036ff;
    background-color:#EDF2F4;
    color: #0036ff;
    border-radius: 3px;
    padding: 0.7em 1em;
    cursor: pointer;
    transition: all 500ms ease;
}

.btn-sub2{
    font-family: 'Patua One';
    padding: 0.7em 1em;
    background-color: #0036ff;
    border:1px solid #EDF2F4;
    color: #EDF2F4;
    border-radius: 3px;
    cursor: pointer;
    transition: all 500ms ease;
}

/* ***************************************** */

/* ******************************************* */
/* *************** Content- 1 **************** */
/* ******************************************* */

.content-1 .col-md-12 h6{
    font-size: 20px;
    color: #0036ff;
}
.content-1 .col-md-12 .title-border{
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background-color: #0036ff;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
}
.content-1 .col-md-12 p{
    font-size: 11px;
    color: #3F494C;
}

.content-1 .curcle{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #F7FFF7;
    border: 1px solid #3F494C;
    color: #0036ff; 
    transition: all 200ms ease;  
}
.content-1 .description a{
    text-decoration: none;
}
.content-1 .description p{
    font-size: 11px;
}

/* ********************************************* */


/* *************************************************** */
/* ******************* Content 2 ********************* */
/* *************************************************** */

.content-2 .row .col-1{
    background-image: url('../images/pexels-photo-630839.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.content-2 .col-md-6 p{
    font-size: 12px;
}
.content-2 .progress-bars{
    margin-bottom: 8vh;
}
.progress .pro-1{
    width: 0%;
    transition: all 2s ease;
}
.progress .pro-2{
    width: 0%;
    transition: all 2s ease;
}
.progress .pro-3{
    width: 0%;
    transition: all 2s ease;
}
/* ************************************************** */

/* ***************************************************** */
/* ******************* Content 3 *********************** */
/* ***************************************************** */

.content-3{
    width: 100vw;
    background-color: #EFEFFF;
    padding-bottom: 50px;
}

.content-3 .row .col-md-12 p{
    font-size: 20px;
    color: #0036ff;
}
.content-3 .row .col-md-12 h3{
    margin-bottom: 2%;
}
.content-3 .pro{
    border: 1px solid rgba(23,23,38,0.2);
    border-radius: 3px;
    background-color: #FFFBFE;
    margin-bottom: 25px;
}
.content-3 .pro p{
    border: 1px solid rgba(23,23,38,0.2);
    background-color: #0036ff;
    color: white;
    border-top: none;
    border-radius: 2px;
    display: inline-block;
    padding: 3% 35%;
    margin-bottom: 10%;
}
.content-3 .pro .price .dollar{
    font-size:19px; 
    margin-top:20px; 
    padding-left:10px; 
    display:inline-block;
    position: relative;
    top: -20px;
}

.content-3 .pro h6{
    padding: 3%;
    font-size: 13px;
}
.content-3 .pro a{
    display: inline-block;
    padding: 8px 40px;
    margin: 10% 0%;
    background-color: #0036ff;
    color: white;
    border-radius: 3px;
    text-decoration: none;
}

.content-3 .basic p , .content-3 .enterprise p{
    background-color:white;
    color: black;
    padding: 8px 50px;
}
.content-3 .basic a , .content-3 .enterprise a{
    background-color:white;
    color: black;
    border: 1px solid #0036ff;
    transition: all 700ms ease;
}

.content-3 .basic a:hover, .content-3 .enterprise a:hover{
    background-color: #0036ff;
    color: white;
}

.content-3 .row .col-md-3{
    padding: 0%;
}

/* ******************************************************* */

/* ****************************************************** */
/* ******************* Content 4 ************************ */
/* ****************************************************** */

.content-4 .nav{
    justify-content: center;
    margin: 5%;
}
.content-4 .nav-tabs{
    margin: 2px;
    border: 1px solid rgb(232, 232, 232);
    border-bottom: 0px;
    text-align: center;
    cursor: pointer;   
    background-color: #EDF2F4;
}
.content-4 .tab-item{
    text-decoration: none;
    color: #3F494C;
}
.content-4 .tab-item i{
    display: block;
    font-size: 45px;
    padding: 0.4em 1.7em 0em 1.7em;
}
.content-4 .tab-item span{
    display: inline-block;
    padding-bottom: 1em;
    width: 100%;
}
.content-4 .tab-item.active{
    color: #0036ff;
}

.tab-content{
    margin-bottom: 5%;
    transition: all 400ms ease;
}

/* ************************************************ */


/* ************************************************** */
/* ***************** Content 5 ********************** */
/* ************************************************** */

.content-5 .row{
    margin-top: 8%;
}
.content-5 .member-1 .avatar{
    margin: 20px 0px;
}
.content-5 .curcle{
    border-radius:100px;
    width: 35%;
    padding-top: 35px;
    position: relative;
    z-index: 4;
}
.content-5 .avatar span::after{
    content: "";
    width: 90%;
    height: 100px;
    background-color: #EDF2F4;
    position: absolute;
    display: block;
    top: 3px;
    z-index: 0;
}
.content-5 .member-1 .desc .info{
    padding-top: 8%;
    font-size: 14px;
}
.content-5 .social-icon{
    background-color: #EDF2F4;
    padding: 4%;
}
.content-5 .social-icon span{
    border: 1px solid rgba(123, 123, 123,0.2);
    padding: 4px 8px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 500ms ease;   
}

.content-5 .social-icon span:hover{
    background-color: #0036ff;
    color: white;
    
}
/* **************************************************** */

/* ****************************************************** */
/* ********************* Content 6 ********************** */
/* ****************************************************** */

.content-6{
    margin-bottom: 5%;
}
.content-6 .contact span{
    color: #0036ff
}
.content-6 .contact{
    margin-bottom: 5%;
}

/* ********************************************************** */

/* ****************************************************** */
/* ******************** footer ************************** */
/* ****************************************************** */

footer{
    padding-top: 4%;
    background-color: black;
    margin: 0px;
    position: relative;
}
footer span{

    color: white;
    background-color:#242423;
    border-radius: 50%;
    margin: 13px 3px;
    transition: all 500ms ease;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
footer span:hover{
    color: #3F494C;
    background-color: white;
}
footer p{
    margin: 0px;
    color: #3F494C;
    font-size: 13px;
    padding-bottom: 8px;
}

.top a{
    position: absolute;
    right: 2%;
    top: 69%;
    color: #3F494C;
    transition: all 500ms ease;
}
.top a:hover{
    color: #F7FFF7;
}
/* ***************************************************** */
.intro-sec, .faq-block{
    padding: 80px 0;
}
.intro-text {
    padding-right: 40px;
}
.intro-text span{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.intro-text .intro-title{
    color: #333;
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
}
.services-wrapper{
    padding: 80px 0;
    background: #f6f6f6;
}
.services-wrapper .center-block{
    margin-bottom: 30px;
}
.services-wrapper .media{
    background: #fff;
    border-radius: 6px;
    padding: 25px 20px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.services-wrapper .media-body{
    padding-top: 20px;
}
.services-wrapper .media-body h3 {
    font-size: 22px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 600;
}
.faq-block h2 {
    margin-bottom: 30px;
    text-align: center;
}
.accordion-wrap {
    margin-top: 20px;
}
.responsive-accordion{
  text-align: left;
}
.responsive-accordion .responsive-accordion-head{
  cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head {
  padding: 12px 15px;
  line-height: normal;
  position: relative;
  font-size: 20px;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head .svg-inline--fa {
    font-size: 16px;
    width: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.responsive-accordion .responsive-accordion-head i {
  float: right;
  top: 50%;
  position: absolute;
  color: #bfbebe;
  transform: translateY(-50%);
  right: 10px;
}
.responsive-accordion-head{
  border-radius: 4px;
  border: 2px solid #bfbebe;
}
.responsive-accordion-panel{
  padding: 15px;
}
.center-block {
    float: none;
    margin: 0 auto;
}

@media only screen and (max-width:767px){
    .intro-sec, .faq-block, .services-wrapper {
        padding: 50px 0;
        text-align: center;
    }
    .intro-text{
        padding-right: 0;
        margin-bottom: 25px;
    }
    .responsive-accordion-head span {
        display: inline-block;
        padding-right: 25px;
    }
}


