/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

a:hover{
    text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Lato', sans-serif;
}
.bg-empty {
    background: transparent !important;
}
.bg-primary {
    background-color: #007bff !important;
}
.bg-success {
    background-color: #00b19d !important;
}
.bg-info {
    background-color: #3ddcf7 !important;
}
.bg-warning {
    background-color: #ffaa00 !important;
}
.bg-danger {
    background-color: #ef5350 !important;
}
.bg-muted {
    background-color: #F5F5F5 !important;
}
.bg-inverse {
    background-color: #4c5667 !important;
}
.bg-purple {
    background-color: #7266ba !important;
}
.bg-pink {
    background-color: #f76397 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.text-white {
    color: #ffffff !important;
}
.text-danger {
    color: #ef5350 !important;
}
.text-muted {
    color: #98a6ad;
}
.text-primary {
    color: #007bff;
}
.text-warning {
    color: #ffaa00;
}
.text-success {
    color: #00b19d;
}
.text-info {
    color: #3ddcf7;
}
.text-inverse {
    color: #4c5667;
}
.text-pink {
    color: #f76397;
}
.text-purple {
    color: #7266ba;
}
.text-dark {
    color: #797979 !important;
}
.text-white {
    color: #fff !important;
}
.label {
    color: #ffffff !important;
}
.label-primary {
    background-color: #007bff;
}
.label-success {
    background-color: #00b19d;
}
.label-info {
    background-color: #3ddcf7;
}
.label-warning {
    background-color: #ffaa00;
}
.label-danger {
    background-color: #ef5350;
}
.label-purple {
    background-color: #7266ba;
}
.label-pink {
    background-color: #f76397;
}
.label-dark {
    background: #4f595b;
}
.label-inverse {
    background-color: #4c5667;
}
.badge-primary {
    background-color: #007bff;
}
.badge-success {
    background-color: #00b19d;
}
.badge-info {
    background-color: #3ddcf7;
}
.badge-warning {
    background-color: #ffaa00;
}
.badge-danger {
    background-color: #ef5350;
}
.badge-purple {
    background-color: #7266ba;
}
.badge-pink {
    background-color: #f76397;
}
.badge-inverse {
    background-color: #4c5667;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-55 {
    margin-left: 55px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-65 {
    margin-left: 65px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.ml-75 {
    margin-left: 75px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-85 {
    margin-left: 85px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-95 {
    margin-left: 95px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-35 {
    margin-right: 35px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-55 {
    margin-right: 55px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-65 {
    margin-right: 65px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr-75 {
    margin-right: 75px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-85 {
    margin-right: 85px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mr-95 {
    margin-right: 95px !important;
}
.mr-100 {
    margin-right: 100px !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-95 {
    padding-bottom: 95px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-55 {
    padding-left: 55px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-65 {
    padding-left: 65px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-85 {
    padding-left: 85px !important;
}
.pl-90 {
    padding-left: 90px !important;
}
.pl-95 {
    padding-left: 95px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-55 {
    padding-right: 55px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-65 {
    padding-right: 65px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-75 {
    padding-right: 75px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-85 {
    padding-right: 85px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.pr-95 {
    padding-right: 95px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.f-10 {
    font-size: 10px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-26 {
    font-size: 26px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-40 {
    font-size: 40px !important;
}
.f-50 {
    font-size: 50px !important;
}
.f-60 {
    font-size: 60px !important;
}
.f-70 {
    font-size: 70px !important;
}
.f-80 {
    font-size: 80px !important;
}
.f-90 {
    font-size: 90px !important;
}
.f-100 {
    font-size: 100px !important;
}
.hidden {
    display: none !important;
}
.btn {
    text-transform: uppercase;
    font-size: 14px;
}
.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}
.btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}
.btn-default:focus {
    background-color: #dae6ec;
    border-color: #C2CED4;
}
.btn-default:hover {
    background-color: #dae6ec;
    border-color: #C2CED4;
}
.btn-default:active {
    background-color: #dae6ec;
    border-color: #C2CED4;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #dae6ec !important;
    border-color: #C2CED4 !important;
}
.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open>.dropdown-toggle.btn-inverse {
    background-color: #414a58 !important;
    border: 1px solid #414a58 !important;
}
.btn-purple {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #6254b2 !important;
    border: 1px solid #6254b2 !important;
}
.btn-pink {
    background-color: #f76397 !important;
    border: 1px solid #f76397 !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #f64b87 !important;
    border: 1px solid #f64b87 !important;
}

header .top-header {
    background-color: #eff2f5;
    padding: 13px 0;
}
header .top-header p {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
header .top-header p i {
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 5px;
}
header .header-main-area {
    background-color: #fff;
}
/* header .header-main-area .logo a {
    padding: 13px 0;
    display: inline-block;
    height: auto;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2196f3;
    padding-left: 75px;
    background-image: url('../img/logo-big.png');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 70px 85px;
    background-size: 70px 85px;
}
header .header-main-area .logo a span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 10px;
} */
header .header-main-area .header-middle-link .header-info {
    width: 40.0%;
    float: right;
    padding: 36px 0px;
}
header .header-main-area .header-middle-link .header-icon {
    float: left;
    margin-right: 10px;
}
header .header-main-area .header-middle-link .header-icon i {
    color: #007bff;
    font-size: 34px;
    line-height: 40px;
}

header .header-main-area .header-middle-link .info-first {
    font-weight: 700;
}
header .header-main-area .header-middle-link .info-simple {
    font-weight: 700;
    color: #777;
}
header .header-main-area .header-middle-link .header-info-text span {
    display: block;
    font-size: 14px;
}

header .header-main-area .navbar-toggler {
    display: none;
}
header .navbar {
    background-color: #2196f3;
    padding: 0;
}
header .navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 22px 15px;
    margin: 0px 15px;
    position: relative;
    color: #fff;
}
header .navbar .nav-item .nav-link::before {
    background: #f3e84c;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: .5s;
}
header .navbar .nav-item.active .nav-link, header .navbar .nav-item .nav-link:hover {
    color: #f3e84c;
}
header .navbar .nav-item.active .nav-link::before, header .navbar .nav-item .nav-link:hover::before {
    width: 100%;
}
header .navbar .nav-item .nav-link i {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 17px;
    font-weight: normal;
}
header .navbar .container {
    position: relative;
}
header .navbar .quote {
    background-image: url('../img/free-quatoe-bg.png');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 15px;
    padding: 15px 47px;
    margin-top: -17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    height: 55px;
}
.main-banner .banner-text h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 800 !important;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    padding: 10px 0;
}
.main-banner .banner-text h2 span {
    color: #2196f3;
    font-size: 48px;
    font-weight: 800 !important;
}
.main-banner .banner-text p {
    color: #fff;
    font-size: 15px !important;
    margin-bottom: 20px;
    line-height: 1.8 !important;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.main-banner .slotholder:before {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}
.main-banner .banner-text .btn {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 6px 20px;
}
.intro-area .intro-carousel .intro-content {
    position: relative;
    z-index: 1;
}
.intro-area .intro-carousel .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -140px;
}
.intro-area .intro-carousel .intro-content::after {
    background: rgba(10, 24, 40, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.intro-area .intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-area .intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-area .intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-area .intro-carousel .owl-item.active .layer-1,
.intro-area .intro-carousel .owl-item.active .layer-2,
.intro-area .intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-area .intro-carousel .layer-1 h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
    max-width: 800px;
}
.intro-area .intro-carousel .layer-2 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
}
.intro-area .intro-carousel .ready-btn {
    border: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #007bff;
    width: 150px;
    border-radius: 3px;
}
.intro-area .intro-carousel .ready-btn.right-btn {
    margin-left: 15px;
    background: #252525;
    border: 1px solid #252525;
}
.intro-area .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-area .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.intro-area .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-area .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-area .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-area .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-area .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-area .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #007bff;
    border: 1px solid #007bff;
}
.section-padding {
    padding: 80px 0;
}
.section-headline h3 span {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}
.home-about .section-headline h3 {
    font-size: 30px;
    font-weight: 900;
}
.home-about .about-content p {
    line-height: 28px;
}
.home-about .section-headline {
    margin-bottom: 30px;
}
.home-about .about-img img {
    border: 5px solid #2196f3;
    width: 90%;
    position: relative;
    z-index: 3;
}
.home-about .about-img {
    position: relative;
    text-align: right;
}
.home-about .about-img::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    background-color: rgba(49, 150, 243, 0.3);
    width: calc(100% - 50px);
    height: 100%;
    z-index: -1;
    margin-right: 50px;
}
.btn {
    border-radius: 30px;
    padding: 6px 15px;
    text-transform: uppercase;
}
.home-features .single-service {
    padding: 0 37px;
}
.home-features .single-service h2 {
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.home-features .single-service p {
    font-size: 14px;
}
.section-headline {
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    font-size: 26px;
    color: #2a2a2a;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 22px;
    font-weight: 700;
}
.section-headline h3::before {
    background: #f3e84c none repeat scroll 0 0;
    bottom: 0;
    height: 4px;
    left: 0;
    width: 60px;
    border-radius: 3px;
    position: absolute;
    content: "";
}
.section-headline h3::after {
    background: #007bff none repeat scroll 0 0;
    bottom: 0;
    height: 4px;
    left: 0;
    width: 50px;
    border-radius: 3px;
    position: absolute;
    content: "";
}
.section-headline p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.section-headline.text-center h3::before, .section-headline.text-center h3::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home-services {
    background-color: #f7f7f7;
}
.home-services .nav-pills .nav-link {
    padding: 28px 20px;
    transition: all .3s;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #555;
}
.home-services .nav-pills .nav-link.active {
    background-color: #007bff;
    color: #fff;
}
.home-services .nav-pills .nav-link i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #007bff;
}
.home-services .nav-pills .nav-link.active i {
    color: #f3e84c;
}
.home-services .tab-content {
    background-color: #fff;
    padding: 30px;
}
.home-services .tab-content h4 {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}
.home-services .tab-content p {
    line-height: 28px;
}
.home-services .tab-content ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.home-services .tab-content ul li + li {
    margin-top: 10px;
}
.home-services .tab-content ul li {
    padding-left: 20px;
    position: relative;
}
.home-services .tab-content ul li::before {
    content: "\f112";
    font-family: 'LineAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #007bff;
}
.home-counter {
    background-image: url('../img/home-parlex.jpg');
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0;
}
.home-counter .counter-section-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.home-counter .counter-section-box .counter {
    color: #fff;
    font-size: 72px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 16px;
    position: relative;
}
.home-counter .counter-section-box p {
    color: #fff;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 15px;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-transform: uppercase;
    text-align: left;
}
.home-counter .counter-section-box .counter::after {
    content: '';
    width: 2px;
    height: 64px;
    background: #2196f3;
    position: absolute;
    top: 17px;
    right: 0;
}
.service-booking-area {
    background-image: url('../img/request-service-bg.png');
    padding-bottom: 130px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: 14% bottom;
}
.form-control {
    min-height: 40px;
    border-radius: 30px;
    padding: 5px 15px;
}
.testimanials {
    background-color: #3196f3;
    position: relative;
    color: #fff;
}
.testimanials .section-headline h3 {
    color: #fff;
}
.testimanials .testimonial-item {
    text-align: center;
}
.testimanials .testimonial-item .desc {
    background: #14adf4 none repeat scroll 0 0;
    border: 1px solid #1497d4;
    padding: 20px;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.testimanials .testimonial-item .desc p {
    margin: 0;
}
.testimanials .testimonial-item .desc::after {
    background: #14adf4 none repeat scroll 0 0;
    border-bottom: 1px solid #1497d4;
    bottom: -10px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    width: 20px;
    border-right: 1px solid #1497d4;
    position: absolute;
    content: "";
}
.testimanials .testimonial-item h4 {
    margin-bottom: 6px;
    margin-top: 34px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.testimanials .testimonial-item h5 {
    font-size: 12px;
    text-transform: uppercase;
}
.testimanials .testimonial-carousel .owl-controls .owl-nav {
    text-align: center;
    margin-top: 20px;
}   
.testimanials .testimonial-carousel .owl-controls .owl-nav .owl-prev, .testimanials .testimonial-carousel .owl-controls .owl-nav .owl-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #f3e84c;
    border-radius: 50%;
    text-align: center;
    margin: 10px 5px;
    padding: 0;
    line-height: 37px;
}
footer {
    background-color: #333;
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}
footer .widget .widget-title {
    font-size: 1.428em;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}
footer .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}
footer .widget .widget-title > span::after, footer .widget .widget-title > span::after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}
footer .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #979797;
}
footer .widget:first-child {
    margin: 0;
}
footer .widget .widget-title > span {
    display: block;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
footer .widget ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
footer .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
}
footer .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #b7b7b7;
    text-decoration: none;
    line-height: 30px;
}
footer .widget.widget_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
footer .widget.widget_links ul li a:before {
    content: "\f101";
}
footer .widget.widget_links ul li a:before {
    color: #4f4f4f;
}
footer .widget.widget.widget_information ul li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
footer .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 30px;
    float: left;
    font-size: 20px;
}
footer .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
footer .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #b7b7b7;
}
footer .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;

}
footer .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
footer .widget.widget_socials .socials a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #444444;
    background-color: #444444;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    border-radius: 50%;
}
footer .widget .widget-title > span::after {
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 3px;
    background-color:#00adef;
}

footer .widget.widget_socials .socials a:hover::before {
    background-color:#00adef;
    border-color:#00adef;
}
/* .footer-logo {
    display: inline-block;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2196f3;
    padding-left: 55px;
    background-image: url('../img/logo-big.png');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 50px 65px;
    background-size: 50px 65px;
    letter-spacing: 2px;
    margin-bottom: 10px;
} */
.footer-logo:hover {
    color: #f3e84c;
}
.footer-logo img {
    display: block;
    margin-bottom: 15px;
}
.bottom-bar {
    font-size: 0.857em;
    background-color: #444444;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 60px;
}
.bottom-bar a:hover {
    color: #fff;
}

.bottom-bar .bottom-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}
.bottom-bar .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
.bottom-bar .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
.bottom-bar .bottom-bar-menu li:last-child a {
    padding-right: 0;
}
.bottom-bar .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
.bottom-bar .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
.bottom-bar ul.bottom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom-bar ul.bottom-nav > li {
    display: inline-block;
}
.bottom-bar ul.bottom-nav > li > a {
    display: block;
    color: #b7b7b7;
    padding: 0 10px;
    position: relative;
}
footer .copyright {
    text-align: center;
}
footer .copyright a {
    color: #999;

}
.inner-page-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
}
.inner-page-title .breadcumb-overlay {
    position: absolute;
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.inner-page-title .breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    z-index: 4;
    display: block;
}
.inner-page-title .breadcrumb h3 {
    display: block;
    color: #fff;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.inner-page-title .breadcrumb ul {
    padding: 10px 0px;
    text-align: center;
    margin: 0;
    list-style: none;
}
.inner-page-title .breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.inner-page-title .breadcrumb ul li.home-bread {
    padding-left: 0px;
}
.inner-page-title .breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 1px;
}
.contact-wrap .contact-info {
    position: relative;
    margin-top: 19px;
    padding-right: 20px;
}
.contact-wrap .contact-info h3 {
    color: #007bff;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
}
.contact-wrap .contact-info .info-box {
    position: relative;
    padding: 10px 0px 0px 63px;
    margin-bottom: 48px;
}
.contact-wrap .contact-info .icon-box {
    position: absolute;
    left: 0px;
    top: -1px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: #007bff;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease;
    font-size: 50px;
}
.contact-wrap .contact-form {
    background-color: #007bff;
    padding: 30px;
    border-radius: 10px;
}
.contact-wrap .contact-form h3 {
    text-transform: capitalize;
    color: #f3e84c;
    margin-top: 0;
    font-weight: 900;
}
.contact-wrap .contact-form p {
    color: #fff;
}
.contact-wrap .contact-form .form-control {
    border: none;
}
.services-wrap .service-item {
    background-color: #fff;
}
.services-wrap .service-item figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.services-wrap .service-item figure img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.services-wrap .service-item:hover figure img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.services-wrap .service-item .service-content {
    padding: 15px 20px;
}
.services-wrap .service-item .service-content h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    color: #333;
}
.bg-grey {
    background-color: #f7f7f7;
}
.services-wrap .service-item .service-content p {
    color: #555;
    margin-bottom: 0;
}
.single-services .single-sidebar-widget {
    margin-bottom: 50px;
}
.single-services .single-sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}
.single-services .single-sidebar-widget .special-links li a {
    background: #f9f9f9;
    color: #323232;
    border: 1px solid #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.single-services .single-sidebar-widget .special-links li a.active {
    background: #fff;
    color: #1bbce8;
}
.single-services .single-sidebar-widget .special-links li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1px;
    color: #0c1f38;
    font-size: 0px;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid #1bbce8;
}
.single-services .single-sidebar-widget .special-links li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6A6969;
    font-weight: normal;
}
.single-services .single-sidebar-widget .special-links li a:hover:before, .single-services .single-sidebar-widget .special-links li a.active:before {
    opacity: 1;
}
.single-services .single-sidebar-widget .special-links li a.active:after {
    color: #1bbce8;
}
.single-services .single-service-desc h2 {
    font-weight: 900;
    color: #444;
}
.single-services .single-service-desc p {
    line-height: 28px;
}
.gallery-wrap .gallery-item {
    position: relative;

}
.gallery-wrap .gallery-item figure {
    overflow: hidden;
    position: relative;
    margin: 0;
    cursor: crosshair;
}
.gallery-wrap .gallery-item figure::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-wrap .gallery-item:hover figure::before {
    opacity: 1;
    visibility: visible;
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (max-width: 1500px) and (min-width: 1200px) {
    .service-booking-area {
        background-position: -14% bottom;
    }
    
}
@media (max-width: 1200px) {
    header .header-main-area .header-middle-link .header-info {
        width: 50%;
        padding: 25px 0px;     
    }
}
@media (max-width: 991px) {
    footer .widget .widget-title {
        font-size: 1.142em;
        margin-bottom: 28px;
    }
    header .header-main-area .navbar-toggler {
        display: block;
        float: right;
        border: none;
        font-size: 40px;
        margin: 30px 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    header .header-main-area .navbar-toggler.collapsed span.la::before {
        content: "\f29a";
    }
    header .navbar .nav-item .nav-link {
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    }
    header .navbar .nav-item:last-child .nav-link {
        border: none;
    }
    header .navbar .nav-item .nav-link::before {
        display: none;
    }
    header .navbar .quote {
        display: block;
        background-color: #f3e84c;
        background-image: none;
        padding: 15px 30px;
        margin-top: 5px;
        text-align: center;
        position: static;
    }
    .home-about .about-img {
        margin-bottom: 80px;
    }
    .home-services .nav-pills .nav-link i {
        display: block;
        margin-bottom: 10px;
    }
    .home-services .nav-pills .nav-link {
        text-align: center;
    }
    .home-services .tab-content {
        margin-top: 30px;
    }
    header .header-main-area .logo img {
        height: 100px;
    }

}
@media (max-width: 767px) {
    footer {
        padding: 50px 0 0px;
    }
    footer [class^="col-md-"] .widget:last-child {
        margin-bottom: 30px;
    }

    .bottom-bar .bottom-bar-content, .bottom-bar .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .service-booking-area {
        background-image: none;
    }
}
@media (max-width: 600px) {
    header .header-main-area .header-middle-link .header-info {
        width: 100%;
        padding: 10px 0;
    }
    header .header-main-area .logo img {
        height: 80px;
    }
    header .header-main-area .navbar-toggler {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 456px) {
    header .header-main-area .navbar-toggler {
        position: absolute;
        right: 0;
    }
    header .header-main-area .logo a {
        font-size: 30px;
    }
    header .header-main-area .logo a span {
        font-size: 14px;
    }
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
