/* 
Template Name: GetLeads
Theme URL: http://www.themedept.com/demo/getleads/
Author: Themedept  
Author URL: http://www.themedept.com

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General Style                          */
/*   02 - Typography                             */
/*   04 - Buttons                                */
/*   06 - Lightbox                               */
/*   07 - Alignment                              */
/*   08 - Header Navigation                      */
/*   09 - Hero Section                           */
/*   11 - Features Section                       */
/*   12 - Call to Action Section                 */
/*   13 - Testimonials Section                   */
/*   14 - Video Section                          */
/*   18 - Pricing Section                        */
/*   19 - Team Section                           */
/*   21 - Miscellaneous Section                  */
/*   24 - Footer Section                         */
/*   25 - Pages Style                            */


/* ==========================================================================
   01. GENERAL STYLE
========================================================================== */
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #69696E;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

.main-container {
    overflow: hidden;
}

section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/*------------------------------------------*/
/*   Links
/*------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #439fe0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

a.inverse,
.inverse a,
i.inverse {
    color: #ffffff !important;
}

/*------------------------------------------*/
/*   Iframe
/*------------------------------------------*/
iframe {
    border: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.videoWrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper>.frameCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, .lead {
    margin-top: 0;
    margin-bottom: 10px;
}

h1, .h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

h2, .h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
}

h3, .h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
}

h4, .h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

h5, .h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    color: #555;
}

strong,
b {
    font-weight: 900;
}

.lead {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.lead strong,
.lead b {
    font-weight: 700;
}

/*------------------------------------------*/
/*  Overlay Effect
/*------------------------------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    background: transparent;
    background: rgba(51, 51, 51, 0.5);
}

/* ==========================================================================
   04. BUTTONS
========================================================================== */
.btn,
a.btn {
    display: inline-block;
    color: #fff;
    padding: 11px 18px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:focus,
a.btn:focus,
.btn:hover,
a.btn:hover,
.btn.active:focus,
a.btn.active:focus,
.btn:active:focus,
a.btn:active:focus {
    color: #fff;
    outline: none;
}

.btn-md,
a.btn-md {
    padding: 15px 25px;
    font-size: 16px;
}

.btn-lg,
a.btn-lg {
    padding: 25px 60px;
    font-size: 18px;
}

/*------------------------------------------*/
/*  Menu Buttons
/*------------------------------------------*/
.btn-nav,
a.btn-nav,
.navbar-nav>li>a.btn-nav {
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*------------------------------------------*/
/*  Ghost-White Buttons
/*------------------------------------------*/
.btn-ghost {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #69696E !important;
}

.btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #69696E !important;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff !important;
}

/*------------------------------------------*/
/*   Back to Top Button
/*------------------------------------------*/
.top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #439FE0 url("../images/top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.top.is-visible, .top.fade-out, .no-touch .top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
}

.top.fade-out {
    opacity: .5;
}

.no-touch .top:hover {
    background-color: #e86256;
    opacity: 1;
}

/* ==========================================================================
   07. ALIGNMENT
========================================================================== */
/* centering vertically and horizontally */
.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate (-50%, -50%);
    -moz-transform: translate (-50%, -50%);
    -o-transform: translate (-50%, -50%);
    -ms-transform: translate (-50%, -50%);
    transform: translate (-50%, -50%);
}

/* centering vertically content */
.y-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

