
/* =========== Typography ========== */
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #505353;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#app{
  flex: 1;
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus{
	text-decoration: none;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus{
	outline: none;
}

/* =========== SPACE CLASSES=========== */
.f700{
    font-weight: 700;
}
.f300{
    font-weight: 300;
}

.space30{margin-top: 30px !important;}
.space70{margin-top: 70px !important;}
.space100{margin-top: 100px !important;}

.navbar-brand , .navbar-brand:hover{
    font-weight: 500;
    color: #fa546d;
    font-size: 32px;
    height: 65px;
    padding: 21px 15px;    
}
.navbar-brand span, .navbar-brand:hover span{
    font-weight: 300;
    color: #505353;
}
.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
    color: #505353;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li.active>a{
    color: #fa546d;
    background: transparent;
}
.navbar {
    position: relative;
    min-height: 65px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 9px -5px rgba(0,0,0,0.9);
}
#banner {
    background: #fefefe url(../img/banner.png) no-repeat;
    background-position: 60%;
    padding-top: 50px;
}
#banner h2{
    font-weight: normal;
    font-size: 24px;
}
#banner h2 span{
    color: #fa546d;
}
#banner .media-left{
    padding-right: 30px;
}
#banner .media {
    margin-top: 0;
}
.pink_overlay {
    background: rgba(250, 84, 109, 0.75);
    padding: 30px 0;
    margin-top: 50px;
}
.pink_overlay h4{
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.pink_overlay .list-inline {
    margin: 35px 0 0;
    padding-left: 8%;
}
.pink_overlay .col-sm-6 ,.pink_overlay .col-sm-12{
    padding: 0 5px;
}
.pink_overlay .row{
    margin: 0 -5px;
}
.form-group {
    margin-bottom: 10px;
}

.btn_send{
    background: #da3d54;
    border-color: #da3d54;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 30px;
    float: right;
}
.btn_send:hover, .btn_send:focus {
    background: #ef435d;
    border-color: #ef435d;
    color: #fff;
}
#banner .media-left span{
    background: #fa546d;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 35px; 
    font-family: 'Quicksand', sans-serif;    
    font-size: 22px;
}
#banner h5{
    color: #fa546d;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