/* ==========================================================================
   08. HEADER NAVIGATION
========================================================================== */
.navbar {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border: none;
    margin-bottom: 0;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-brand {
    padding: 3px 0 0;
    height: auto;
    margin-left: 0 !important;
}

.navbar-nav {
    margin-top: 25px;
}

.navbar-nav>li>a {
    color: #404B55;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    border-radius: 8px;
    margin-right: 2px;
}

.navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-nav>li>a:hover {
    opacity: 1;
    background-color: transparent;
}

.navbar-nav>li>a.btn-login {
    margin-right: 20px;
}

/* ==========================================================================
   09. HERO SECTION
========================================================================== */
.hero-leadbox {
    height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
    background-image: url('../images/main-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-leadbox .form-horizontal {
    padding: 30px 40px 10px;
    border-radius: 8px;
    box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
}

.hero-leadbox .form-horizontal h2 {
    font-size: 48px;
    margin: 60px 0 10px;
}

.hero-leadbox .form-horizontal h1 {
    font-size: 68px;
    line-height: 74px;
    font-style: italic;
    margin: 10px 0 40px;
}

.hero-leadbox .form-horizontal h4 {
    font-size: 32px;
    line-height: 42px;
}

.hero-leadbox .form-horizontal p.lead {
    font-size: 24px;
    line-height: 34px;
    margin: 40px 40px 60px;
}

.hero-leadbox .form-horizontal span {
    font-weight: bold;
    font-style: italic;
    color: #dabd00;
}

.hero-leadbox .form-horizontal .btn {
    white-space: nowrap;
    font-size: 28px;
    line-height: 30px;;
}

/* ==========================================================================
   11. FEATURES SECTION
========================================================================== */
.features-block h5 {
    color: #555;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 15px;
}

.features-block p {
    margin-bottom: 0;
}

.features-block .img-left img {
    float: left;
    width: 128px;
    margin-top: 10px;
    margin-right: 22px;
    border-radius: 7px;
}

.features-block .img-left p {
    margin-left: 150px;
}

/* ==========================================================================
   12. CALL TO ACTION(CTA) SECTION
========================================================================== */
.cta-header {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    font-weight: 700;
}

.cta .btn {
    text-transform: uppercase;
    font-size: 22px;
}

.cta p.lead {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    margin: 10px 0;
}

/* ==========================================================================
   13. TESTIMONIALS SECTION
========================================================================== */
blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
overflow-y: scroll;
  height: 250px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}
/* width */
.testimonials::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.testimonials::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.testimonials::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}

.testimonials .quote-border {
    margin: 40px 0 20px;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 8px;
    position: relative;
}
.testimonials .quote-border h5 {
    color: #fff;
    font-style: italic;
    font-weight: 600;
}
.testimonials .quote-border p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 24px;
}

.testimonials .quote-border .cite {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.testimonials .quote-border .cite-info {
    font-size: 13px;
    margin-top: 3px;
    display: block;
    color: #fff;
    font-weight: 500;
}

/* ==========================================================================
   18. PRICING SECTION
=========================================================================== */
.pricing-3pf .info {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pricing-3pf .info h3 {
    text-transform: uppercase;
}

.pricing-3pf .details {
    text-align: center;
}

.pricing-3pf .details p {
    font-size: 17px;
    line-height: 17px;
}

.pricing-3pf .details ul {
    padding-left: 0;
    list-style-type: none;
}

.pricing-3pf .details ul>li {
    margin-bottom: 24px;
    font-size: 18px;
}

.pricing-3pf .details ul>li i {
    font-size: 24px;
}

/* ==========================================================================
   19. TEAM SECTION
=========================================================================== */
.team-member {
    overflow: hidden;
}

.team-member .tm-name {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.team-member .tm-name .tm-job {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
}

/* ==========================================================================
   21. MISCELLANEOUS SECTION
=========================================================================== */
.faq {
    padding: 30px 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.faq h5 {
    font-weight: 900;
}

.faq-item h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
}

/* faq */
.faqs .panel-group .panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faqs .panel-group .panel-title a {
    font-size: 17px;
}

/* ==========================================================================
   24. FOOTER SECTION
=========================================================================== */
.contact-divider h5 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 15px 0 10px;
}

.contact-divider p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.footer {
    padding: 15px 0;
    color: #fff;
}

.footer p, .footer a {
    font-size: 14px;
    margin-bottom: 0;
}

.footer a {
    color: #fff !important;
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.footer ul li {
    display: inline-block;
}

.footer.f2 .footer-links {
    text-align: right;
}

.footer.f2 .footer-links li>a {
    margin-left: 10px;
    margin-right: 10px;
}

/* ==========================================================================
   25. PAGES STYLE
=========================================================================== */
.page-head.h-img {
    height: 350px;
}

.page-head .h-bg {
    padding-top: 70px;
}

.page-head .h-bg a {
    color: #69696E;
}

.page-head .breadcrumb {
    background-color: transparent;
    font-weight: 400;
}

.page-head .breadcrumb .active {
    font-weight: 900;
}

.page-head .breadcrumb .active.text-white {
    color: #fff;
}