#banner p{
    font-size: 12px;
    font-weight: 300;
}
.owl-buttons div {
    position: absolute;
    top: 35%;
}
.owl-buttons div.owl-prev{
    left: -2%;
}
.owl-buttons div.owl-next{
    right: -2%;
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: visible;
    height: 380px;
}
.item{
    width: 90%;
    margin: 0 auto
}
#testimonial {
    background: #fcfcfc;
    padding: 60px 0;
}
.profile {
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.box {
    background: #f3f3f3;
    padding: 40px 15px 60px;
    position: relative;
    box-shadow: -1px 4px 9px -7px rgba(0,0,0,0.9);
}
.box p{
    font-size: 16px;
    color: #505353;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
}
.box h6{
    color: #505353;
    font-weight: 400;
}
.box h5{
    color: #fa546d;
    font-size: 18px;
    font-weight:500;
    margin-top: 30px;
}
#file{
    background: #fcfcfc;
    padding: 80px 0 50px;
}
#file h4{
    font-size: 22px;
    color: #606363;
    font-weight: 400;
}
#file p{
    color: #505353;
    font-weight: 300;
}
#file li{
    color: #fa546d;
    font-weight: 500;
    font-size: 16px;
    line-height: 55px;
}
#file li img{
    padding-right: 20px;
}
#file .pink_line {
    margin: 20px 0 20px 0;
}
#list{
    background: #606363;
    padding: 50px 0;
}
#list .list-unstyled {
    padding-left: 0;
    list-style: none;
    column-count: 2;
}
#list li {
    color: #fff;
    font-weight: 300;
    padding: 20px 0 20px 70px;
    font-size: 16px;
    line-height: 15px;
}
#list li span {
    width: 50px;
    display: inline-block;
    margin-left: -55px;
    text-align: center;
}
#list h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
#list .pink_line{
    background: #fff;
    margin: 20px 0 30px 0;
}
.table>tbody>tr>th{
    vertical-align: middle;
    border-top: 0;
    text-align: center;
    width: 16.16%;
}
.spart{
    background: #fa546d;
    padding-top: 50px;
    color: #fff;
    text-align: center;
}
.spart .pink_line{
    background: #fff;
}
.total_count{
    background: #e3455d;
    text-align: right;
    color: #fff;
    font-size: 18px;
}
.total_count span {
    background: #cf384f;
    font-weight: 300;
    font-size: 26px;
    display: inline-block;
    padding: 5px 10px;
}
.total_count span strong{
    font-size: 40px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.table>tbody>tr>td {
    padding: 30px 0;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0;
    text-align: center;
    width: 16.16%;
}
.greencolor{
    color: #46ac1a;
}
.green_oval {
    border: 2px solid #46ac1a;
    border-radius: 50%;
    max-width: 120px;
    margin: 0 auto;
    padding: 10px;
}
.redcolor{
    color: #fe0b2a;
}
.td_section {
    background: #fcfcfc;
    color: #606363;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.td_section:after{
    content: '';
    position: absolute;
    background: #e8e8e8;
    width: 100%;
    height: 1px;
    top: 50%;
}
.total_count{
    background: #e3455d;
}
.dark_pink {
    background: #f34d66;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 22px 0;
}
.pink_bar{
    background: #fa546d;
    height: 60px;
}
#interest{
    background: #fcfcfc;
    padding: 60px 0;
    text-align: center;
}
#interest h4,#testimonial h4{
    font-size: 22px;
    color: #606363;
    font-weight: 400;
    text-align: center;
}
#interest p,#testimonial p{
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0;
}
.btn_jet {
    background: #fa546d;
    border-color: #fa546d;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    width: 300px;
    height: 52px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;    
}
.btn_jet:hover,.btn_jet:focus{
    background: #ef435d;
    border-color: #ef435d;
    color: #fff;
}
.pink_line{
    width: 80px;
    height: 1px;
    background: #fa546d;
    margin: 20px auto;
}
#logo_title {
    background: #606363;
    color: #fff;
    padding: 22px 0;
    text-align: center;
}
#logo_title h4{
    font-weight: 400;
    font-size: 24px;
}
#logos {
    background: #f1f1f1;
    padding: 30px 0;
}
footer {
    background: #fff;
    padding: 25px 0;
}
footer a {
    color: #606363;
    text-decoration: none;
    font-size: 12px;
}
footer .list-inline{
    margin-bottom: 0;
}
footer .list-inline>li{
    color: #fa546d;
    padding-right: 3px;
    padding-left: 3px;    
}
.copyright {
    color: #fa546d;
    font-size: 10px;
    text-align: right;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}


@media(max-width: 991px){
    .pink_overlay .list-inline {
        margin: 35px auto;
        padding-left: 0;
        display: block;
        text-align: center;
    }
    #list .list-unstyled {
        column-count: 1;
    }
    .table>tbody>tr>th ,.table>tbody>tr>td{
        font-size: 8px;
        padding: 3px;
    }
    .green_oval {
        padding: 3px;
        border: 1px solid #46ac1a;
    }
    .total_count {
        font-size: 10px;
    }
    .total_count span {
        font-size: 8px;
        padding: 5px;
    }
    .total_count span strong {
        font-size: 12px;
    }
    .dark_pink {
        padding: 10px 0;
    }
    .copyright {
        text-align: center;
    }
    .table_section h3 {
        font-size: 18px;
    }
    .space70 {
        margin-top: 40px !important;
    }
    .spart {
        padding-top: 20px;
    }
    #list img{
        width: 25px;
    }
    #list img.info{
        width: 12px;
    }
    #list li {
        padding: 20px 0 20px 35px;
        font-size: 12px;
        line-height: 15px;
    }
    #list li span {
        width: 30px;
        margin-left: -34px;
    }
    .item {
        width: 87%;
        margin: 0 auto;
    }
    .space100 {
        margin-top: 50px !important;
    }
    #testimonial p {
        font-size: 13px;
        line-height: 20px;
    }
    .owl-carousel .owl-wrapper-outer {
        height: 335px;
    }
    #banner {
        background: #fefefe;
        padding-top: 25px;
    }
    #banner .media-left {
        padding-right: 10px;
    }
    #banner p br{
        display: none;
    }
    .navbar-toggle {
        padding: 0;
        margin-top: 13px;
        background-color: #fa546d;
        border: 1px solid #fa546d;
        border-radius: 10px;
        width: 40px;
        height: 40px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
        margin: 0 auto;
    }
    .owl-buttons div img{
        width: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.normal-section{
  padding: 30px 0
}
.normal-section p{
  font-weight: 400;
  font-size: 1.5rem;
}